public class StoredValueRequestType extends Object
Java class for StoredValueRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StoredValueRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SaleData" type="{}SaleDataType"/>
<element name="StoredValueData" type="{}StoredValueDataType" maxOccurs="unbounded"/>
</sequence>
<attribute name="CustomerLanguage" type="{}ISOLanguage2A" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
customerLanguage |
protected SaleDataType |
saleData |
protected List<StoredValueDataType> |
storedValueData |
| Constructor and Description |
|---|
StoredValueRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomerLanguage()
Gets the value of the customerLanguage property.
|
SaleDataType |
getSaleData()
Gets the value of the saleData property.
|
List<StoredValueDataType> |
getStoredValueData()
Gets the value of the storedValueData property.
|
void |
setCustomerLanguage(String value)
Sets the value of the customerLanguage property.
|
void |
setSaleData(SaleDataType value)
Sets the value of the saleData property.
|
protected SaleDataType saleData
protected List<StoredValueDataType> storedValueData
protected String customerLanguage
public SaleDataType getSaleData()
SaleDataTypepublic void setSaleData(SaleDataType value)
value - allowed object is
SaleDataTypepublic List<StoredValueDataType> getStoredValueData()
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 storedValueData property.
For example, to add a new item, do as follows:
getStoredValueData().add(newItem);
Objects of the following type(s) are allowed in the list
StoredValueDataType
public String getCustomerLanguage()
StringCopyright © 2018. All rights reserved.