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 IntegerattemptNumprotected IntegerpayNumprotected Stringresponseprotected XMLGregorianCalendarsubmitTimeUTCprotected StringtransId
-
Constructor Summary
Constructors Constructor Description ArbTransaction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetAttemptNum()Gets the value of the attemptNum property.IntegergetPayNum()Gets the value of the payNum property.StringgetResponse()Gets the value of the response property.XMLGregorianCalendargetSubmitTimeUTC()Gets the value of the submitTimeUTC property.StringgetTransId()Gets the value of the transId property.voidsetAttemptNum(Integer value)Sets the value of the attemptNum property.voidsetPayNum(Integer value)Sets the value of the payNum property.voidsetResponse(String value)Sets the value of the response property.voidsetSubmitTimeUTC(XMLGregorianCalendar value)Sets the value of the submitTimeUTC property.voidsetTransId(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
-
-