Class OriginalGroupInformationSEPA
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_002_02.OriginalGroupInformationSEPA
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TransactionGroupStatus1CodeSEPAprotected Stringprotected Stringprotected Stringprotected List<StatusReasonInformationSEPA> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the grpSts property.Gets the value of the ntwkFileNm property.Gets the value of the orgnlMsgId property.Gets the value of the orgnlMsgNmId property.Gets the value of the stsRsnInf property.voidSets the value of the grpSts property.voidsetNtwkFileNm(String value) Sets the value of the ntwkFileNm property.voidsetOrgnlMsgId(String value) Sets the value of the orgnlMsgId property.voidsetOrgnlMsgNmId(String value) Sets the value of the orgnlMsgNmId property.
-
Field Details
-
orgnlMsgId
-
ntwkFileNm
-
orgnlMsgNmId
-
grpSts
-
stsRsnInf
-
-
Constructor Details
-
OriginalGroupInformationSEPA
public OriginalGroupInformationSEPA()
-
-
Method Details
-
getOrgnlMsgId
-
setOrgnlMsgId
-
getNtwkFileNm
-
setNtwkFileNm
-
getOrgnlMsgNmId
-
setOrgnlMsgNmId
-
getGrpSts
Gets the value of the grpSts property.- Returns:
- possible object is
TransactionGroupStatus1CodeSEPA
-
setGrpSts
Sets the value of the grpSts property.- Parameters:
value- allowed object isTransactionGroupStatus1CodeSEPA
-
getStsRsnInf
Gets the value of the stsRsnInf property.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
setmethod 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
-