public class GroupHeader36 extends Object
Java class for GroupHeader36 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupHeader36">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MsgId" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}Max35Text"/>
<element name="CreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}ISODateTime"/>
<element name="InitgPty" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}PartyIdentification32" minOccurs="0"/>
<element name="FwdgAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}BranchAndFinancialInstitutionIdentification4" minOccurs="0"/>
<element name="DbtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}BranchAndFinancialInstitutionIdentification4" minOccurs="0"/>
<element name="CdtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}BranchAndFinancialInstitutionIdentification4" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BranchAndFinancialInstitutionIdentification4 |
cdtrAgt |
protected XMLGregorianCalendar |
creDtTm |
protected BranchAndFinancialInstitutionIdentification4 |
dbtrAgt |
protected BranchAndFinancialInstitutionIdentification4 |
fwdgAgt |
protected PartyIdentification32 |
initgPty |
protected String |
msgId |
| Constructor and Description |
|---|
GroupHeader36() |
| Modifier and Type | Method and Description |
|---|---|
BranchAndFinancialInstitutionIdentification4 |
getCdtrAgt()
Gets the value of the cdtrAgt property.
|
XMLGregorianCalendar |
getCreDtTm()
Gets the value of the creDtTm property.
|
BranchAndFinancialInstitutionIdentification4 |
getDbtrAgt()
Gets the value of the dbtrAgt 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.
|
void |
setCdtrAgt(BranchAndFinancialInstitutionIdentification4 value)
Sets the value of the cdtrAgt property.
|
void |
setCreDtTm(XMLGregorianCalendar value)
Sets the value of the creDtTm property.
|
void |
setDbtrAgt(BranchAndFinancialInstitutionIdentification4 value)
Sets the value of the dbtrAgt 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.
|
protected String msgId
protected XMLGregorianCalendar creDtTm
protected PartyIdentification32 initgPty
protected BranchAndFinancialInstitutionIdentification4 fwdgAgt
protected BranchAndFinancialInstitutionIdentification4 dbtrAgt
protected BranchAndFinancialInstitutionIdentification4 cdtrAgt
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 PartyIdentification32 getInitgPty()
PartyIdentification32public void setInitgPty(PartyIdentification32 value)
value - allowed object is
PartyIdentification32public BranchAndFinancialInstitutionIdentification4 getFwdgAgt()
BranchAndFinancialInstitutionIdentification4public void setFwdgAgt(BranchAndFinancialInstitutionIdentification4 value)
value - allowed object is
BranchAndFinancialInstitutionIdentification4public BranchAndFinancialInstitutionIdentification4 getDbtrAgt()
BranchAndFinancialInstitutionIdentification4public void setDbtrAgt(BranchAndFinancialInstitutionIdentification4 value)
value - allowed object is
BranchAndFinancialInstitutionIdentification4public BranchAndFinancialInstitutionIdentification4 getCdtrAgt()
BranchAndFinancialInstitutionIdentification4public void setCdtrAgt(BranchAndFinancialInstitutionIdentification4 value)
value - allowed object is
BranchAndFinancialInstitutionIdentification4Copyright © 2019. All rights reserved.