Class ATMCommandIdentification1

java.lang.Object
org.coderic.iso20022.messages.caam.ATMCommandIdentification1

public class ATMCommandIdentification1 extends Object

Java class for ATMCommandIdentification1 complex type.

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

 <complexType name="ATMCommandIdentification1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Orgn" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}Max35Text" minOccurs="0"/>
         <element name="Ref" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}Max35Text" minOccurs="0"/>
         <element name="Prcr" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}Max140Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • ATMCommandIdentification1

      public ATMCommandIdentification1()
  • Method Details

    • getOrgn

      public String getOrgn()
      Gets the value of the orgn property.
      Returns:
      possible object is String
    • setOrgn

      public void setOrgn(String value)
      Sets the value of the orgn property.
      Parameters:
      value - allowed object is String
    • getRef

      public String getRef()
      Gets the value of the ref property.
      Returns:
      possible object is String
    • setRef

      public void setRef(String value)
      Sets the value of the ref property.
      Parameters:
      value - allowed object is String
    • getPrcr

      public String getPrcr()
      Gets the value of the prcr property.
      Returns:
      possible object is String
    • setPrcr

      public void setPrcr(String value)
      Sets the value of the prcr property.
      Parameters:
      value - allowed object is String