public class ResponseAXIS extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
amount |
protected String |
dateTime |
protected String |
error |
protected String |
errorCode |
protected String |
isFlagged |
protected String |
mode |
protected String |
paymentId |
protected String |
referenceNo |
protected String |
status |
protected String |
transactionId |
protected String |
transactionType |
| Constructor and Description |
|---|
ResponseAXIS() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAmount() |
String |
getDateTime() |
String |
getError() |
String |
getErrorCode() |
String |
getIsFlagged() |
String |
getMode() |
String |
getPaymentId() |
String |
getReferenceNo() |
String |
getStatus() |
String |
getTransactionId() |
String |
getTransactionType() |
void |
setAmount(String amount) |
void |
setDateTime(String dateTime) |
void |
setError(String error) |
void |
setErrorCode(String errorCode) |
void |
setIsFlagged(String isFlagged) |
void |
setMode(String mode) |
void |
setPaymentId(String paymentId) |
void |
setReferenceNo(String referenceNo) |
void |
setStatus(String status) |
void |
setTransactionId(String transactionId) |
void |
setTransactionType(String transactionType) |
String |
toString() |
protected String transactionId
protected String paymentId
protected String amount
protected String dateTime
protected String mode
protected String referenceNo
protected String transactionType
protected String status
protected String isFlagged
protected String errorCode
protected String error
public String getTransactionId()
public void setTransactionId(String transactionId)
transactionId - the transactionId to setpublic String getPaymentId()
public void setPaymentId(String paymentId)
paymentId - the paymentId to setpublic String getAmount()
public void setAmount(String amount)
amount - the amount to setpublic String getDateTime()
public void setDateTime(String dateTime)
dateTime - the dateTime to setpublic String getMode()
public void setMode(String mode)
mode - the mode to setpublic String getReferenceNo()
public void setReferenceNo(String referenceNo)
referenceNo - the referenceNo to setpublic String getTransactionType()
public void setTransactionType(String transactionType)
transactionType - the transactionType to setpublic String getStatus()
public void setStatus(String status)
status - the status to setpublic String getIsFlagged()
public void setIsFlagged(String isFlagged)
isFlagged - the isFlagged to setpublic String getErrorCode()
public void setErrorCode(String errorCode)
errorCode - the errorCode to setpublic String getError()
public void setError(String error)
error - the error to setCopyright © 2015–2017 eGovernments Foundation. All rights reserved.