Class ATMTransaction24

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

public class ATMTransaction24 extends Object

Java class for ATMTransaction24 complex type.

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

 <complexType name="ATMTransaction24">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TxId" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}TransactionIdentifier1"/>
         <element name="RcncltnId" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Text" minOccurs="0"/>
         <element name="CdtrLabl" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Text" minOccurs="0"/>
         <element name="DbtrLabl" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Text" minOccurs="0"/>
         <element name="TrfIdr" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max70Text" minOccurs="0"/>
         <element name="PmtRef" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Text" minOccurs="0"/>
         <element name="TxRspn" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ResponseType7"/>
         <element name="Actn" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Action7" maxOccurs="unbounded" minOccurs="0"/>
         <element name="AcctFr" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}CardAccount13" minOccurs="0"/>
         <element name="PrtctdAcctFr" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ContentInformationType10" minOccurs="0"/>
         <element name="AcctTo" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}CardAccount13" maxOccurs="unbounded" minOccurs="0"/>
         <element name="PrtctdAcctTo" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ContentInformationType10" minOccurs="0"/>
         <element name="TtlAuthrsdAmt" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}AmountAndCurrency1"/>
         <element name="TtlReqdAmt" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ImpliedCurrencyAndAmount" minOccurs="0"/>
         <element name="DtldReqdAmt" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}DetailedAmount17" minOccurs="0"/>
         <element name="AddtlChrg" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}DetailedAmount18" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Lmts" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ATMTransactionAmounts6" minOccurs="0"/>
         <element name="ReqdExctnDt" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ISODate" minOccurs="0"/>
         <element name="PropsdExctnDt" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ISODate" minOccurs="0"/>
         <element name="InstntTrfPrgm" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Text" minOccurs="0"/>
         <element name="RcrngTrf" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}RecurringTransaction3" minOccurs="0"/>
         <element name="AuthstnRslt" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}AuthorisationResult13" minOccurs="0"/>
         <element name="ICCRltdData" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max10000Binary" minOccurs="0"/>
         <element name="Cmd" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ATMCommand7" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • ATMTransaction24

      public ATMTransaction24()
  • 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
    • getRcncltnId

      public String getRcncltnId()
      Gets the value of the rcncltnId property.
      Returns:
      possible object is String
    • setRcncltnId

      public void setRcncltnId(String value)
      Sets the value of the rcncltnId property.
      Parameters:
      value - allowed object is String
    • getCdtrLabl

      public String getCdtrLabl()
      Gets the value of the cdtrLabl property.
      Returns:
      possible object is String
    • setCdtrLabl

      public void setCdtrLabl(String value)
      Sets the value of the cdtrLabl property.
      Parameters:
      value - allowed object is String
    • getDbtrLabl

      public String getDbtrLabl()
      Gets the value of the dbtrLabl property.
      Returns:
      possible object is String
    • setDbtrLabl

      public void setDbtrLabl(String value)
      Sets the value of the dbtrLabl property.
      Parameters:
      value - allowed object is String
    • getTrfIdr

      public String getTrfIdr()
      Gets the value of the trfIdr property.
      Returns:
      possible object is String
    • setTrfIdr

      public void setTrfIdr(String value)
      Sets the value of the trfIdr property.
      Parameters:
      value - allowed object is String
    • getPmtRef

      public String getPmtRef()
      Gets the value of the pmtRef property.
      Returns:
      possible object is String
    • setPmtRef

      public void setPmtRef(String value)
      Sets the value of the pmtRef property.
      Parameters:
      value - allowed object is String
    • getTxRspn

      public ResponseType7 getTxRspn()
      Gets the value of the txRspn property.
      Returns:
      possible object is ResponseType7
    • setTxRspn

      public void setTxRspn(ResponseType7 value)
      Sets the value of the txRspn property.
      Parameters:
      value - allowed object is ResponseType7
    • getActn

      public List<Action7> getActn()
      Gets the value of the actn 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 actn property.

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

          getActn().add(newItem);
       

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

    • getAcctFr

      public CardAccount13 getAcctFr()
      Gets the value of the acctFr property.
      Returns:
      possible object is CardAccount13
    • setAcctFr

      public void setAcctFr(CardAccount13 value)
      Sets the value of the acctFr property.
      Parameters:
      value - allowed object is CardAccount13
    • getPrtctdAcctFr

      public ContentInformationType10 getPrtctdAcctFr()
      Gets the value of the prtctdAcctFr property.
      Returns:
      possible object is ContentInformationType10
    • setPrtctdAcctFr

      public void setPrtctdAcctFr(ContentInformationType10 value)
      Sets the value of the prtctdAcctFr property.
      Parameters:
      value - allowed object is ContentInformationType10
    • getAcctTo

      public List<CardAccount13> getAcctTo()
      Gets the value of the acctTo 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 acctTo property.

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

          getAcctTo().add(newItem);
       

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

    • getPrtctdAcctTo

      public ContentInformationType10 getPrtctdAcctTo()
      Gets the value of the prtctdAcctTo property.
      Returns:
      possible object is ContentInformationType10
    • setPrtctdAcctTo

      public void setPrtctdAcctTo(ContentInformationType10 value)
      Sets the value of the prtctdAcctTo property.
      Parameters:
      value - allowed object is ContentInformationType10
    • getTtlAuthrsdAmt

      public AmountAndCurrency1 getTtlAuthrsdAmt()
      Gets the value of the ttlAuthrsdAmt property.
      Returns:
      possible object is AmountAndCurrency1
    • setTtlAuthrsdAmt

      public void setTtlAuthrsdAmt(AmountAndCurrency1 value)
      Sets the value of the ttlAuthrsdAmt property.
      Parameters:
      value - allowed object is AmountAndCurrency1
    • getTtlReqdAmt

      public BigDecimal getTtlReqdAmt()
      Gets the value of the ttlReqdAmt property.
      Returns:
      possible object is BigDecimal
    • setTtlReqdAmt

      public void setTtlReqdAmt(BigDecimal value)
      Sets the value of the ttlReqdAmt property.
      Parameters:
      value - allowed object is BigDecimal
    • getDtldReqdAmt

      public DetailedAmount17 getDtldReqdAmt()
      Gets the value of the dtldReqdAmt property.
      Returns:
      possible object is DetailedAmount17
    • setDtldReqdAmt

      public void setDtldReqdAmt(DetailedAmount17 value)
      Sets the value of the dtldReqdAmt property.
      Parameters:
      value - allowed object is DetailedAmount17
    • getAddtlChrg

      public List<DetailedAmount18> getAddtlChrg()
      Gets the value of the addtlChrg 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 addtlChrg property.

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

          getAddtlChrg().add(newItem);
       

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

    • getLmts

      public ATMTransactionAmounts6 getLmts()
      Gets the value of the lmts property.
      Returns:
      possible object is ATMTransactionAmounts6
    • setLmts

      public void setLmts(ATMTransactionAmounts6 value)
      Sets the value of the lmts property.
      Parameters:
      value - allowed object is ATMTransactionAmounts6
    • getReqdExctnDt

      public XMLGregorianCalendar getReqdExctnDt()
      Gets the value of the reqdExctnDt property.
      Returns:
      possible object is XMLGregorianCalendar
    • setReqdExctnDt

      public void setReqdExctnDt(XMLGregorianCalendar value)
      Sets the value of the reqdExctnDt property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getPropsdExctnDt

      public XMLGregorianCalendar getPropsdExctnDt()
      Gets the value of the propsdExctnDt property.
      Returns:
      possible object is XMLGregorianCalendar
    • setPropsdExctnDt

      public void setPropsdExctnDt(XMLGregorianCalendar value)
      Sets the value of the propsdExctnDt property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getInstntTrfPrgm

      public String getInstntTrfPrgm()
      Gets the value of the instntTrfPrgm property.
      Returns:
      possible object is String
    • setInstntTrfPrgm

      public void setInstntTrfPrgm(String value)
      Sets the value of the instntTrfPrgm property.
      Parameters:
      value - allowed object is String
    • getRcrngTrf

      public RecurringTransaction3 getRcrngTrf()
      Gets the value of the rcrngTrf property.
      Returns:
      possible object is RecurringTransaction3
    • setRcrngTrf

      public void setRcrngTrf(RecurringTransaction3 value)
      Sets the value of the rcrngTrf property.
      Parameters:
      value - allowed object is RecurringTransaction3
    • getAuthstnRslt

      public AuthorisationResult13 getAuthstnRslt()
      Gets the value of the authstnRslt property.
      Returns:
      possible object is AuthorisationResult13
    • setAuthstnRslt

      public void setAuthstnRslt(AuthorisationResult13 value)
      Sets the value of the authstnRslt property.
      Parameters:
      value - allowed object is AuthorisationResult13
    • getICCRltdData

      public byte[] getICCRltdData()
      Gets the value of the iccRltdData property.
      Returns:
      possible object is byte[]
    • setICCRltdData

      public void setICCRltdData(byte[] value)
      Sets the value of the iccRltdData property.
      Parameters:
      value - allowed object is byte[]
    • 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