public class StoredValueResponse extends Object
Java class for StoredValueResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StoredValueResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Response" type="{}Response"/>
<element name="SaleData" type="{}SaleData"/>
<element name="POIData" type="{}POIData"/>
<element name="StoredValueResult" type="{}StoredValueResult" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<PaymentReceipt> |
paymentReceipt
The Payment receipt.
|
protected POIData |
poiData
The Poi data.
|
protected Response |
response
The Response.
|
protected SaleData |
saleData
The Sale data.
|
protected List<StoredValueResult> |
storedValueResult
The Stored value result.
|
| Constructor and Description |
|---|
StoredValueResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<PaymentReceipt> |
getPaymentReceipt() |
POIData |
getPOIData()
Gets the value of the poiData property.
|
Response |
getResponse()
Gets the value of the response property.
|
SaleData |
getSaleData()
Gets the value of the saleData property.
|
List<StoredValueResult> |
getStoredValueResult()
Gets the value of the storedValueResult property.
|
void |
setPaymentReceipt(List<PaymentReceipt> paymentReceipt) |
void |
setPOIData(POIData value)
Sets the value of the poiData property.
|
void |
setResponse(Response value)
Sets the value of the response property.
|
void |
setSaleData(SaleData value)
Sets the value of the saleData property.
|
protected Response response
protected SaleData saleData
protected POIData poiData
protected List<StoredValueResult> storedValueResult
protected List<PaymentReceipt> paymentReceipt
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 List<StoredValueResult> getStoredValueResult()
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 storedValueResult property.
For example, to add a new item, do as follows:
getStoredValueResult().add(newItem);
Objects of the following type(s) are allowed in the list
StoredValueResult
public List<PaymentReceipt> getPaymentReceipt()
public void setPaymentReceipt(List<PaymentReceipt> paymentReceipt)
Copyright © 2022. All rights reserved.