public class PaymentTransactionInformationSEPA
extends java.lang.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:iso:std:iso:20022:tech:xsd:pain.002.001.03}RestrictedIdentificationSEPA1" minOccurs="0"/>
<element name="OrgnlInstrId" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}Max35Text" minOccurs="0"/>
<element name="OrgnlEndToEndId" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}Max35Text" minOccurs="0"/>
<element name="TxSts" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}TransactionIndividualStatusCodeSEPA" minOccurs="0"/>
<element name="StsRsnInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}StatusReasonInformationSEPA" maxOccurs="unbounded" minOccurs="0"/>
<element name="OrgnlTxRef" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}OriginalTransactionReferenceSEPA"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.String |
orgnlEndToEndId |
|
protected java.lang.String |
orgnlInstrId |
|
protected OriginalTransactionReferenceSEPA |
orgnlTxRef |
|
protected java.lang.String |
stsId |
|
protected java.util.List<StatusReasonInformationSEPA> |
stsRsnInf |
|
protected TransactionIndividualStatusCodeSEPA |
txSts |
| Constructor | Description |
|---|---|
PaymentTransactionInformationSEPA() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getOrgnlEndToEndId() |
Gets the value of the orgnlEndToEndId property.
|
java.lang.String |
getOrgnlInstrId() |
Gets the value of the orgnlInstrId property.
|
OriginalTransactionReferenceSEPA |
getOrgnlTxRef() |
Gets the value of the orgnlTxRef property.
|
java.lang.String |
getStsId() |
Gets the value of the stsId property.
|
java.util.List<StatusReasonInformationSEPA> |
getStsRsnInf() |
Gets the value of the stsRsnInf property.
|
TransactionIndividualStatusCodeSEPA |
getTxSts() |
Gets the value of the txSts property.
|
void |
setOrgnlEndToEndId(java.lang.String value) |
Sets the value of the orgnlEndToEndId property.
|
void |
setOrgnlInstrId(java.lang.String value) |
Sets the value of the orgnlInstrId property.
|
void |
setOrgnlTxRef(OriginalTransactionReferenceSEPA value) |
Sets the value of the orgnlTxRef property.
|
void |
setStsId(java.lang.String value) |
Sets the value of the stsId property.
|
void |
setTxSts(TransactionIndividualStatusCodeSEPA value) |
Sets the value of the txSts property.
|
protected java.lang.String stsId
protected java.lang.String orgnlInstrId
protected java.lang.String orgnlEndToEndId
protected TransactionIndividualStatusCodeSEPA txSts
protected java.util.List<StatusReasonInformationSEPA> stsRsnInf
protected OriginalTransactionReferenceSEPA orgnlTxRef
public java.lang.String getStsId()
Stringpublic void setStsId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOrgnlInstrId()
Stringpublic void setOrgnlInstrId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOrgnlEndToEndId()
Stringpublic void setOrgnlEndToEndId(java.lang.String value)
value - allowed object is
Stringpublic TransactionIndividualStatusCodeSEPA getTxSts()
TransactionIndividualStatusCodeSEPApublic void setTxSts(TransactionIndividualStatusCodeSEPA value)
value - allowed object is
TransactionIndividualStatusCodeSEPApublic java.util.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 © 2018. All rights reserved.