public class LoyaltyRequestType extends Object
Java class for LoyaltyRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoyaltyRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SaleData" type="{}SaleDataType"/>
<element name="LoyaltyTransaction" type="{}LoyaltyTransactionType"/>
<element name="LoyaltyData" type="{}LoyaltyDataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<LoyaltyDataType> |
loyaltyData |
protected LoyaltyTransactionType |
loyaltyTransaction |
protected SaleDataType |
saleData |
| Constructor and Description |
|---|
LoyaltyRequestType() |
| Modifier and Type | Method and Description |
|---|---|
List<LoyaltyDataType> |
getLoyaltyData()
Gets the value of the loyaltyData property.
|
LoyaltyTransactionType |
getLoyaltyTransaction()
Gets the value of the loyaltyTransaction property.
|
SaleDataType |
getSaleData()
Gets the value of the saleData property.
|
void |
setLoyaltyTransaction(LoyaltyTransactionType value)
Sets the value of the loyaltyTransaction property.
|
void |
setSaleData(SaleDataType value)
Sets the value of the saleData property.
|
protected SaleDataType saleData
protected LoyaltyTransactionType loyaltyTransaction
protected List<LoyaltyDataType> loyaltyData
public SaleDataType getSaleData()
SaleDataTypepublic void setSaleData(SaleDataType value)
value - allowed object is
SaleDataTypepublic LoyaltyTransactionType getLoyaltyTransaction()
LoyaltyTransactionTypepublic void setLoyaltyTransaction(LoyaltyTransactionType value)
value - allowed object is
LoyaltyTransactionTypepublic List<LoyaltyDataType> getLoyaltyData()
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 loyaltyData property.
For example, to add a new item, do as follows:
getLoyaltyData().add(newItem);
Objects of the following type(s) are allowed in the list
LoyaltyDataType
Copyright © 2018. All rights reserved.