public class OriginalGroupInformationSEPA extends Object
Java-Klasse für OriginalGroupInformationSEPA complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="OriginalGroupInformationSEPA">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="OrgnlMsgId" type="{urn:swift:xsd:$pain.002.002.02}RestrictedIdentification1"/>
<element name="NtwkFileNm" type="{urn:swift:xsd:$pain.002.002.02}Max35Text"/>
</choice>
<element name="OrgnlMsgNmId" type="{urn:swift:xsd:$pain.002.002.02}Max35Text"/>
<element name="GrpSts" type="{urn:swift:xsd:$pain.002.002.02}TransactionGroupStatus1CodeSEPA" minOccurs="0"/>
<element name="StsRsnInf" type="{urn:swift:xsd:$pain.002.002.02}StatusReasonInformationSEPA" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TransactionGroupStatus1CodeSEPA |
grpSts |
protected String |
ntwkFileNm |
protected String |
orgnlMsgId |
protected String |
orgnlMsgNmId |
protected List<StatusReasonInformationSEPA> |
stsRsnInf |
| Constructor and Description |
|---|
OriginalGroupInformationSEPA() |
| Modifier and Type | Method and Description |
|---|---|
TransactionGroupStatus1CodeSEPA |
getGrpSts()
Ruft den Wert der grpSts-Eigenschaft ab.
|
String |
getNtwkFileNm()
Ruft den Wert der ntwkFileNm-Eigenschaft ab.
|
String |
getOrgnlMsgId()
Ruft den Wert der orgnlMsgId-Eigenschaft ab.
|
String |
getOrgnlMsgNmId()
Ruft den Wert der orgnlMsgNmId-Eigenschaft ab.
|
List<StatusReasonInformationSEPA> |
getStsRsnInf()
Gets the value of the stsRsnInf property.
|
void |
setGrpSts(TransactionGroupStatus1CodeSEPA value)
Legt den Wert der grpSts-Eigenschaft fest.
|
void |
setNtwkFileNm(String value)
Legt den Wert der ntwkFileNm-Eigenschaft fest.
|
void |
setOrgnlMsgId(String value)
Legt den Wert der orgnlMsgId-Eigenschaft fest.
|
void |
setOrgnlMsgNmId(String value)
Legt den Wert der orgnlMsgNmId-Eigenschaft fest.
|
protected String orgnlMsgId
protected String ntwkFileNm
protected String orgnlMsgNmId
protected TransactionGroupStatus1CodeSEPA grpSts
protected List<StatusReasonInformationSEPA> stsRsnInf
public String getOrgnlMsgId()
Stringpublic void setOrgnlMsgId(String value)
value - allowed object is
Stringpublic String getNtwkFileNm()
Stringpublic void setNtwkFileNm(String value)
value - allowed object is
Stringpublic String getOrgnlMsgNmId()
Stringpublic void setOrgnlMsgNmId(String value)
value - allowed object is
Stringpublic TransactionGroupStatus1CodeSEPA getGrpSts()
TransactionGroupStatus1CodeSEPApublic void setGrpSts(TransactionGroupStatus1CodeSEPA value)
value - allowed object is
TransactionGroupStatus1CodeSEPApublic 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 © 2018. All rights reserved.