public class GroupHeader59 extends Object
Java class for GroupHeader59 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupHeader59">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MsgId" type="{urn:iso:std:iso:20022:tech:xsd:camt.060.001.03}Max35Text"/>
<element name="CreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:camt.060.001.03}ISODateTime"/>
<element name="MsgSndr" type="{urn:iso:std:iso:20022:tech:xsd:camt.060.001.03}Party12Choice" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
creDtTm |
protected String |
msgId |
protected Party12Choice |
msgSndr |
| Constructor and Description |
|---|
GroupHeader59() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getCreDtTm()
Gets the value of the creDtTm property.
|
String |
getMsgId()
Gets the value of the msgId property.
|
Party12Choice |
getMsgSndr()
Gets the value of the msgSndr property.
|
void |
setCreDtTm(XMLGregorianCalendar value)
Sets the value of the creDtTm property.
|
void |
setMsgId(String value)
Sets the value of the msgId property.
|
void |
setMsgSndr(Party12Choice value)
Sets the value of the msgSndr property.
|
protected String msgId
protected XMLGregorianCalendar creDtTm
protected Party12Choice msgSndr
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 Party12Choice getMsgSndr()
Party12Choicepublic void setMsgSndr(Party12Choice value)
value - allowed object is
Party12ChoiceCopyright © 2018. All rights reserved.