Class ATMTransactionAmounts7
java.lang.Object
org.coderic.iso20022.messages.catp.ATMTransactionAmounts7
Java class for ATMTransactionAmounts7 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ATMTransactionAmounts7"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Text"/> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ImpliedCurrencyAndAmount"/> <element name="Ccy" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ActiveCurrencyCode" minOccurs="0"/> <element name="Labl" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max70Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAmt()
Gets the value of the amt property.getCcy()
Gets the value of the ccy property.getLabl()
Gets the value of the labl property.getTp()
Gets the value of the tp property.void
setAmt
(BigDecimal value) Sets the value of the amt property.void
Sets the value of the ccy property.void
Sets the value of the labl property.void
Sets the value of the tp property.
-
Constructor Details
-
ATMTransactionAmounts7
public ATMTransactionAmounts7()
-
-
Method Details
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
String
-
setTp
Sets the value of the tp property.- Parameters:
value
- allowed object isString
-
getAmt
Gets the value of the amt property.- Returns:
- possible object is
BigDecimal
-
setAmt
Sets the value of the amt property.- Parameters:
value
- allowed object isBigDecimal
-
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
-
getLabl
Gets the value of the labl property.- Returns:
- possible object is
String
-
setLabl
Sets the value of the labl property.- Parameters:
value
- allowed object isString
-