public class PaymentTransactionInformationSEPA extends Object
Java class for PaymentTransactionInformationSEPA complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentTransactionInformationSEPA">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StsId" type="{urn:swift:xsd:$pain.002.002.02}RestrictedIdentification1" minOccurs="0"/>
<element name="OrgnlPmtInfId" type="{urn:swift:xsd:$pain.002.002.02}RestrictedIdentification1" minOccurs="0"/>
<element name="OrgnlInstrId" type="{urn:swift:xsd:$pain.002.002.02}RestrictedIdentification1" minOccurs="0"/>
<element name="OrgnlEndToEndId" type="{urn:swift:xsd:$pain.002.002.02}RestrictedIdentification2" minOccurs="0"/>
<element name="TxSts" type="{urn:swift:xsd:$pain.002.002.02}TransactionIndividualStatus1CodeSEPA" minOccurs="0"/>
<element name="StsRsnInf" type="{urn:swift:xsd:$pain.002.002.02}StatusReasonInformationSEPA" maxOccurs="unbounded" minOccurs="0"/>
<element name="OrgnlTxRef" type="{urn:swift:xsd:$pain.002.002.02}OriginalTransactionReferenceSEPA"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
orgnlEndToEndId |
protected String |
orgnlInstrId |
protected String |
orgnlPmtInfId |
protected OriginalTransactionReferenceSEPA |
orgnlTxRef |
protected String |
stsId |
protected List<StatusReasonInformationSEPA> |
stsRsnInf |
protected TransactionIndividualStatus1CodeSEPA |
txSts |
| Constructor and Description |
|---|
PaymentTransactionInformationSEPA() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOrgnlEndToEndId()
Gets the value of the orgnlEndToEndId property.
|
String |
getOrgnlInstrId()
Gets the value of the orgnlInstrId property.
|
String |
getOrgnlPmtInfId()
Gets the value of the orgnlPmtInfId property.
|
OriginalTransactionReferenceSEPA |
getOrgnlTxRef()
Gets the value of the orgnlTxRef property.
|
String |
getStsId()
Gets the value of the stsId property.
|
List<StatusReasonInformationSEPA> |
getStsRsnInf()
Gets the value of the stsRsnInf property.
|
TransactionIndividualStatus1CodeSEPA |
getTxSts()
Gets the value of the txSts property.
|
void |
setOrgnlEndToEndId(String value)
Sets the value of the orgnlEndToEndId property.
|
void |
setOrgnlInstrId(String value)
Sets the value of the orgnlInstrId property.
|
void |
setOrgnlPmtInfId(String value)
Sets the value of the orgnlPmtInfId property.
|
void |
setOrgnlTxRef(OriginalTransactionReferenceSEPA value)
Sets the value of the orgnlTxRef property.
|
void |
setStsId(String value)
Sets the value of the stsId property.
|
void |
setTxSts(TransactionIndividualStatus1CodeSEPA value)
Sets the value of the txSts property.
|
protected String stsId
protected String orgnlPmtInfId
protected String orgnlInstrId
protected String orgnlEndToEndId
protected TransactionIndividualStatus1CodeSEPA txSts
protected List<StatusReasonInformationSEPA> stsRsnInf
protected OriginalTransactionReferenceSEPA orgnlTxRef
public String getStsId()
Stringpublic void setStsId(String value)
value - allowed object is
Stringpublic String getOrgnlPmtInfId()
Stringpublic void setOrgnlPmtInfId(String value)
value - allowed object is
Stringpublic String getOrgnlInstrId()
Stringpublic void setOrgnlInstrId(String value)
value - allowed object is
Stringpublic String getOrgnlEndToEndId()
Stringpublic void setOrgnlEndToEndId(String value)
value - allowed object is
Stringpublic TransactionIndividualStatus1CodeSEPA getTxSts()
TransactionIndividualStatus1CodeSEPApublic void setTxSts(TransactionIndividualStatus1CodeSEPA value)
value - allowed object is
TransactionIndividualStatus1CodeSEPApublic List<StatusReasonInformationSEPA> getStsRsnInf()
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 stsRsnInf property.
For example, to add a new item, do as follows:
getStsRsnInf().add(newItem);
Objects of the following type(s) are allowed in the list
StatusReasonInformationSEPA
public OriginalTransactionReferenceSEPA getOrgnlTxRef()
OriginalTransactionReferenceSEPApublic void setOrgnlTxRef(OriginalTransactionReferenceSEPA value)
value - allowed object is
OriginalTransactionReferenceSEPACopyright © 2019. All rights reserved.