public class ReversalResponseType extends Object
Java class for ReversalResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReversalResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Response" type="{}ResponseType"/>
<element name="POIData" type="{}POIDataType" minOccurs="0"/>
<element name="OriginalPOITransaction" type="{}OriginalPOITransactionType" minOccurs="0"/>
<element name="PaymentReceipt" type="{}PaymentReceiptType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ReversedAmount" type="{}SimpleAmountType" />
<attribute name="CustomerOrderID" type="{}CustomerOrderIDType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
customerOrderID |
protected OriginalPOITransactionType |
originalPOITransaction |
protected List<PaymentReceiptType> |
paymentReceipt |
protected POIDataType |
poiData |
protected ResponseType |
response |
protected BigDecimal |
reversedAmount |
| Constructor and Description |
|---|
ReversalResponseType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomerOrderID()
Gets the value of the customerOrderID property.
|
OriginalPOITransactionType |
getOriginalPOITransaction()
Gets the value of the originalPOITransaction property.
|
List<PaymentReceiptType> |
getPaymentReceipt()
Gets the value of the paymentReceipt property.
|
POIDataType |
getPOIData()
Gets the value of the poiData property.
|
ResponseType |
getResponse()
Gets the value of the response property.
|
BigDecimal |
getReversedAmount()
Gets the value of the reversedAmount property.
|
void |
setCustomerOrderID(String value)
Sets the value of the customerOrderID property.
|
void |
setOriginalPOITransaction(OriginalPOITransactionType value)
Sets the value of the originalPOITransaction property.
|
void |
setPOIData(POIDataType value)
Sets the value of the poiData property.
|
void |
setResponse(ResponseType value)
Sets the value of the response property.
|
void |
setReversedAmount(BigDecimal value)
Sets the value of the reversedAmount property.
|
protected ResponseType response
protected POIDataType poiData
protected OriginalPOITransactionType originalPOITransaction
protected List<PaymentReceiptType> paymentReceipt
protected BigDecimal reversedAmount
protected String customerOrderID
public ResponseType getResponse()
ResponseTypepublic void setResponse(ResponseType value)
value - allowed object is
ResponseTypepublic POIDataType getPOIData()
POIDataTypepublic void setPOIData(POIDataType value)
value - allowed object is
POIDataTypepublic OriginalPOITransactionType getOriginalPOITransaction()
OriginalPOITransactionTypepublic void setOriginalPOITransaction(OriginalPOITransactionType value)
value - allowed object is
OriginalPOITransactionTypepublic List<PaymentReceiptType> getPaymentReceipt()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the paymentReceipt property.
For example, to add a new item, do as follows:
getPaymentReceipt().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentReceiptType
public BigDecimal getReversedAmount()
BigDecimalpublic void setReversedAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic String getCustomerOrderID()
StringCopyright © 2018. All rights reserved.