public class StoredValueRequest extends Object
Java class for StoredValueRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StoredValueRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SaleData" type="{}SaleData"/>
<element name="StoredValueData" type="{}StoredValueData" maxOccurs="unbounded"/>
</sequence>
<attribute name="CustomerLanguage" type="{}ISOLanguage2A" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
customerLanguage
The Customer language.
|
protected SaleData |
saleData
The Sale data.
|
protected List<StoredValueData> |
storedValueData
The Stored value data.
|
| Constructor and Description |
|---|
StoredValueRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomerLanguage()
Gets the value of the customerLanguage property.
|
SaleData |
getSaleData()
Gets the value of the saleData property.
|
List<StoredValueData> |
getStoredValueData()
Gets the value of the storedValueData property.
|
void |
setCustomerLanguage(String value)
Sets the value of the customerLanguage property.
|
void |
setSaleData(SaleData value)
Sets the value of the saleData property.
|
protected SaleData saleData
protected List<StoredValueData> storedValueData
protected String customerLanguage
public SaleData getSaleData()
SaleDatapublic void setSaleData(SaleData value)
value - allowed object is SaleDatapublic List<StoredValueData> 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
StoredValueData
public String getCustomerLanguage()
StringCopyright © 2022. All rights reserved.