Class ATMMessageFunction2

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

public class ATMMessageFunction2 extends Object

Java class for ATMMessageFunction2 complex type.

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

 <complexType name="ATMMessageFunction2">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Fctn" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}MessageFunction11Code"/>
         <element name="ATMSvcCd" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Text" minOccurs="0"/>
         <element name="HstSvcCd" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • ATMMessageFunction2

      public ATMMessageFunction2()
  • Method Details

    • getFctn

      public MessageFunction11Code getFctn()
      Gets the value of the fctn property.
      Returns:
      possible object is MessageFunction11Code
    • setFctn

      public void setFctn(MessageFunction11Code value)
      Sets the value of the fctn property.
      Parameters:
      value - allowed object is MessageFunction11Code
    • getATMSvcCd

      public String getATMSvcCd()
      Gets the value of the atmSvcCd property.
      Returns:
      possible object is String
    • setATMSvcCd

      public void setATMSvcCd(String value)
      Sets the value of the atmSvcCd property.
      Parameters:
      value - allowed object is String
    • getHstSvcCd

      public String getHstSvcCd()
      Gets the value of the hstSvcCd property.
      Returns:
      possible object is String
    • setHstSvcCd

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