Class ATMTransactionAmounts6

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

public class ATMTransactionAmounts6 extends Object

Java class for ATMTransactionAmounts6 complex type.

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

 <complexType name="ATMTransactionAmounts6">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Ccy" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ActiveCurrencyCode" minOccurs="0"/>
         <element name="MaxPssblAmt" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ImpliedCurrencyAndAmount" minOccurs="0"/>
         <element name="MinPssblAmt" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ImpliedCurrencyAndAmount" minOccurs="0"/>
         <element name="AddtlAmt" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ATMTransactionAmounts7" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • ATMTransactionAmounts6

      public ATMTransactionAmounts6()
  • Method Details

    • getCcy

      public String getCcy()
      Gets the value of the ccy property.
      Returns:
      possible object is String
    • setCcy

      public void setCcy(String value)
      Sets the value of the ccy property.
      Parameters:
      value - allowed object is String
    • getMaxPssblAmt

      public BigDecimal getMaxPssblAmt()
      Gets the value of the maxPssblAmt property.
      Returns:
      possible object is BigDecimal
    • setMaxPssblAmt

      public void setMaxPssblAmt(BigDecimal value)
      Sets the value of the maxPssblAmt property.
      Parameters:
      value - allowed object is BigDecimal
    • getMinPssblAmt

      public BigDecimal getMinPssblAmt()
      Gets the value of the minPssblAmt property.
      Returns:
      possible object is BigDecimal
    • setMinPssblAmt

      public void setMinPssblAmt(BigDecimal value)
      Sets the value of the minPssblAmt property.
      Parameters:
      value - allowed object is BigDecimal
    • getAddtlAmt

      public List<ATMTransactionAmounts7> getAddtlAmt()
      Gets the value of the addtlAmt 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 addtlAmt property.

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

          getAddtlAmt().add(newItem);
       

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