public class PerformedTransaction extends Object
Java class for PerformedTransaction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerformedTransaction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Response" type="{}Response"/>
<element name="SaleData" type="{}SaleData" minOccurs="0"/>
<element name="POIData" type="{}POIData"/>
<element name="PaymentResult" type="{}PaymentResult" minOccurs="0"/>
<element name="LoyaltyResult" type="{}LoyaltyResult" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ReversedAmount" type="{}SimpleAmountType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<LoyaltyResult> |
loyaltyResult
The Loyalty result.
|
protected PaymentResult |
paymentResult
The Payment result.
|
protected POIData |
poiData
The Poi data.
|
protected Response |
response
The Response.
|
protected BigDecimal |
reversedAmount
The Reversed amount.
|
protected SaleData |
saleData
The Sale data.
|
| Constructor and Description |
|---|
PerformedTransaction() |
| Modifier and Type | Method and Description |
|---|---|
List<LoyaltyResult> |
getLoyaltyResult()
Gets the value of the loyaltyResult property.
|
PaymentResult |
getPaymentResult()
Gets the value of the paymentResult property.
|
POIData |
getPOIData()
Gets the value of the poiData property.
|
Response |
getResponse()
Gets the value of the response property.
|
BigDecimal |
getReversedAmount()
Gets the value of the reversedAmount property.
|
SaleData |
getSaleData()
Gets the value of the saleData property.
|
void |
setPaymentResult(PaymentResult value)
Sets the value of the paymentResult property.
|
void |
setPOIData(POIData value)
Sets the value of the poiData property.
|
void |
setResponse(Response value)
Sets the value of the response property.
|
void |
setReversedAmount(BigDecimal value)
Sets the value of the reversedAmount property.
|
void |
setSaleData(SaleData value)
Sets the value of the saleData property.
|
protected Response response
protected SaleData saleData
protected POIData poiData
protected PaymentResult paymentResult
protected List<LoyaltyResult> loyaltyResult
protected BigDecimal reversedAmount
public Response getResponse()
Responsepublic void setResponse(Response value)
value - allowed object is Responsepublic SaleData getSaleData()
SaleDatapublic void setSaleData(SaleData value)
value - allowed object is SaleDatapublic POIData getPOIData()
POIDatapublic void setPOIData(POIData value)
value - allowed object is POIDatapublic PaymentResult getPaymentResult()
PaymentResultpublic void setPaymentResult(PaymentResult value)
value - allowed object is PaymentResultpublic List<LoyaltyResult> getLoyaltyResult()
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 loyaltyResult property.
For example, to add a new item, do as follows:
getLoyaltyResult().add(newItem);
Objects of the following type(s) are allowed in the list
LoyaltyResult
public BigDecimal getReversedAmount()
BigDecimalpublic void setReversedAmount(BigDecimal value)
value - allowed object is BigDecimalCopyright © 2022. All rights reserved.