Class OriginalGroupInformation29
java.lang.Object
org.coderic.iso20022.messages.camt.OriginalGroupInformation29
Java class for OriginalGroupInformation29 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OriginalGroupInformation29"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="OrgnlMsgId" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max35Text"/> <element name="OrgnlMsgNmId" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max35Text"/> <element name="OrgnlCreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ISODateTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the orgnlCreDtTm property.Gets the value of the orgnlMsgId property.Gets the value of the orgnlMsgNmId property.void
Sets the value of the orgnlCreDtTm property.void
setOrgnlMsgId
(String value) Sets the value of the orgnlMsgId property.void
setOrgnlMsgNmId
(String value) Sets the value of the orgnlMsgNmId property.
-
Constructor Details
-
OriginalGroupInformation29
public OriginalGroupInformation29()
-
-
Method Details
-
getOrgnlMsgId
Gets the value of the orgnlMsgId property.- Returns:
- possible object is
String
-
setOrgnlMsgId
Sets the value of the orgnlMsgId property.- Parameters:
value
- allowed object isString
-
getOrgnlMsgNmId
Gets the value of the orgnlMsgNmId property.- Returns:
- possible object is
String
-
setOrgnlMsgNmId
Sets the value of the orgnlMsgNmId property.- Parameters:
value
- allowed object isString
-
getOrgnlCreDtTm
Gets the value of the orgnlCreDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setOrgnlCreDtTm
Sets the value of the orgnlCreDtTm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-