public class GroupHeaderSDD extends Object
Java-Klasse für GroupHeaderSDD complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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>
| 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()
Ruft den Wert der creDtTm-Eigenschaft ab.
|
BigDecimal |
getCtrlSum()
Ruft den Wert der ctrlSum-Eigenschaft ab.
|
PartyIdentificationSEPA1 |
getInitgPty()
Ruft den Wert der initgPty-Eigenschaft ab.
|
String |
getMsgId()
Ruft den Wert der msgId-Eigenschaft ab.
|
String |
getNbOfTxs()
Ruft den Wert der nbOfTxs-Eigenschaft ab.
|
void |
setCreDtTm(XMLGregorianCalendar value)
Legt den Wert der creDtTm-Eigenschaft fest.
|
void |
setCtrlSum(BigDecimal value)
Legt den Wert der ctrlSum-Eigenschaft fest.
|
void |
setInitgPty(PartyIdentificationSEPA1 value)
Legt den Wert der initgPty-Eigenschaft fest.
|
void |
setMsgId(String value)
Legt den Wert der msgId-Eigenschaft fest.
|
void |
setNbOfTxs(String value)
Legt den Wert der nbOfTxs-Eigenschaft fest.
|
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.