public abstract class EwayGatewayResponse
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
ewayAuthCode |
java.lang.String |
ewayReturnAmount |
java.lang.String |
ewayTrxnError |
java.lang.String |
ewayTrxnNumber |
java.lang.String |
ewayTrxnStatus |
| Constructor and Description |
|---|
EwayGatewayResponse() |
| 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 |
parseXml(java.io.InputStream in)
Parsing xml from a stream.
|
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.
|
public java.lang.String ewayTrxnError
public java.lang.String ewayTrxnStatus
public java.lang.String ewayTrxnNumber
public java.lang.String ewayReturnAmount
public 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
Stringpublic void parseXml(java.io.InputStream in)
throws java.lang.Exception
in - xml streamjava.lang.Exception - problemstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.