public class GroupHeaderSDD extends Object
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.003.02}RestrictedIdentificationSEPA1"/>
<element name="CreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.003.02}ISODateTime"/>
<element name="NbOfTxs" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.003.02}Max15NumericText"/>
<element name="CtrlSum" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.003.02}DecimalNumber" minOccurs="0"/>
<element name="InitgPty" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.003.02}PartyIdentificationSEPA1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
creDtTm |
protected BigDecimal |
ctrlSum |
protected PartyIdentificationSEPA1 |
initgPty |
protected String |
msgId |
protected String |
nbOfTxs |
| Constructor and Description |
|---|
GroupHeaderSDD() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getCreDtTm()
Gets the value of the creDtTm property.
|
BigDecimal |
getCtrlSum()
Gets the value of the ctrlSum property.
|
PartyIdentificationSEPA1 |
getInitgPty()
Gets the value of the initgPty property.
|
String |
getMsgId()
Gets the value of the msgId property.
|
String |
getNbOfTxs()
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 |
setInitgPty(PartyIdentificationSEPA1 value)
Sets the value of the initgPty property.
|
void |
setMsgId(String value)
Sets the value of the msgId property.
|
void |
setNbOfTxs(String value)
Sets the value of the nbOfTxs property.
|
protected String msgId
protected XMLGregorianCalendar creDtTm
protected String nbOfTxs
protected BigDecimal ctrlSum
protected PartyIdentificationSEPA1 initgPty
public String getMsgId()
Stringpublic void setMsgId(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getCreDtTm()
XMLGregorianCalendarpublic void setCreDtTm(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getNbOfTxs()
Stringpublic void setNbOfTxs(String value)
value - allowed object is
Stringpublic BigDecimal getCtrlSum()
BigDecimalpublic void setCtrlSum(BigDecimal value)
value - allowed object is
BigDecimalpublic PartyIdentificationSEPA1 getInitgPty()
PartyIdentificationSEPA1public void setInitgPty(PartyIdentificationSEPA1 value)
value - allowed object is
PartyIdentificationSEPA1Copyright © 2018. All rights reserved.