Class OriginalGroupInformation29

java.lang.Object
org.coderic.iso20022.messages.camt.OriginalGroupInformation29

public class OriginalGroupInformation29 extends Object

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 Details

    • OriginalGroupInformation29

      public OriginalGroupInformation29()
  • 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 String getOrgnlMsgNmId()
      Gets the value of the orgnlMsgNmId property.
      Returns:
      possible object is String
    • setOrgnlMsgNmId

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

      public XMLGregorianCalendar getOrgnlCreDtTm()
      Gets the value of the orgnlCreDtTm property.
      Returns:
      possible object is XMLGregorianCalendar
    • setOrgnlCreDtTm

      public void setOrgnlCreDtTm(XMLGregorianCalendar value)
      Sets the value of the orgnlCreDtTm property.
      Parameters:
      value - allowed object is XMLGregorianCalendar