Class OriginalMessage1

java.lang.Object
org.coderic.iso20022.messages.tsrv.OriginalMessage1

public class OriginalMessage1 extends Object

Java class for OriginalMessage1 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="OriginalMessage1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MsgDefIdr" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}Max35Text"/>
         <element name="Fr" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}Party9Choice"/>
         <element name="To" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}Party9Choice"/>
         <element name="BizMsgIdr" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}Max35Text"/>
         <element name="CreDt" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}ISONormalisedDateTime"/>
         <element name="CpyDplct" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}CopyDuplicate1Code" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details Link icon

    • OriginalMessage1 Link icon

      public OriginalMessage1()
  • Method Details Link icon

    • getMsgDefIdr Link icon

      public String getMsgDefIdr()
      Gets the value of the msgDefIdr property.
      Returns:
      possible object is String
    • setMsgDefIdr Link icon

      public void setMsgDefIdr(String value)
      Sets the value of the msgDefIdr property.
      Parameters:
      value - allowed object is String
    • getFr Link icon

      public Party9Choice getFr()
      Gets the value of the fr property.
      Returns:
      possible object is Party9Choice
    • setFr Link icon

      public void setFr(Party9Choice value)
      Sets the value of the fr property.
      Parameters:
      value - allowed object is Party9Choice
    • getTo Link icon

      public Party9Choice getTo()
      Gets the value of the to property.
      Returns:
      possible object is Party9Choice
    • setTo Link icon

      public void setTo(Party9Choice value)
      Sets the value of the to property.
      Parameters:
      value - allowed object is Party9Choice
    • getBizMsgIdr Link icon

      public String getBizMsgIdr()
      Gets the value of the bizMsgIdr property.
      Returns:
      possible object is String
    • setBizMsgIdr Link icon

      public void setBizMsgIdr(String value)
      Sets the value of the bizMsgIdr property.
      Parameters:
      value - allowed object is String
    • getCreDt Link icon

      public XMLGregorianCalendar getCreDt()
      Gets the value of the creDt property.
      Returns:
      possible object is XMLGregorianCalendar
    • setCreDt Link icon

      public void setCreDt(XMLGregorianCalendar value)
      Sets the value of the creDt property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getCpyDplct Link icon

      public CopyDuplicate1Code getCpyDplct()
      Gets the value of the cpyDplct property.
      Returns:
      possible object is CopyDuplicate1Code
    • setCpyDplct Link icon

      public void setCpyDplct(CopyDuplicate1Code value)
      Sets the value of the cpyDplct property.
      Parameters:
      value - allowed object is CopyDuplicate1Code