Class PaymentTransactionInformationSEPA
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_002_02.PaymentTransactionInformationSEPA
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected String
protected OriginalTransactionReferenceSEPA
protected String
protected List
<StatusReasonInformationSEPA> protected TransactionIndividualStatus1CodeSEPA
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the orgnlEndToEndId property.Gets the value of the orgnlInstrId property.Gets the value of the orgnlPmtInfId property.Gets the value of the orgnlTxRef property.getStsId()
Gets the value of the stsId property.Gets the value of the stsRsnInf property.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
Sets the value of the orgnlTxRef property.void
Sets the value of the stsId property.void
Sets the value of the txSts property.
-
Field Details
-
stsId
-
orgnlPmtInfId
-
orgnlInstrId
-
orgnlEndToEndId
-
txSts
-
stsRsnInf
-
orgnlTxRef
-
-
Constructor Details
-
PaymentTransactionInformationSEPA
public PaymentTransactionInformationSEPA()
-
-
Method Details
-
getStsId
Gets the value of the stsId property.- Returns:
- possible object is
String
-
setStsId
Sets the value of the stsId property.- Parameters:
value
- allowed object isString
-
getOrgnlPmtInfId
Gets the value of the orgnlPmtInfId property.- Returns:
- possible object is
String
-
setOrgnlPmtInfId
Sets the value of the orgnlPmtInfId property.- Parameters:
value
- allowed object isString
-
getOrgnlInstrId
Gets the value of the orgnlInstrId property.- Returns:
- possible object is
String
-
setOrgnlInstrId
Sets the value of the orgnlInstrId property.- Parameters:
value
- allowed object isString
-
getOrgnlEndToEndId
Gets the value of the orgnlEndToEndId property.- Returns:
- possible object is
String
-
setOrgnlEndToEndId
Sets the value of the orgnlEndToEndId property.- Parameters:
value
- allowed object isString
-
getTxSts
Gets the value of the txSts property.- Returns:
- possible object is
TransactionIndividualStatus1CodeSEPA
-
setTxSts
Sets the value of the txSts property.- Parameters:
value
- allowed object isTransactionIndividualStatus1CodeSEPA
-
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
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
-
getOrgnlTxRef
Gets the value of the orgnlTxRef property.- Returns:
- possible object is
OriginalTransactionReferenceSEPA
-
setOrgnlTxRef
Sets the value of the orgnlTxRef property.- Parameters:
value
- allowed object isOriginalTransactionReferenceSEPA
-