Class AutomatedTellerMachine2

java.lang.Object
org.coderic.iso20022.messages.catp.AutomatedTellerMachine2

public class AutomatedTellerMachine2 extends Object

Java class for AutomatedTellerMachine2 complex type.

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

 <complexType name="AutomatedTellerMachine2">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Text"/>
         <element name="AddtlId" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Text" minOccurs="0"/>
         <element name="SeqNb" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Text" minOccurs="0"/>
         <element name="BaseCcy" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ActiveCurrencyCode" minOccurs="0"/>
         <element name="Lctn" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}PostalAddress17" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • AutomatedTellerMachine2

      public AutomatedTellerMachine2()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getAddtlId

      public String getAddtlId()
      Gets the value of the addtlId property.
      Returns:
      possible object is String
    • setAddtlId

      public void setAddtlId(String value)
      Sets the value of the addtlId property.
      Parameters:
      value - allowed object is String
    • getSeqNb

      public String getSeqNb()
      Gets the value of the seqNb property.
      Returns:
      possible object is String
    • setSeqNb

      public void setSeqNb(String value)
      Sets the value of the seqNb property.
      Parameters:
      value - allowed object is String
    • getBaseCcy

      public String getBaseCcy()
      Gets the value of the baseCcy property.
      Returns:
      possible object is String
    • setBaseCcy

      public void setBaseCcy(String value)
      Sets the value of the baseCcy property.
      Parameters:
      value - allowed object is String
    • getLctn

      public PostalAddress17 getLctn()
      Gets the value of the lctn property.
      Returns:
      possible object is PostalAddress17
    • setLctn

      public void setLctn(PostalAddress17 value)
      Sets the value of the lctn property.
      Parameters:
      value - allowed object is PostalAddress17