Class GroupHeader20
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_008_001_01.GroupHeader20
Java class for GroupHeader20 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupHeader20"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MsgId" type="{urn:sepade:xsd:pain.008.001.01}Max35Text"/> <element name="CreDtTm" type="{urn:sepade:xsd:pain.008.001.01}ISODateTime"/> <element name="NbOfTxs" type="{urn:sepade:xsd:pain.008.001.01}Max15NumericText"/> <element name="CtrlSum" type="{urn:sepade:xsd:pain.008.001.01}DecimalNumber" minOccurs="0"/> <element name="Grpg" type="{urn:sepade:xsd:pain.008.001.01}Grouping2Code"/> <element name="InitgPty" type="{urn:sepade:xsd:pain.008.001.01}PartyIdentification20"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendar
protected BigDecimal
protected Grouping2Code
protected PartyIdentification20
protected String
protected 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.void
setCreDtTm
(XMLGregorianCalendar value) Sets the value of the creDtTm property.void
setCtrlSum
(BigDecimal value) Sets the value of the ctrlSum property.void
setGrpg
(Grouping2Code value) Sets the value of the grpg property.void
setInitgPty
(PartyIdentification20 value) Sets the value of the initgPty property.void
Sets the value of the msgId property.void
setNbOfTxs
(String value) Sets the value of the nbOfTxs property.
-
Field Details
-
msgId
-
creDtTm
-
nbOfTxs
-
ctrlSum
-
grpg
-
initgPty
-
-
Constructor Details
-
GroupHeader20
public GroupHeader20()
-
-
Method Details
-
getMsgId
Gets the value of the msgId property.- Returns:
- possible object is
String
-
setMsgId
Sets the value of the msgId property.- Parameters:
value
- allowed object isString
-
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
-
getNbOfTxs
Gets the value of the nbOfTxs property.- Returns:
- possible object is
String
-
setNbOfTxs
Sets the value of the nbOfTxs property.- Parameters:
value
- allowed object isString
-
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
Grouping2Code
-
setGrpg
Sets the value of the grpg property.- Parameters:
value
- allowed object isGrouping2Code
-
getInitgPty
Gets the value of the initgPty property.- Returns:
- possible object is
PartyIdentification20
-
setInitgPty
Sets the value of the initgPty property.- Parameters:
value
- allowed object isPartyIdentification20
-