public class ManagedTransaction
extends java.lang.Object
Java class for ManagedTransaction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ManagedTransaction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TotalAmount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Result" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="ResponseText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TransactionDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="ewayTrxnNumber" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
ewayTrxnNumber |
protected java.lang.String |
responseText |
protected int |
result |
protected int |
totalAmount |
protected javax.xml.datatype.XMLGregorianCalendar |
transactionDate |
| Constructor and Description |
|---|
ManagedTransaction() |
| Modifier and Type | Method and Description |
|---|---|
int |
getEwayTrxnNumber()
Gets the value of the ewayTrxnNumber property.
|
java.lang.String |
getResponseText()
Gets the value of the responseText property.
|
int |
getResult()
Gets the value of the result property.
|
int |
getTotalAmount()
Gets the value of the totalAmount property.
|
javax.xml.datatype.XMLGregorianCalendar |
getTransactionDate()
Gets the value of the transactionDate property.
|
void |
setEwayTrxnNumber(int value)
Sets the value of the ewayTrxnNumber property.
|
void |
setResponseText(java.lang.String value)
Sets the value of the responseText property.
|
void |
setResult(int value)
Sets the value of the result property.
|
void |
setTotalAmount(int value)
Sets the value of the totalAmount property.
|
void |
setTransactionDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the transactionDate property.
|
protected int totalAmount
protected int result
protected java.lang.String responseText
protected javax.xml.datatype.XMLGregorianCalendar transactionDate
protected int ewayTrxnNumber
public int getTotalAmount()
public void setTotalAmount(int value)
public int getResult()
public void setResult(int value)
public java.lang.String getResponseText()
Stringpublic void setResponseText(java.lang.String value)
value - the value
allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getTransactionDate()
XMLGregorianCalendarpublic void setTransactionDate(javax.xml.datatype.XMLGregorianCalendar value)
value - the value
allowed object is
XMLGregorianCalendarpublic int getEwayTrxnNumber()
public void setEwayTrxnNumber(int value)
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.