Class GroupHeaderSCT
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_001_002_03.GroupHeaderSCT
-
public class GroupHeaderSCT extends java.lang.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:iso:std:iso:20022:tech:xsd:pain.001.002.03}RestrictedIdentificationSEPA1"/> <element name="CreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}ISODateTime"/> <element name="NbOfTxs" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}Max15NumericText"/> <element name="CtrlSum" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}DecimalNumber" minOccurs="0"/> <element name="InitgPty" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}PartyIdentificationSEPA1"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description GroupHeaderSCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.datatype.XMLGregorianCalendar
getCreDtTm()
Gets the value of the creDtTm property.java.math.BigDecimal
getCtrlSum()
Gets the value of the ctrlSum property.PartyIdentificationSEPA1
getInitgPty()
Gets the value of the initgPty property.java.lang.String
getMsgId()
Gets the value of the msgId property.java.lang.String
getNbOfTxs()
Gets the value of the nbOfTxs property.void
setCreDtTm(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the creDtTm property.void
setCtrlSum(java.math.BigDecimal value)
Sets the value of the ctrlSum property.void
setInitgPty(PartyIdentificationSEPA1 value)
Sets the value of the initgPty property.void
setMsgId(java.lang.String value)
Sets the value of the msgId property.void
setNbOfTxs(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
-
nbOfTxs
protected java.lang.String nbOfTxs
-
ctrlSum
protected java.math.BigDecimal ctrlSum
-
initgPty
protected PartyIdentificationSEPA1 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
-
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
-
getInitgPty
public PartyIdentificationSEPA1 getInitgPty()
Gets the value of the initgPty property.- Returns:
- possible object is
PartyIdentificationSEPA1
-
setInitgPty
public void setInitgPty(PartyIdentificationSEPA1 value)
Sets the value of the initgPty property.- Parameters:
value
- allowed object isPartyIdentificationSEPA1
-
-