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