public class GroupHeader32 extends Object
Java class for GroupHeader32 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupHeader32">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MsgId" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}Max35Text"/>
<element name="CreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}ISODateTime"/>
<element name="Authstn" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}Authorisation1Choice" maxOccurs="2" minOccurs="0"/>
<element name="NbOfTxs" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}Max15NumericText"/>
<element name="CtrlSum" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}DecimalNumber" minOccurs="0"/>
<element name="InitgPty" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}PartyIdentification32"/>
<element name="FwdgAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}BranchAndFinancialInstitutionIdentification4" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Authorisation1Choice> |
authstns |
protected XMLGregorianCalendar |
creDtTm |
protected BigDecimal |
ctrlSum |
protected BranchAndFinancialInstitutionIdentification4 |
fwdgAgt |
protected PartyIdentification32 |
initgPty |
protected String |
msgId |
protected String |
nbOfTxs |
| Constructor and Description |
|---|
GroupHeader32() |
| Modifier and Type | Method and Description |
|---|---|
List<Authorisation1Choice> |
getAuthstns()
Gets the value of the authstns property.
|
XMLGregorianCalendar |
getCreDtTm()
Gets the value of the creDtTm property.
|
BigDecimal |
getCtrlSum()
Gets the value of the ctrlSum property.
|
BranchAndFinancialInstitutionIdentification4 |
getFwdgAgt()
Gets the value of the fwdgAgt property.
|
PartyIdentification32 |
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 |
setFwdgAgt(BranchAndFinancialInstitutionIdentification4 value)
Sets the value of the fwdgAgt property.
|
void |
setInitgPty(PartyIdentification32 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 List<Authorisation1Choice> authstns
protected String nbOfTxs
protected BigDecimal ctrlSum
protected PartyIdentification32 initgPty
protected BranchAndFinancialInstitutionIdentification4 fwdgAgt
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 List<Authorisation1Choice> getAuthstns()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the authstns property.
For example, to add a new item, do as follows:
getAuthstns().add(newItem);
Objects of the following type(s) are allowed in the list
Authorisation1Choice
public String getNbOfTxs()
Stringpublic void setNbOfTxs(String value)
value - allowed object is
Stringpublic BigDecimal getCtrlSum()
BigDecimalpublic void setCtrlSum(BigDecimal value)
value - allowed object is
BigDecimalpublic PartyIdentification32 getInitgPty()
PartyIdentification32public void setInitgPty(PartyIdentification32 value)
value - allowed object is
PartyIdentification32public BranchAndFinancialInstitutionIdentification4 getFwdgAgt()
BranchAndFinancialInstitutionIdentification4public void setFwdgAgt(BranchAndFinancialInstitutionIdentification4 value)
value - allowed object is
BranchAndFinancialInstitutionIdentification4Copyright © 2019. All rights reserved.