Class OriginalGroupHeader17
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_002_001_10.OriginalGroupHeader17
-
public class OriginalGroupHeader17 extends java.lang.ObjectJava class for OriginalGroupHeader17 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OriginalGroupHeader17"> <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.10}Max35Text"/> <element name="OrgnlMsgNmId" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}Max35Text"/> <element name="OrgnlCreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}ISODateTime" minOccurs="0"/> <element name="OrgnlNbOfTxs" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}Max15NumericText" minOccurs="0"/> <element name="OrgnlCtrlSum" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}DecimalNumber" minOccurs="0"/> <element name="GrpSts" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}ExternalPaymentGroupStatus1Code" minOccurs="0"/> <element name="StsRsnInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}StatusReasonInformation12" maxOccurs="unbounded" minOccurs="0"/> <element name="NbOfTxsPerSts" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}NumberOfTransactionsPerStatus5" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringgrpStsprotected java.util.List<NumberOfTransactionsPerStatus5>nbOfTxsPerStsprotected javax.xml.datatype.XMLGregorianCalendarorgnlCreDtTmprotected java.math.BigDecimalorgnlCtrlSumprotected java.lang.StringorgnlMsgIdprotected java.lang.StringorgnlMsgNmIdprotected java.lang.StringorgnlNbOfTxsprotected java.util.List<StatusReasonInformation12>stsRsnInf
-
Constructor Summary
Constructors Constructor Description OriginalGroupHeader17()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetGrpSts()Gets the value of the grpSts property.java.util.List<NumberOfTransactionsPerStatus5>getNbOfTxsPerSts()Gets the value of the nbOfTxsPerSts property.javax.xml.datatype.XMLGregorianCalendargetOrgnlCreDtTm()Gets the value of the orgnlCreDtTm property.java.math.BigDecimalgetOrgnlCtrlSum()Gets the value of the orgnlCtrlSum property.java.lang.StringgetOrgnlMsgId()Gets the value of the orgnlMsgId property.java.lang.StringgetOrgnlMsgNmId()Gets the value of the orgnlMsgNmId property.java.lang.StringgetOrgnlNbOfTxs()Gets the value of the orgnlNbOfTxs property.java.util.List<StatusReasonInformation12>getStsRsnInf()Gets the value of the stsRsnInf property.voidsetGrpSts(java.lang.String value)Sets the value of the grpSts property.voidsetOrgnlCreDtTm(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the orgnlCreDtTm property.voidsetOrgnlCtrlSum(java.math.BigDecimal value)Sets the value of the orgnlCtrlSum property.voidsetOrgnlMsgId(java.lang.String value)Sets the value of the orgnlMsgId property.voidsetOrgnlMsgNmId(java.lang.String value)Sets the value of the orgnlMsgNmId property.voidsetOrgnlNbOfTxs(java.lang.String value)Sets the value of the orgnlNbOfTxs property.
-
-
-
Field Detail
-
orgnlMsgId
protected java.lang.String orgnlMsgId
-
orgnlMsgNmId
protected java.lang.String orgnlMsgNmId
-
orgnlCreDtTm
protected javax.xml.datatype.XMLGregorianCalendar orgnlCreDtTm
-
orgnlNbOfTxs
protected java.lang.String orgnlNbOfTxs
-
orgnlCtrlSum
protected java.math.BigDecimal orgnlCtrlSum
-
grpSts
protected java.lang.String grpSts
-
stsRsnInf
protected java.util.List<StatusReasonInformation12> stsRsnInf
-
nbOfTxsPerSts
protected java.util.List<NumberOfTransactionsPerStatus5> nbOfTxsPerSts
-
-
Method Detail
-
getOrgnlMsgId
public java.lang.String getOrgnlMsgId()
Gets the value of the orgnlMsgId property.- Returns:
- possible object is
String
-
setOrgnlMsgId
public void setOrgnlMsgId(java.lang.String value)
Sets the value of the orgnlMsgId property.- Parameters:
value- allowed object isString
-
getOrgnlMsgNmId
public java.lang.String getOrgnlMsgNmId()
Gets the value of the orgnlMsgNmId property.- Returns:
- possible object is
String
-
setOrgnlMsgNmId
public void setOrgnlMsgNmId(java.lang.String value)
Sets the value of the orgnlMsgNmId property.- Parameters:
value- allowed object isString
-
getOrgnlCreDtTm
public javax.xml.datatype.XMLGregorianCalendar getOrgnlCreDtTm()
Gets the value of the orgnlCreDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setOrgnlCreDtTm
public void setOrgnlCreDtTm(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the orgnlCreDtTm property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getOrgnlNbOfTxs
public java.lang.String getOrgnlNbOfTxs()
Gets the value of the orgnlNbOfTxs property.- Returns:
- possible object is
String
-
setOrgnlNbOfTxs
public void setOrgnlNbOfTxs(java.lang.String value)
Sets the value of the orgnlNbOfTxs property.- Parameters:
value- allowed object isString
-
getOrgnlCtrlSum
public java.math.BigDecimal getOrgnlCtrlSum()
Gets the value of the orgnlCtrlSum property.- Returns:
- possible object is
BigDecimal
-
setOrgnlCtrlSum
public void setOrgnlCtrlSum(java.math.BigDecimal value)
Sets the value of the orgnlCtrlSum property.- Parameters:
value- allowed object isBigDecimal
-
getGrpSts
public java.lang.String getGrpSts()
Gets the value of the grpSts property.- Returns:
- possible object is
String
-
setGrpSts
public void setGrpSts(java.lang.String value)
Sets the value of the grpSts property.- Parameters:
value- allowed object isString
-
getStsRsnInf
public java.util.List<StatusReasonInformation12> 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
StatusReasonInformation12
-
getNbOfTxsPerSts
public java.util.List<NumberOfTransactionsPerStatus5> getNbOfTxsPerSts()
Gets the value of the nbOfTxsPerSts 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 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
NumberOfTransactionsPerStatus5
-
-