public class OriginalGroupInformationSEPA
extends java.lang.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> <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 | Description |
---|---|---|
protected TransactionGroupStatus1CodeSEPA |
grpSts |
|
protected java.lang.String |
ntwkFileNm |
|
protected java.lang.String |
orgnlMsgId |
|
protected java.lang.String |
orgnlMsgNmId |
|
protected java.util.List<StatusReasonInformationSEPA> |
stsRsnInf |
Constructor | Description |
---|---|
OriginalGroupInformationSEPA() |
Modifier and Type | Method | Description |
---|---|---|
TransactionGroupStatus1CodeSEPA |
getGrpSts() |
Gets the value of the grpSts property.
|
java.lang.String |
getNtwkFileNm() |
Gets the value of the ntwkFileNm property.
|
java.lang.String |
getOrgnlMsgId() |
Gets the value of the orgnlMsgId property.
|
java.lang.String |
getOrgnlMsgNmId() |
Gets the value of the orgnlMsgNmId property.
|
java.util.List<StatusReasonInformationSEPA> |
getStsRsnInf() |
Gets the value of the stsRsnInf property.
|
void |
setGrpSts(TransactionGroupStatus1CodeSEPA value) |
Sets the value of the grpSts property.
|
void |
setNtwkFileNm(java.lang.String value) |
Sets the value of the ntwkFileNm property.
|
void |
setOrgnlMsgId(java.lang.String value) |
Sets the value of the orgnlMsgId property.
|
void |
setOrgnlMsgNmId(java.lang.String value) |
Sets the value of the orgnlMsgNmId property.
|
protected java.lang.String orgnlMsgId
protected java.lang.String ntwkFileNm
protected java.lang.String orgnlMsgNmId
protected TransactionGroupStatus1CodeSEPA grpSts
protected java.util.List<StatusReasonInformationSEPA> stsRsnInf
public java.lang.String getOrgnlMsgId()
String
public void setOrgnlMsgId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNtwkFileNm()
String
public void setNtwkFileNm(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOrgnlMsgNmId()
String
public void setOrgnlMsgNmId(java.lang.String value)
value
- allowed object is
String
public TransactionGroupStatus1CodeSEPA getGrpSts()
TransactionGroupStatus1CodeSEPA
public void setGrpSts(TransactionGroupStatus1CodeSEPA value)
value
- allowed object is
TransactionGroupStatus1CodeSEPA
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
Copyright © 2018. All rights reserved.