Class PaymentTransactionInformationSEPA
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_002_003_03.PaymentTransactionInformationSEPA
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringorgnlEndToEndIdprotected StringorgnlInstrIdprotected OriginalTransactionReferenceSEPAorgnlTxRefprotected StringstsIdprotected List<StatusReasonInformationSEPA>stsRsnInfprotected TransactionIndividualStatusCodeSEPAtxSts
-
Constructor Summary
Constructors Constructor Description PaymentTransactionInformationSEPA()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOrgnlEndToEndId()Gets the value of the orgnlEndToEndId property.StringgetOrgnlInstrId()Gets the value of the orgnlInstrId property.OriginalTransactionReferenceSEPAgetOrgnlTxRef()Gets the value of the orgnlTxRef property.StringgetStsId()Gets the value of the stsId property.List<StatusReasonInformationSEPA>getStsRsnInf()Gets the value of the stsRsnInf property.TransactionIndividualStatusCodeSEPAgetTxSts()Gets the value of the txSts property.voidsetOrgnlEndToEndId(String value)Sets the value of the orgnlEndToEndId property.voidsetOrgnlInstrId(String value)Sets the value of the orgnlInstrId property.voidsetOrgnlTxRef(OriginalTransactionReferenceSEPA value)Sets the value of the orgnlTxRef property.voidsetStsId(String value)Sets the value of the stsId property.voidsetTxSts(TransactionIndividualStatusCodeSEPA value)Sets the value of the txSts property.
-
-
-
Field Detail
-
stsId
protected String stsId
-
orgnlInstrId
protected String orgnlInstrId
-
orgnlEndToEndId
protected String orgnlEndToEndId
-
txSts
protected TransactionIndividualStatusCodeSEPA txSts
-
stsRsnInf
protected List<StatusReasonInformationSEPA> stsRsnInf
-
orgnlTxRef
protected OriginalTransactionReferenceSEPA orgnlTxRef
-
-
Method Detail
-
getStsId
public String getStsId()
Gets the value of the stsId property.- Returns:
- possible object is
String
-
setStsId
public void setStsId(String value)
Sets the value of the stsId property.- Parameters:
value- allowed object isString
-
getOrgnlInstrId
public String getOrgnlInstrId()
Gets the value of the orgnlInstrId property.- Returns:
- possible object is
String
-
setOrgnlInstrId
public void setOrgnlInstrId(String value)
Sets the value of the orgnlInstrId property.- Parameters:
value- allowed object isString
-
getOrgnlEndToEndId
public String getOrgnlEndToEndId()
Gets the value of the orgnlEndToEndId property.- Returns:
- possible object is
String
-
setOrgnlEndToEndId
public void setOrgnlEndToEndId(String value)
Sets the value of the orgnlEndToEndId property.- Parameters:
value- allowed object isString
-
getTxSts
public TransactionIndividualStatusCodeSEPA getTxSts()
Gets the value of the txSts property.- Returns:
- possible object is
TransactionIndividualStatusCodeSEPA
-
setTxSts
public void setTxSts(TransactionIndividualStatusCodeSEPA value)
Sets the value of the txSts property.- Parameters:
value- allowed object isTransactionIndividualStatusCodeSEPA
-
getStsRsnInf
public List<StatusReasonInformationSEPA> getStsRsnInf()
Gets the value of the stsRsnInf property.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
setmethod 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
-
getOrgnlTxRef
public OriginalTransactionReferenceSEPA getOrgnlTxRef()
Gets the value of the orgnlTxRef property.- Returns:
- possible object is
OriginalTransactionReferenceSEPA
-
setOrgnlTxRef
public void setOrgnlTxRef(OriginalTransactionReferenceSEPA value)
Sets the value of the orgnlTxRef property.- Parameters:
value- allowed object isOriginalTransactionReferenceSEPA
-
-