public class EpcTransactionData extends AbstractRealTimeDto implements Serializable
Java class for epcTransactionData complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected List<EpcAliasPaymentDetails> |
aliasPaymentDetails |
protected EpcPostPaymentDetails |
postPaymentDetails |
protected List<EpcRedirectPaymentDetails> |
redirectPaymentDetails |
protected int |
transactionId |
Constructor and Description |
---|
EpcTransactionData() |
Modifier and Type | Method and Description |
---|---|
List<EpcAliasPaymentDetails> |
getAliasPaymentDetails()
Gets the value of the aliasPaymentDetails property.
|
EpcPostPaymentDetails |
getPostPaymentDetails()
Gets the value of the postPaymentDetails property.
|
List<EpcRedirectPaymentDetails> |
getRedirectPaymentDetails()
Gets the value of the redirectPaymentDetails property.
|
int |
getTransactionId()
Gets the value of the transactionId property.
|
void |
setPostPaymentDetails(EpcPostPaymentDetails value)
Sets the value of the postPaymentDetails property.
|
void |
setTransactionId(int value)
Sets the value of the transactionId property.
|
protected List<EpcAliasPaymentDetails> aliasPaymentDetails
protected EpcPostPaymentDetails postPaymentDetails
protected List<EpcRedirectPaymentDetails> redirectPaymentDetails
protected int transactionId
public List<EpcAliasPaymentDetails> getAliasPaymentDetails()
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 aliasPaymentDetails property.
For example, to add a new item, do as follows:
getAliasPaymentDetails().add(newItem);
Objects of the following type(s) are allowed in the list
EpcAliasPaymentDetails
public EpcPostPaymentDetails getPostPaymentDetails()
EpcPostPaymentDetails
public void setPostPaymentDetails(EpcPostPaymentDetails value)
value
- allowed object is
EpcPostPaymentDetails
public List<EpcRedirectPaymentDetails> getRedirectPaymentDetails()
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 redirectPaymentDetails property.
For example, to add a new item, do as follows:
getRedirectPaymentDetails().add(newItem);
Objects of the following type(s) are allowed in the list
EpcRedirectPaymentDetails
public int getTransactionId()
public void setTransactionId(int value)
Copyright © 2021. All rights reserved.