public class OriginalPaymentInformationSEPA extends Object
Java-Klasse für OriginalPaymentInformationSEPA complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="OriginalPaymentInformationSEPA">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OrgnlPmtInfId" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}RestrictedIdentificationSEPA1"/>
<element name="OrgnlNbOfTxs" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}Max15NumericText" minOccurs="0"/>
<element name="OrgnlCtrlSum" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}DecimalNumber" minOccurs="0"/>
<element name="PmtInfSts" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}TransactionGroupStatusCodeSEPA" minOccurs="0"/>
<element name="StsRsnInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}StatusReasonInformationSEPA" maxOccurs="unbounded" minOccurs="0"/>
<element name="TxInfAndSts" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}PaymentTransactionInformationSEPA" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
orgnlCtrlSum |
protected String |
orgnlNbOfTxs |
protected String |
orgnlPmtInfId |
protected TransactionGroupStatusCodeSEPA |
pmtInfSts |
protected List<StatusReasonInformationSEPA> |
stsRsnInf |
protected List<PaymentTransactionInformationSEPA> |
txInfAndSts |
| Constructor and Description |
|---|
OriginalPaymentInformationSEPA() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getOrgnlCtrlSum()
Ruft den Wert der orgnlCtrlSum-Eigenschaft ab.
|
String |
getOrgnlNbOfTxs()
Ruft den Wert der orgnlNbOfTxs-Eigenschaft ab.
|
String |
getOrgnlPmtInfId()
Ruft den Wert der orgnlPmtInfId-Eigenschaft ab.
|
TransactionGroupStatusCodeSEPA |
getPmtInfSts()
Ruft den Wert der pmtInfSts-Eigenschaft ab.
|
List<StatusReasonInformationSEPA> |
getStsRsnInf()
Gets the value of the stsRsnInf property.
|
List<PaymentTransactionInformationSEPA> |
getTxInfAndSts()
Gets the value of the txInfAndSts property.
|
void |
setOrgnlCtrlSum(BigDecimal value)
Legt den Wert der orgnlCtrlSum-Eigenschaft fest.
|
void |
setOrgnlNbOfTxs(String value)
Legt den Wert der orgnlNbOfTxs-Eigenschaft fest.
|
void |
setOrgnlPmtInfId(String value)
Legt den Wert der orgnlPmtInfId-Eigenschaft fest.
|
void |
setPmtInfSts(TransactionGroupStatusCodeSEPA value)
Legt den Wert der pmtInfSts-Eigenschaft fest.
|
protected String orgnlPmtInfId
protected String orgnlNbOfTxs
protected BigDecimal orgnlCtrlSum
protected TransactionGroupStatusCodeSEPA pmtInfSts
protected List<StatusReasonInformationSEPA> stsRsnInf
protected List<PaymentTransactionInformationSEPA> txInfAndSts
public String getOrgnlPmtInfId()
Stringpublic void setOrgnlPmtInfId(String value)
value - allowed object is
Stringpublic String getOrgnlNbOfTxs()
Stringpublic void setOrgnlNbOfTxs(String value)
value - allowed object is
Stringpublic BigDecimal getOrgnlCtrlSum()
BigDecimalpublic void setOrgnlCtrlSum(BigDecimal value)
value - allowed object is
BigDecimalpublic TransactionGroupStatusCodeSEPA getPmtInfSts()
TransactionGroupStatusCodeSEPApublic void setPmtInfSts(TransactionGroupStatusCodeSEPA value)
value - allowed object is
TransactionGroupStatusCodeSEPApublic 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 List<PaymentTransactionInformationSEPA> getTxInfAndSts()
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 txInfAndSts property.
For example, to add a new item, do as follows:
getTxInfAndSts().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentTransactionInformationSEPA
Copyright © 2017. All rights reserved.