Class UnderlyingGroupInformation1TCH

java.lang.Object
iso.std.iso._20022.tech.xsd.camt_028_001.UnderlyingGroupInformation1TCH

public class UnderlyingGroupInformation1TCH extends Object

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 Details

  • Constructor Details

    • UnderlyingGroupInformation1TCH

      public UnderlyingGroupInformation1TCH()
  • Method Details

    • getOrgnlMsgId

      public String getOrgnlMsgId()
      Gets the value of the orgnlMsgId property.
      Returns:
      possible object is String
    • setOrgnlMsgId

      public void setOrgnlMsgId(String value)
      Sets the value of the orgnlMsgId property.
      Parameters:
      value - allowed object is String
    • getOrgnlMsgNmId

      public OrigMsgNameTCH getOrgnlMsgNmId()
      Gets the value of the orgnlMsgNmId property.
      Returns:
      possible object is OrigMsgNameTCH
    • setOrgnlMsgNmId

      public void setOrgnlMsgNmId(OrigMsgNameTCH value)
      Sets the value of the orgnlMsgNmId property.
      Parameters:
      value - allowed object is OrigMsgNameTCH