Class Amount17
java.lang.Object
org.coderic.iso20022.messages.cafc.Amount17
Java class for Amount17 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Amount17"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}ImpliedCurrencyAndAmount"/> <element name="Ccy" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}ISO3NumericCurrencyCode" minOccurs="0"/> <element name="CdtDbt" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}CreditDebit3Code" 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.Gets the value of the cdtDbt property.void
setAmt
(BigDecimal value) Sets the value of the amt property.void
Sets the value of the ccy property.void
setCdtDbt
(CreditDebit3Code value) Sets the value of the cdtDbt property.
-
Constructor Details
-
Amount17
public Amount17()
-
-
Method Details
-
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
-
getCdtDbt
Gets the value of the cdtDbt property.- Returns:
- possible object is
CreditDebit3Code
-
setCdtDbt
Sets the value of the cdtDbt property.- Parameters:
value
- allowed object isCreditDebit3Code
-