public class GroupHeader20
extends java.lang.Object
Java class for GroupHeader20 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupHeader20"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MsgId" type="{urn:sepade:xsd:pain.008.001.01}Max35Text"/> <element name="CreDtTm" type="{urn:sepade:xsd:pain.008.001.01}ISODateTime"/> <element name="NbOfTxs" type="{urn:sepade:xsd:pain.008.001.01}Max15NumericText"/> <element name="CtrlSum" type="{urn:sepade:xsd:pain.008.001.01}DecimalNumber" minOccurs="0"/> <element name="Grpg" type="{urn:sepade:xsd:pain.008.001.01}Grouping2Code"/> <element name="InitgPty" type="{urn:sepade:xsd:pain.008.001.01}PartyIdentification20"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
creDtTm |
|
protected java.math.BigDecimal |
ctrlSum |
|
protected Grouping2Code |
grpg |
|
protected PartyIdentification20 |
initgPty |
|
protected java.lang.String |
msgId |
|
protected java.lang.String |
nbOfTxs |
Constructor | Description |
---|---|
GroupHeader20() |
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.
|
Grouping2Code |
getGrpg() |
Gets the value of the grpg property.
|
PartyIdentification20 |
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 |
setGrpg(Grouping2Code value) |
Sets the value of the grpg property.
|
void |
setInitgPty(PartyIdentification20 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.
|
protected java.lang.String msgId
protected javax.xml.datatype.XMLGregorianCalendar creDtTm
protected java.lang.String nbOfTxs
protected java.math.BigDecimal ctrlSum
protected Grouping2Code grpg
protected PartyIdentification20 initgPty
public java.lang.String getMsgId()
String
public void setMsgId(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getCreDtTm()
XMLGregorianCalendar
public void setCreDtTm(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getNbOfTxs()
String
public void setNbOfTxs(java.lang.String value)
value
- allowed object is
String
public java.math.BigDecimal getCtrlSum()
BigDecimal
public void setCtrlSum(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public Grouping2Code getGrpg()
Grouping2Code
public void setGrpg(Grouping2Code value)
value
- allowed object is
Grouping2Code
public PartyIdentification20 getInitgPty()
PartyIdentification20
public void setInitgPty(PartyIdentification20 value)
value
- allowed object is
PartyIdentification20
Copyright © 2018. All rights reserved.