Class GroupHeaderSDD
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_008_001_02.GroupHeaderSDD
Java 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:iso:std:iso:20022:tech:xsd:pain.008.001.02}RestrictedIdentificationSEPA1"/> <element name="CreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}ISODateTime"/> <element name="NbOfTxs" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}Max15NumericText"/> <element name="CtrlSum" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}DecimalNumber" minOccurs="0"/> <element name="InitgPty" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}PartyIdentificationSEPA1"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendar
protected BigDecimal
protected PartyIdentificationSEPA1
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.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
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
-
initgPty
-
-
Constructor Details
-
GroupHeaderSDD
public GroupHeaderSDD()
-
-
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
-
getInitgPty
Gets the value of the initgPty property.- Returns:
- possible object is
PartyIdentificationSEPA1
-
setInitgPty
Sets the value of the initgPty property.- Parameters:
value
- allowed object isPartyIdentificationSEPA1
-