Class ATMContext19

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

public class ATMContext19 extends Object

Java class for ATMContext19 complex type.

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

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

    • ATMContext19

      public ATMContext19()
  • Method Details

    • getSsnRef

      public String getSsnRef()
      Gets the value of the ssnRef property.
      Returns:
      possible object is String
    • setSsnRef

      public void setSsnRef(String value)
      Sets the value of the ssnRef property.
      Parameters:
      value - allowed object is String
    • getSvc

      public ATMService23 getSvc()
      Gets the value of the svc property.
      Returns:
      possible object is ATMService23
    • setSvc

      public void setSvc(ATMService23 value)
      Sets the value of the svc property.
      Parameters:
      value - allowed object is ATMService23