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>
Modifier and Type | Field and Description |
---|---|
protected Integer |
attemptNum |
protected Integer |
payNum |
protected String |
response |
protected XMLGregorianCalendar |
submitTimeUTC |
protected String |
transId |
Constructor and Description |
---|
ArbTransaction() |
Modifier and Type | Method and 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.
|
protected String transId
protected String response
protected XMLGregorianCalendar submitTimeUTC
protected Integer payNum
protected Integer attemptNum
public String getTransId()
String
public void setTransId(String value)
value
- allowed object is
String
public String getResponse()
String
public void setResponse(String value)
value
- allowed object is
String
public XMLGregorianCalendar getSubmitTimeUTC()
XMLGregorianCalendar
public void setSubmitTimeUTC(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public Integer getPayNum()
Integer
public void setPayNum(Integer value)
value
- allowed object is
Integer
public Integer getAttemptNum()
Integer
Copyright © 2021. All rights reserved.