public class LoyaltyTransactionType extends Object
Java class for LoyaltyTransactionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoyaltyTransactionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OriginalPOITransaction" type="{}OriginalPOITransactionType" minOccurs="0"/>
<element name="TransactionConditions" type="{}TransactionConditionsType" minOccurs="0"/>
<element name="SaleItem" type="{}SaleItemType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="LoyaltyTransactionType" use="required" type="{}LoyaltyTransactionTypeTypeCode" />
<attribute name="Currency" type="{}ISOCurrency3A" />
<attribute name="TotalAmount" type="{}SimpleAmountType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
currency |
protected String |
loyaltyTransactionType |
protected OriginalPOITransactionType |
originalPOITransaction |
protected List<SaleItemType> |
saleItem |
protected BigDecimal |
totalAmount |
protected TransactionConditionsType |
transactionConditions |
| Constructor and Description |
|---|
LoyaltyTransactionType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrency()
Gets the value of the currency property.
|
String |
getLoyaltyTransactionType()
Gets the value of the loyaltyTransactionType property.
|
OriginalPOITransactionType |
getOriginalPOITransaction()
Gets the value of the originalPOITransaction property.
|
List<SaleItemType> |
getSaleItem()
Gets the value of the saleItem property.
|
BigDecimal |
getTotalAmount()
Gets the value of the totalAmount property.
|
TransactionConditionsType |
getTransactionConditions()
Gets the value of the transactionConditions property.
|
void |
setCurrency(String value)
Sets the value of the currency property.
|
void |
setLoyaltyTransactionType(String value)
Sets the value of the loyaltyTransactionType property.
|
void |
setOriginalPOITransaction(OriginalPOITransactionType value)
Sets the value of the originalPOITransaction property.
|
void |
setTotalAmount(BigDecimal value)
Sets the value of the totalAmount property.
|
void |
setTransactionConditions(TransactionConditionsType value)
Sets the value of the transactionConditions property.
|
protected OriginalPOITransactionType originalPOITransaction
protected TransactionConditionsType transactionConditions
protected List<SaleItemType> saleItem
protected String loyaltyTransactionType
protected String currency
protected BigDecimal totalAmount
public OriginalPOITransactionType getOriginalPOITransaction()
OriginalPOITransactionTypepublic void setOriginalPOITransaction(OriginalPOITransactionType value)
value - allowed object is
OriginalPOITransactionTypepublic TransactionConditionsType getTransactionConditions()
TransactionConditionsTypepublic void setTransactionConditions(TransactionConditionsType value)
value - allowed object is
TransactionConditionsTypepublic List<SaleItemType> getSaleItem()
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 saleItem property.
For example, to add a new item, do as follows:
getSaleItem().add(newItem);
Objects of the following type(s) are allowed in the list
SaleItemType
public String getLoyaltyTransactionType()
Stringpublic void setLoyaltyTransactionType(String value)
value - allowed object is
Stringpublic String getCurrency()
Stringpublic void setCurrency(String value)
value - allowed object is
Stringpublic BigDecimal getTotalAmount()
BigDecimalpublic void setTotalAmount(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2018. All rights reserved.