public class OriginalPaymentInformationSEPA
extends java.lang.Object
Java class for OriginalPaymentInformationSEPA complex type.
The following schema fragment specifies the expected content contained within this class.
<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.003.03}RestrictedIdentificationSEPA1"/> <element name="OrgnlNbOfTxs" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.003.03}Max15NumericText" minOccurs="0"/> <element name="OrgnlCtrlSum" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.003.03}DecimalNumber" minOccurs="0"/> <element name="PmtInfSts" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.003.03}TransactionGroupStatusCodeSEPA" minOccurs="0"/> <element name="StsRsnInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.003.03}StatusReasonInformationSEPA" maxOccurs="unbounded" minOccurs="0"/> <element name="TxInfAndSts" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.003.03}PaymentTransactionInformationSEPA" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected java.math.BigDecimal |
orgnlCtrlSum |
|
protected java.lang.String |
orgnlNbOfTxs |
|
protected java.lang.String |
orgnlPmtInfId |
|
protected TransactionGroupStatusCodeSEPA |
pmtInfSts |
|
protected java.util.List<StatusReasonInformationSEPA> |
stsRsnInf |
|
protected java.util.List<PaymentTransactionInformationSEPA> |
txInfAndSts |
Constructor | Description |
---|---|
OriginalPaymentInformationSEPA() |
Modifier and Type | Method | Description |
---|---|---|
java.math.BigDecimal |
getOrgnlCtrlSum() |
Gets the value of the orgnlCtrlSum property.
|
java.lang.String |
getOrgnlNbOfTxs() |
Gets the value of the orgnlNbOfTxs property.
|
java.lang.String |
getOrgnlPmtInfId() |
Gets the value of the orgnlPmtInfId property.
|
TransactionGroupStatusCodeSEPA |
getPmtInfSts() |
Gets the value of the pmtInfSts property.
|
java.util.List<StatusReasonInformationSEPA> |
getStsRsnInf() |
Gets the value of the stsRsnInf property.
|
java.util.List<PaymentTransactionInformationSEPA> |
getTxInfAndSts() |
Gets the value of the txInfAndSts property.
|
void |
setOrgnlCtrlSum(java.math.BigDecimal value) |
Sets the value of the orgnlCtrlSum property.
|
void |
setOrgnlNbOfTxs(java.lang.String value) |
Sets the value of the orgnlNbOfTxs property.
|
void |
setOrgnlPmtInfId(java.lang.String value) |
Sets the value of the orgnlPmtInfId property.
|
void |
setPmtInfSts(TransactionGroupStatusCodeSEPA value) |
Sets the value of the pmtInfSts property.
|
protected java.lang.String orgnlPmtInfId
protected java.lang.String orgnlNbOfTxs
protected java.math.BigDecimal orgnlCtrlSum
protected TransactionGroupStatusCodeSEPA pmtInfSts
protected java.util.List<StatusReasonInformationSEPA> stsRsnInf
protected java.util.List<PaymentTransactionInformationSEPA> txInfAndSts
public java.lang.String getOrgnlPmtInfId()
String
public void setOrgnlPmtInfId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOrgnlNbOfTxs()
String
public void setOrgnlNbOfTxs(java.lang.String value)
value
- allowed object is
String
public java.math.BigDecimal getOrgnlCtrlSum()
BigDecimal
public void setOrgnlCtrlSum(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public TransactionGroupStatusCodeSEPA getPmtInfSts()
TransactionGroupStatusCodeSEPA
public void setPmtInfSts(TransactionGroupStatusCodeSEPA value)
value
- allowed object is
TransactionGroupStatusCodeSEPA
public 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 java.util.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 © 2018. All rights reserved.