public class GroupHeaderSCT extends 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:swift:xsd:$pain.001.002.02}RestrictedIdentification1"/>
<element name="CreDtTm" type="{urn:swift:xsd:$pain.001.002.02}ISODateTime"/>
<element name="BtchBookg" type="{urn:swift:xsd:$pain.001.002.02}BatchBookingIndicator" minOccurs="0"/>
<element name="NbOfTxs" type="{urn:swift:xsd:$pain.001.002.02}Max15NumericText"/>
<element name="CtrlSum" type="{urn:swift:xsd:$pain.001.002.02}DecimalNumber" minOccurs="0"/>
<element name="Grpg" type="{urn:swift:xsd:$pain.001.002.02}Grouping1CodeSCT"/>
<element name="InitgPty" type="{urn:swift:xsd:$pain.001.002.02}PartyIdentificationSCT1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
btchBookg |
protected XMLGregorianCalendar |
creDtTm |
protected BigDecimal |
ctrlSum |
protected Grouping1CodeSCT |
grpg |
protected PartyIdentificationSCT1 |
initgPty |
protected String |
msgId |
protected String |
nbOfTxs |
| Constructor and Description |
|---|
GroupHeaderSCT() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getCreDtTm()
Gets the value of the creDtTm property.
|
BigDecimal |
getCtrlSum()
Gets the value of the ctrlSum property.
|
Grouping1CodeSCT |
getGrpg()
Gets the value of the grpg property.
|
PartyIdentificationSCT1 |
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.
|
Boolean |
isBtchBookg()
Gets the value of the btchBookg property.
|
void |
setBtchBookg(Boolean value)
Sets the value of the btchBookg 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(Grouping1CodeSCT value)
Sets the value of the grpg property.
|
void |
setInitgPty(PartyIdentificationSCT1 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 Boolean btchBookg
protected String nbOfTxs
protected BigDecimal ctrlSum
protected Grouping1CodeSCT grpg
protected PartyIdentificationSCT1 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 Boolean isBtchBookg()
Booleanpublic void setBtchBookg(Boolean value)
value - allowed object is
Booleanpublic String getNbOfTxs()
Stringpublic void setNbOfTxs(String value)
value - allowed object is
Stringpublic BigDecimal getCtrlSum()
BigDecimalpublic void setCtrlSum(BigDecimal value)
value - allowed object is
BigDecimalpublic Grouping1CodeSCT getGrpg()
Grouping1CodeSCTpublic void setGrpg(Grouping1CodeSCT value)
value - allowed object is
Grouping1CodeSCTpublic PartyIdentificationSCT1 getInitgPty()
PartyIdentificationSCT1public void setInitgPty(PartyIdentificationSCT1 value)
value - allowed object is
PartyIdentificationSCT1Copyright © 2020. All rights reserved.