public class StoredValueDataType extends Object
Java class for StoredValueDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StoredValueDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StoredValueAccountID" type="{}StoredValueAccountIDType" minOccurs="0"/>
<element name="OriginalPOITransaction" type="{}OriginalPOITransactionType" minOccurs="0"/>
</sequence>
<attribute name="StoredValueProvider" type="{}StoredValueProviderType" />
<attribute name="StoredValueTransactionType" use="required" type="{}StoredValueTransactionTypeTypeCode" />
<attribute name="ProductCode" type="{}ProductCodeType" />
<attribute name="EanUpc" type="{}EanUpcType" />
<attribute name="ItemAmount" use="required" type="{}SimpleAmountType" />
<attribute name="Currency" use="required" type="{}ISOCurrency3A" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
currency |
protected String |
eanUpc |
protected BigDecimal |
itemAmount |
protected OriginalPOITransactionType |
originalPOITransaction |
protected String |
productCode |
protected StoredValueAccountIDType |
storedValueAccountID |
protected String |
storedValueProvider |
protected String |
storedValueTransactionType |
| Constructor and Description |
|---|
StoredValueDataType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrency()
Gets the value of the currency property.
|
String |
getEanUpc()
Gets the value of the eanUpc property.
|
BigDecimal |
getItemAmount()
Gets the value of the itemAmount property.
|
OriginalPOITransactionType |
getOriginalPOITransaction()
Gets the value of the originalPOITransaction property.
|
String |
getProductCode()
Gets the value of the productCode property.
|
StoredValueAccountIDType |
getStoredValueAccountID()
Gets the value of the storedValueAccountID property.
|
String |
getStoredValueProvider()
Gets the value of the storedValueProvider property.
|
String |
getStoredValueTransactionType()
Gets the value of the storedValueTransactionType property.
|
void |
setCurrency(String value)
Sets the value of the currency property.
|
void |
setEanUpc(String value)
Sets the value of the eanUpc property.
|
void |
setItemAmount(BigDecimal value)
Sets the value of the itemAmount property.
|
void |
setOriginalPOITransaction(OriginalPOITransactionType value)
Sets the value of the originalPOITransaction property.
|
void |
setProductCode(String value)
Sets the value of the productCode property.
|
void |
setStoredValueAccountID(StoredValueAccountIDType value)
Sets the value of the storedValueAccountID property.
|
void |
setStoredValueProvider(String value)
Sets the value of the storedValueProvider property.
|
void |
setStoredValueTransactionType(String value)
Sets the value of the storedValueTransactionType property.
|
protected StoredValueAccountIDType storedValueAccountID
protected OriginalPOITransactionType originalPOITransaction
protected String storedValueProvider
protected String storedValueTransactionType
protected String productCode
protected String eanUpc
protected BigDecimal itemAmount
protected String currency
public StoredValueAccountIDType getStoredValueAccountID()
StoredValueAccountIDTypepublic void setStoredValueAccountID(StoredValueAccountIDType value)
value - allowed object is
StoredValueAccountIDTypepublic OriginalPOITransactionType getOriginalPOITransaction()
OriginalPOITransactionTypepublic void setOriginalPOITransaction(OriginalPOITransactionType value)
value - allowed object is
OriginalPOITransactionTypepublic String getStoredValueProvider()
Stringpublic void setStoredValueProvider(String value)
value - allowed object is
Stringpublic String getStoredValueTransactionType()
Stringpublic void setStoredValueTransactionType(String value)
value - allowed object is
Stringpublic String getProductCode()
Stringpublic void setProductCode(String value)
value - allowed object is
Stringpublic String getEanUpc()
Stringpublic void setEanUpc(String value)
value - allowed object is
Stringpublic BigDecimal getItemAmount()
BigDecimalpublic void setItemAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic String getCurrency()
StringCopyright © 2018. All rights reserved.