Class ATMService24

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

public class ATMService24 extends Object

Java class for ATMService24 complex type.

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

 <complexType name="ATMService24">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SvcRef" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}Max35Text" minOccurs="0"/>
         <element name="ATMSvcCd" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}Max35Text" minOccurs="0"/>
         <element name="HstSvcCd" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}Max35Text" minOccurs="0"/>
         <element name="SvcTp" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}ATMServiceType10Code"/>
         <element name="SvcVarntId" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}Max35Text" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • ATMService24

      public ATMService24()
  • Method Details

    • getSvcRef

      public String getSvcRef()
      Gets the value of the svcRef property.
      Returns:
      possible object is String
    • setSvcRef

      public void setSvcRef(String value)
      Sets the value of the svcRef property.
      Parameters:
      value - allowed object is String
    • 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
    • getSvcTp

      public ATMServiceType10Code getSvcTp()
      Gets the value of the svcTp property.
      Returns:
      possible object is ATMServiceType10Code
    • setSvcTp

      public void setSvcTp(ATMServiceType10Code value)
      Sets the value of the svcTp property.
      Parameters:
      value - allowed object is ATMServiceType10Code
    • getSvcVarntId

      public List<String> getSvcVarntId()
      Gets the value of the svcVarntId property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the svcVarntId property.

      For example, to add a new item, do as follows:

          getSvcVarntId().add(newItem);
       

      Objects of the following type(s) are allowed in the list String