public class PaymentTransaction extends Object
Java class for PaymentTransaction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentTransaction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AmountsReq" type="{}AmountsReq"/>
<element name="OriginalPOITransaction" type="{}OriginalPOITransaction" minOccurs="0"/>
<element name="TransactionConditions" type="{}TransactionConditions" minOccurs="0"/>
<element name="SaleItem" type="{}SaleItem" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AmountsReq |
amountsReq
The Amounts req.
|
protected OriginalPOITransaction |
originalPOITransaction
The Original poi transaction.
|
protected List<SaleItem> |
saleItem
The Sale item.
|
protected TransactionConditions |
transactionConditions
The Transaction conditions.
|
| Constructor and Description |
|---|
PaymentTransaction() |
| Modifier and Type | Method and Description |
|---|---|
AmountsReq |
getAmountsReq()
Gets the value of the amountsReq property.
|
OriginalPOITransaction |
getOriginalPOITransaction()
Gets the value of the originalPOITransaction property.
|
List<SaleItem> |
getSaleItem()
Gets the value of the saleItem property.
|
TransactionConditions |
getTransactionConditions()
Gets the value of the transactionConditions property.
|
void |
setAmountsReq(AmountsReq value)
Sets the value of the amountsReq property.
|
void |
setOriginalPOITransaction(OriginalPOITransaction value)
Sets the value of the originalPOITransaction property.
|
void |
setTransactionConditions(TransactionConditions value)
Sets the value of the transactionConditions property.
|
protected AmountsReq amountsReq
protected OriginalPOITransaction originalPOITransaction
protected TransactionConditions transactionConditions
public AmountsReq getAmountsReq()
AmountsReqpublic void setAmountsReq(AmountsReq value)
value - allowed object is AmountsReqpublic OriginalPOITransaction getOriginalPOITransaction()
OriginalPOITransactionpublic void setOriginalPOITransaction(OriginalPOITransaction value)
value - allowed object is OriginalPOITransactionpublic TransactionConditions getTransactionConditions()
TransactionConditionspublic void setTransactionConditions(TransactionConditions value)
value - allowed object is TransactionConditionspublic List<SaleItem> 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
SaleItem
Copyright © 2022. All rights reserved.