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