public class OriginalGroupInformationSEPA extends Object
Java class for OriginalGroupInformationSEPA complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OriginalGroupInformationSEPA">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OrgnlMsgId" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}Max35Text"/>
<element name="OrgnlMsgNmId" 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="GrpSts" 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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TransactionGroupStatusCodeSEPA |
grpSts |
protected BigDecimal |
orgnlCtrlSum |
protected String |
orgnlMsgId |
protected String |
orgnlMsgNmId |
protected String |
orgnlNbOfTxs |
protected List<StatusReasonInformationSEPA> |
stsRsnInf |
| Constructor and Description |
|---|
OriginalGroupInformationSEPA() |
| Modifier and Type | Method and Description |
|---|---|
TransactionGroupStatusCodeSEPA |
getGrpSts()
Gets the value of the grpSts property.
|
BigDecimal |
getOrgnlCtrlSum()
Gets the value of the orgnlCtrlSum property.
|
String |
getOrgnlMsgId()
Gets the value of the orgnlMsgId property.
|
String |
getOrgnlMsgNmId()
Gets the value of the orgnlMsgNmId property.
|
String |
getOrgnlNbOfTxs()
Gets the value of the orgnlNbOfTxs property.
|
List<StatusReasonInformationSEPA> |
getStsRsnInf()
Gets the value of the stsRsnInf property.
|
void |
setGrpSts(TransactionGroupStatusCodeSEPA value)
Sets the value of the grpSts property.
|
void |
setOrgnlCtrlSum(BigDecimal value)
Sets the value of the orgnlCtrlSum property.
|
void |
setOrgnlMsgId(String value)
Sets the value of the orgnlMsgId property.
|
void |
setOrgnlMsgNmId(String value)
Sets the value of the orgnlMsgNmId property.
|
void |
setOrgnlNbOfTxs(String value)
Sets the value of the orgnlNbOfTxs property.
|
protected String orgnlMsgId
protected String orgnlMsgNmId
protected String orgnlNbOfTxs
protected BigDecimal orgnlCtrlSum
protected TransactionGroupStatusCodeSEPA grpSts
protected List<StatusReasonInformationSEPA> stsRsnInf
public String getOrgnlMsgId()
Stringpublic void setOrgnlMsgId(String value)
value - allowed object is
Stringpublic String getOrgnlMsgNmId()
Stringpublic void setOrgnlMsgNmId(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 getGrpSts()
TransactionGroupStatusCodeSEPApublic void setGrpSts(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
Copyright © 2019. All rights reserved.