public class PaymentRequestType extends Object
Java class for PaymentRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SaleData" type="{}SaleDataType"/>
<element name="PaymentTransaction" type="{}PaymentTransactionType"/>
<element name="PaymentData" type="{}PaymentDataType" minOccurs="0"/>
<element name="LoyaltyData" type="{}LoyaltyDataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<LoyaltyDataType> |
loyaltyData |
protected PaymentDataType |
paymentData |
protected PaymentTransactionType |
paymentTransaction |
protected SaleDataType |
saleData |
| Constructor and Description |
|---|
PaymentRequestType() |
| Modifier and Type | Method and Description |
|---|---|
List<LoyaltyDataType> |
getLoyaltyData()
Gets the value of the loyaltyData property.
|
PaymentDataType |
getPaymentData()
Gets the value of the paymentData property.
|
PaymentTransactionType |
getPaymentTransaction()
Gets the value of the paymentTransaction property.
|
SaleDataType |
getSaleData()
Gets the value of the saleData property.
|
void |
setPaymentData(PaymentDataType value)
Sets the value of the paymentData property.
|
void |
setPaymentTransaction(PaymentTransactionType value)
Sets the value of the paymentTransaction property.
|
void |
setSaleData(SaleDataType value)
Sets the value of the saleData property.
|
protected SaleDataType saleData
protected PaymentTransactionType paymentTransaction
protected PaymentDataType paymentData
protected List<LoyaltyDataType> loyaltyData
public SaleDataType getSaleData()
SaleDataTypepublic void setSaleData(SaleDataType value)
value - allowed object is
SaleDataTypepublic PaymentTransactionType getPaymentTransaction()
PaymentTransactionTypepublic void setPaymentTransaction(PaymentTransactionType value)
value - allowed object is
PaymentTransactionTypepublic PaymentDataType getPaymentData()
PaymentDataTypepublic void setPaymentData(PaymentDataType value)
value - allowed object is
PaymentDataTypepublic 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.