Class ATMTransactionAmounts6
java.lang.Object
org.coderic.iso20022.messages.catp.ATMTransactionAmounts6
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlAmt property.getCcy()
Gets the value of the ccy property.Gets the value of the maxPssblAmt property.Gets the value of the minPssblAmt property.void
Sets the value of the ccy property.void
setMaxPssblAmt
(BigDecimal value) Sets the value of the maxPssblAmt property.void
setMinPssblAmt
(BigDecimal value) Sets the value of the minPssblAmt property.
-
Constructor Details
-
ATMTransactionAmounts6
public ATMTransactionAmounts6()
-
-
Method Details
-
getCcy
Gets the value of the ccy property.- Returns:
- possible object is
String
-
setCcy
Sets the value of the ccy property.- Parameters:
value
- allowed object isString
-
getMaxPssblAmt
Gets the value of the maxPssblAmt property.- Returns:
- possible object is
BigDecimal
-
setMaxPssblAmt
Sets the value of the maxPssblAmt property.- Parameters:
value
- allowed object isBigDecimal
-
getMinPssblAmt
Gets the value of the minPssblAmt property.- Returns:
- possible object is
BigDecimal
-
setMinPssblAmt
Sets the value of the minPssblAmt property.- Parameters:
value
- allowed object isBigDecimal
-
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
-