Package net.authorize.api.contract.v1
Class ArbTransaction
- java.lang.Object
-
- net.authorize.api.contract.v1.ArbTransaction
-
public class ArbTransaction extends Object
Java class for arbTransaction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="arbTransaction"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="transId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/> <element name="response" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="submitTimeUTC" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="payNum" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="attemptNum" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Integer
attemptNum
protected Integer
payNum
protected String
response
protected XMLGregorianCalendar
submitTimeUTC
protected String
transId
-
Constructor Summary
Constructors Constructor Description ArbTransaction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getAttemptNum()
Gets the value of the attemptNum property.Integer
getPayNum()
Gets the value of the payNum property.String
getResponse()
Gets the value of the response property.XMLGregorianCalendar
getSubmitTimeUTC()
Gets the value of the submitTimeUTC property.String
getTransId()
Gets the value of the transId property.void
setAttemptNum(Integer value)
Sets the value of the attemptNum property.void
setPayNum(Integer value)
Sets the value of the payNum property.void
setResponse(String value)
Sets the value of the response property.void
setSubmitTimeUTC(XMLGregorianCalendar value)
Sets the value of the submitTimeUTC property.void
setTransId(String value)
Sets the value of the transId property.
-
-
-
Field Detail
-
transId
protected String transId
-
response
protected String response
-
submitTimeUTC
protected XMLGregorianCalendar submitTimeUTC
-
payNum
protected Integer payNum
-
attemptNum
protected Integer attemptNum
-
-
Method Detail
-
getTransId
public String getTransId()
Gets the value of the transId property.- Returns:
- possible object is
String
-
setTransId
public void setTransId(String value)
Sets the value of the transId property.- Parameters:
value
- allowed object isString
-
getResponse
public String getResponse()
Gets the value of the response property.- Returns:
- possible object is
String
-
setResponse
public void setResponse(String value)
Sets the value of the response property.- Parameters:
value
- allowed object isString
-
getSubmitTimeUTC
public XMLGregorianCalendar getSubmitTimeUTC()
Gets the value of the submitTimeUTC property.- Returns:
- possible object is
XMLGregorianCalendar
-
setSubmitTimeUTC
public void setSubmitTimeUTC(XMLGregorianCalendar value)
Sets the value of the submitTimeUTC property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getPayNum
public Integer getPayNum()
Gets the value of the payNum property.- Returns:
- possible object is
Integer
-
setPayNum
public void setPayNum(Integer value)
Sets the value of the payNum property.- Parameters:
value
- allowed object isInteger
-
getAttemptNum
public Integer getAttemptNum()
Gets the value of the attemptNum property.- Returns:
- possible object is
Integer
-
-