Class UnderlyingGroupInformation1
java.lang.Object
org.coderic.iso20022.messages.camt.UnderlyingGroupInformation1
Java class for UnderlyingGroupInformation1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnderlyingGroupInformation1"> <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"/> <element name="OrgnlMsgDlvryChanl" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max35Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the orgnlCreDtTm property.Gets the value of the orgnlMsgDlvryChanl property.Gets the value of the orgnlMsgId property.Gets the value of the orgnlMsgNmId property.void
Sets the value of the orgnlCreDtTm property.void
setOrgnlMsgDlvryChanl
(String value) Sets the value of the orgnlMsgDlvryChanl 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
-
UnderlyingGroupInformation1
public UnderlyingGroupInformation1()
-
-
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
-
getOrgnlMsgDlvryChanl
Gets the value of the orgnlMsgDlvryChanl property.- Returns:
- possible object is
String
-
setOrgnlMsgDlvryChanl
Sets the value of the orgnlMsgDlvryChanl property.- Parameters:
value
- allowed object isString
-