public class ArbTransaction
extends java.lang.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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
attemptNum |
protected java.lang.Integer |
payNum |
protected java.lang.String |
response |
protected javax.xml.datatype.XMLGregorianCalendar |
submitTimeUTC |
protected java.lang.String |
transId |
| Constructor and Description |
|---|
ArbTransaction() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getAttemptNum()
Gets the value of the attemptNum property.
|
java.lang.Integer |
getPayNum()
Gets the value of the payNum property.
|
java.lang.String |
getResponse()
Gets the value of the response property.
|
javax.xml.datatype.XMLGregorianCalendar |
getSubmitTimeUTC()
Gets the value of the submitTimeUTC property.
|
java.lang.String |
getTransId()
Gets the value of the transId property.
|
void |
setAttemptNum(java.lang.Integer value)
Sets the value of the attemptNum property.
|
void |
setPayNum(java.lang.Integer value)
Sets the value of the payNum property.
|
void |
setResponse(java.lang.String value)
Sets the value of the response property.
|
void |
setSubmitTimeUTC(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the submitTimeUTC property.
|
void |
setTransId(java.lang.String value)
Sets the value of the transId property.
|
protected java.lang.String transId
protected java.lang.String response
protected javax.xml.datatype.XMLGregorianCalendar submitTimeUTC
protected java.lang.Integer payNum
protected java.lang.Integer attemptNum
public java.lang.String getTransId()
Stringpublic void setTransId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getResponse()
Stringpublic void setResponse(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getSubmitTimeUTC()
XMLGregorianCalendarpublic void setSubmitTimeUTC(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.Integer getPayNum()
Integerpublic void setPayNum(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getAttemptNum()
Integerpublic void setAttemptNum(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2018. All Rights Reserved.