public class CCPaymentResponse
extends java.lang.Object
Java class for CCPaymentResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CCPaymentResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ewayTrxnError" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ewayTrxnStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ewayTrxnNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ewayReturnAmount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ewayAuthCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
ewayAuthCode |
protected java.lang.String |
ewayReturnAmount |
protected java.lang.String |
ewayTrxnError |
protected java.lang.String |
ewayTrxnNumber |
protected java.lang.String |
ewayTrxnStatus |
| Constructor and Description |
|---|
CCPaymentResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEwayAuthCode()
Gets the value of the ewayAuthCode property.
|
java.lang.String |
getEwayReturnAmount()
Gets the value of the ewayReturnAmount property.
|
java.lang.String |
getEwayTrxnError()
Gets the value of the ewayTrxnError property.
|
java.lang.String |
getEwayTrxnNumber()
Gets the value of the ewayTrxnNumber property.
|
java.lang.String |
getEwayTrxnStatus()
Gets the value of the ewayTrxnStatus property.
|
void |
setEwayAuthCode(java.lang.String value)
Sets the value of the ewayAuthCode property.
|
void |
setEwayReturnAmount(java.lang.String value)
Sets the value of the ewayReturnAmount property.
|
void |
setEwayTrxnError(java.lang.String value)
Sets the value of the ewayTrxnError property.
|
void |
setEwayTrxnNumber(java.lang.String value)
Sets the value of the ewayTrxnNumber property.
|
void |
setEwayTrxnStatus(java.lang.String value)
Sets the value of the ewayTrxnStatus property.
|
protected java.lang.String ewayTrxnError
protected java.lang.String ewayTrxnStatus
protected java.lang.String ewayTrxnNumber
protected java.lang.String ewayReturnAmount
protected java.lang.String ewayAuthCode
public java.lang.String getEwayTrxnError()
Stringpublic void setEwayTrxnError(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getEwayTrxnStatus()
Stringpublic void setEwayTrxnStatus(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getEwayTrxnNumber()
Stringpublic void setEwayTrxnNumber(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getEwayReturnAmount()
Stringpublic void setEwayReturnAmount(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getEwayAuthCode()
Stringpublic void setEwayAuthCode(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.