Class GroupHeaderSCT
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_001_002_02.GroupHeaderSCT
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
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected XMLGregorianCalendarprotected BigDecimalprotected Grouping1CodeSCTprotected PartyIdentificationSCT1protected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the creDtTm property.Gets the value of the ctrlSum property.getGrpg()Gets the value of the grpg property.Gets the value of the initgPty property.getMsgId()Gets the value of the msgId property.Gets the value of the nbOfTxs property.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.voidSets the value of the initgPty property.voidSets the value of the msgId property.voidsetNbOfTxs(String value) Sets the value of the nbOfTxs property.
-
Field Details
-
msgId
-
creDtTm
-
btchBookg
-
nbOfTxs
-
ctrlSum
-
grpg
-
initgPty
-
-
Constructor Details
-
GroupHeaderSCT
public GroupHeaderSCT()
-
-
Method Details
-
getMsgId
-
setMsgId
-
getCreDtTm
Gets the value of the creDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreDtTm
Sets the value of the creDtTm property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
isBtchBookg
-
setBtchBookg
-
getNbOfTxs
-
setNbOfTxs
-
getCtrlSum
Gets the value of the ctrlSum property.- Returns:
- possible object is
BigDecimal
-
setCtrlSum
Sets the value of the ctrlSum property.- Parameters:
value- allowed object isBigDecimal
-
getGrpg
Gets the value of the grpg property.- Returns:
- possible object is
Grouping1CodeSCT
-
setGrpg
Sets the value of the grpg property.- Parameters:
value- allowed object isGrouping1CodeSCT
-
getInitgPty
Gets the value of the initgPty property.- Returns:
- possible object is
PartyIdentificationSCT1
-
setInitgPty
Sets the value of the initgPty property.- Parameters:
value- allowed object isPartyIdentificationSCT1
-