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