Class UnderlyingGroupInformation1TCH
java.lang.Object
iso.std.iso._20022.tech.xsd.camt_028_001.UnderlyingGroupInformation1TCH
Java class for UnderlyingGroupInformation1_TCH complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnderlyingGroupInformation1_TCH"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="OrgnlMsgId" type="{urn:iso:std:iso:20022:tech:xsd:camt.028.001.09}Max35Text"/> <element name="OrgnlMsgNmId" type="{urn:iso:std:iso:20022:tech:xsd:camt.028.001.09}OrigMsgName_TCH"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the orgnlMsgId property.Gets the value of the orgnlMsgNmId property.void
setOrgnlMsgId
(String value) Sets the value of the orgnlMsgId property.void
setOrgnlMsgNmId
(OrigMsgNameTCH value) Sets the value of the orgnlMsgNmId property.
-
Field Details
-
orgnlMsgId
-
orgnlMsgNmId
-
-
Constructor Details
-
UnderlyingGroupInformation1TCH
public UnderlyingGroupInformation1TCH()
-
-
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
OrigMsgNameTCH
-
setOrgnlMsgNmId
Sets the value of the orgnlMsgNmId property.- Parameters:
value
- allowed object isOrigMsgNameTCH
-