public class OriginalPaymentInformation1 extends Object
Java class for OriginalPaymentInformation1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OriginalPaymentInformation1">
<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}Max35Text"/>
<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}TransactionGroupStatus3Code" minOccurs="0"/>
<element name="StsRsnInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}StatusReasonInformation8" maxOccurs="unbounded" minOccurs="0"/>
<element name="NbOfTxsPerSts" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}NumberOfTransactionsPerStatus3" maxOccurs="unbounded" minOccurs="0"/>
<element name="TxInfAndSts" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}PaymentTransactionInformation25" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<NumberOfTransactionsPerStatus3> |
nbOfTxsPerSts |
protected BigDecimal |
orgnlCtrlSum |
protected String |
orgnlNbOfTxs |
protected String |
orgnlPmtInfId |
protected TransactionGroupStatus3Code |
pmtInfSts |
protected List<StatusReasonInformation8> |
stsRsnInves |
protected List<PaymentTransactionInformation25> |
txInfAndSts |
| Constructor and Description |
|---|
OriginalPaymentInformation1() |
| Modifier and Type | Method and Description |
|---|---|
List<NumberOfTransactionsPerStatus3> |
getNbOfTxsPerSts()
Gets the value of the nbOfTxsPerSts property.
|
BigDecimal |
getOrgnlCtrlSum()
Gets the value of the orgnlCtrlSum property.
|
String |
getOrgnlNbOfTxs()
Gets the value of the orgnlNbOfTxs property.
|
String |
getOrgnlPmtInfId()
Gets the value of the orgnlPmtInfId property.
|
TransactionGroupStatus3Code |
getPmtInfSts()
Gets the value of the pmtInfSts property.
|
List<StatusReasonInformation8> |
getStsRsnInves()
Gets the value of the stsRsnInves property.
|
List<PaymentTransactionInformation25> |
getTxInfAndSts()
Gets the value of the txInfAndSts property.
|
void |
setOrgnlCtrlSum(BigDecimal value)
Sets the value of the orgnlCtrlSum property.
|
void |
setOrgnlNbOfTxs(String value)
Sets the value of the orgnlNbOfTxs property.
|
void |
setOrgnlPmtInfId(String value)
Sets the value of the orgnlPmtInfId property.
|
void |
setPmtInfSts(TransactionGroupStatus3Code value)
Sets the value of the pmtInfSts property.
|
protected String orgnlPmtInfId
protected String orgnlNbOfTxs
protected BigDecimal orgnlCtrlSum
protected TransactionGroupStatus3Code pmtInfSts
protected List<StatusReasonInformation8> stsRsnInves
protected List<NumberOfTransactionsPerStatus3> nbOfTxsPerSts
protected List<PaymentTransactionInformation25> 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 TransactionGroupStatus3Code getPmtInfSts()
TransactionGroupStatus3Codepublic void setPmtInfSts(TransactionGroupStatus3Code value)
value - allowed object is
TransactionGroupStatus3Codepublic List<StatusReasonInformation8> getStsRsnInves()
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 stsRsnInves property.
For example, to add a new item, do as follows:
getStsRsnInves().add(newItem);
Objects of the following type(s) are allowed in the list
StatusReasonInformation8
public List<NumberOfTransactionsPerStatus3> getNbOfTxsPerSts()
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 nbOfTxsPerSts property.
For example, to add a new item, do as follows:
getNbOfTxsPerSts().add(newItem);
Objects of the following type(s) are allowed in the list
NumberOfTransactionsPerStatus3
public List<PaymentTransactionInformation25> 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
PaymentTransactionInformation25
Copyright © 2019. All rights reserved.