Class ATMTransaction28

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

public class ATMTransaction28 extends Object

Java class for ATMTransaction28 complex type.

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

 <complexType name="ATMTransaction28">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TxId" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}TransactionIdentifier1" minOccurs="0"/>
         <element name="Rspn" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}Response2Code"/>
         <element name="Cmd" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}ATMCommand7" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • ATMTransaction28

      public ATMTransaction28()
  • Method Details

    • getTxId

      public TransactionIdentifier1 getTxId()
      Gets the value of the txId property.
      Returns:
      possible object is TransactionIdentifier1
    • setTxId

      public void setTxId(TransactionIdentifier1 value)
      Sets the value of the txId property.
      Parameters:
      value - allowed object is TransactionIdentifier1
    • getRspn

      public Response2Code getRspn()
      Gets the value of the rspn property.
      Returns:
      possible object is Response2Code
    • setRspn

      public void setRspn(Response2Code value)
      Sets the value of the rspn property.
      Parameters:
      value - allowed object is Response2Code
    • getCmd

      public List<ATMCommand7> getCmd()
      Gets the value of the cmd 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 cmd property.

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

          getCmd().add(newItem);
       

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