Class GroupHeaderSDD
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_008_002_01.GroupHeaderSDD
-
public class GroupHeaderSDD extends java.lang.ObjectJava class for GroupHeaderSDD complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupHeaderSDD"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MsgId" type="{urn:swift:xsd:$pain.008.002.01}RestrictedIdentification1"/> <element name="CreDtTm" type="{urn:swift:xsd:$pain.008.002.01}ISODateTime"/> <element name="BtchBookg" type="{urn:swift:xsd:$pain.008.002.01}BatchBookingIndicator" minOccurs="0"/> <element name="NbOfTxs" type="{urn:swift:xsd:$pain.008.002.01}Max15NumericText"/> <element name="CtrlSum" type="{urn:swift:xsd:$pain.008.002.01}DecimalNumber" minOccurs="0"/> <element name="Grpg" type="{urn:swift:xsd:$pain.008.002.01}Grouping1CodeSDD"/> <element name="InitgPty" type="{urn:swift:xsd:$pain.008.002.01}PartyIdentificationSDD1"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleanbtchBookgprotected javax.xml.datatype.XMLGregorianCalendarcreDtTmprotected java.math.BigDecimalctrlSumprotected Grouping1CodeSDDgrpgprotected PartyIdentificationSDD1initgPtyprotected java.lang.StringmsgIdprotected java.lang.StringnbOfTxs
-
Constructor Summary
Constructors Constructor Description GroupHeaderSDD()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.datatype.XMLGregorianCalendargetCreDtTm()Gets the value of the creDtTm property.java.math.BigDecimalgetCtrlSum()Gets the value of the ctrlSum property.Grouping1CodeSDDgetGrpg()Gets the value of the grpg property.PartyIdentificationSDD1getInitgPty()Gets the value of the initgPty property.java.lang.StringgetMsgId()Gets the value of the msgId property.java.lang.StringgetNbOfTxs()Gets the value of the nbOfTxs property.java.lang.BooleanisBtchBookg()Gets the value of the btchBookg property.voidsetBtchBookg(java.lang.Boolean value)Sets the value of the btchBookg property.voidsetCreDtTm(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the creDtTm property.voidsetCtrlSum(java.math.BigDecimal value)Sets the value of the ctrlSum property.voidsetGrpg(Grouping1CodeSDD value)Sets the value of the grpg property.voidsetInitgPty(PartyIdentificationSDD1 value)Sets the value of the initgPty property.voidsetMsgId(java.lang.String value)Sets the value of the msgId property.voidsetNbOfTxs(java.lang.String value)Sets the value of the nbOfTxs property.
-
-
-
Field Detail
-
msgId
protected java.lang.String msgId
-
creDtTm
protected javax.xml.datatype.XMLGregorianCalendar creDtTm
-
btchBookg
protected java.lang.Boolean btchBookg
-
nbOfTxs
protected java.lang.String nbOfTxs
-
ctrlSum
protected java.math.BigDecimal ctrlSum
-
grpg
protected Grouping1CodeSDD grpg
-
initgPty
protected PartyIdentificationSDD1 initgPty
-
-
Method Detail
-
getMsgId
public java.lang.String getMsgId()
Gets the value of the msgId property.- Returns:
- possible object is
String
-
setMsgId
public void setMsgId(java.lang.String value)
Sets the value of the msgId property.- Parameters:
value- allowed object isString
-
getCreDtTm
public javax.xml.datatype.XMLGregorianCalendar getCreDtTm()
Gets the value of the creDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreDtTm
public void setCreDtTm(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the creDtTm property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
isBtchBookg
public java.lang.Boolean isBtchBookg()
Gets the value of the btchBookg property.- Returns:
- possible object is
Boolean
-
setBtchBookg
public void setBtchBookg(java.lang.Boolean value)
Sets the value of the btchBookg property.- Parameters:
value- allowed object isBoolean
-
getNbOfTxs
public java.lang.String getNbOfTxs()
Gets the value of the nbOfTxs property.- Returns:
- possible object is
String
-
setNbOfTxs
public void setNbOfTxs(java.lang.String value)
Sets the value of the nbOfTxs property.- Parameters:
value- allowed object isString
-
getCtrlSum
public java.math.BigDecimal getCtrlSum()
Gets the value of the ctrlSum property.- Returns:
- possible object is
BigDecimal
-
setCtrlSum
public void setCtrlSum(java.math.BigDecimal value)
Sets the value of the ctrlSum property.- Parameters:
value- allowed object isBigDecimal
-
getGrpg
public Grouping1CodeSDD getGrpg()
Gets the value of the grpg property.- Returns:
- possible object is
Grouping1CodeSDD
-
setGrpg
public void setGrpg(Grouping1CodeSDD value)
Sets the value of the grpg property.- Parameters:
value- allowed object isGrouping1CodeSDD
-
getInitgPty
public PartyIdentificationSDD1 getInitgPty()
Gets the value of the initgPty property.- Returns:
- possible object is
PartyIdentificationSDD1
-
setInitgPty
public void setInitgPty(PartyIdentificationSDD1 value)
Sets the value of the initgPty property.- Parameters:
value- allowed object isPartyIdentificationSDD1
-
-