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 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 |
|---|---|
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 |
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
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()
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
StoredValueResultCopyright © 2019. All rights reserved.