public class StoredValueResponseType extends Object
Java class for StoredValueResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StoredValueResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Response" type="{}ResponseType"/>
<element name="SaleData" type="{}SaleDataType"/>
<element name="POIData" type="{}POIDataType"/>
<element name="StoredValueResult" type="{}StoredValueResultType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected POIDataType |
poiData |
protected ResponseType |
response |
protected SaleDataType |
saleData |
protected List<StoredValueResultType> |
storedValueResult |
| Constructor and Description |
|---|
StoredValueResponseType() |
| Modifier and Type | Method and Description |
|---|---|
POIDataType |
getPOIData()
Gets the value of the poiData property.
|
ResponseType |
getResponse()
Gets the value of the response property.
|
SaleDataType |
getSaleData()
Gets the value of the saleData property.
|
List<StoredValueResultType> |
getStoredValueResult()
Gets the value of the storedValueResult property.
|
void |
setPOIData(POIDataType value)
Sets the value of the poiData property.
|
void |
setResponse(ResponseType value)
Sets the value of the response property.
|
void |
setSaleData(SaleDataType value)
Sets the value of the saleData property.
|
protected ResponseType response
protected SaleDataType saleData
protected POIDataType poiData
protected List<StoredValueResultType> storedValueResult
public ResponseType getResponse()
ResponseTypepublic void setResponse(ResponseType value)
value - allowed object is
ResponseTypepublic SaleDataType getSaleData()
SaleDataTypepublic void setSaleData(SaleDataType value)
value - allowed object is
SaleDataTypepublic POIDataType getPOIData()
POIDataTypepublic void setPOIData(POIDataType value)
value - allowed object is
POIDataTypepublic List<StoredValueResultType> 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
StoredValueResultType
Copyright © 2018. All rights reserved.