Class FeeAmount3
java.lang.Object
org.coderic.iso20022.messages.cafr.FeeAmount3
Java class for FeeAmount3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeeAmount3"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}ImpliedCurrencyAndAmount"/> <element name="CdtDbt" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}CreditDebit3Code" minOccurs="0"/> <element name="Ccy" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}ISO3NumericCurrencyCode" minOccurs="0"/> <element name="FctvXchgRate" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}BaseOne25Rate" minOccurs="0"/> <element name="ConvsDt" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}ISODate" minOccurs="0"/> <element name="ConvsTm" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}ISOTime" 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.Gets the value of the convsDt property.Gets the value of the convsTm property.Gets the value of the fctvXchgRate 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.void
setConvsDt
(XMLGregorianCalendar value) Sets the value of the convsDt property.void
setConvsTm
(XMLGregorianCalendar value) Sets the value of the convsTm property.void
setFctvXchgRate
(BigDecimal value) Sets the value of the fctvXchgRate property.
-
Constructor Details
-
FeeAmount3
public FeeAmount3()
-
-
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
-
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
-
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
-
getFctvXchgRate
Gets the value of the fctvXchgRate property.- Returns:
- possible object is
BigDecimal
-
setFctvXchgRate
Sets the value of the fctvXchgRate property.- Parameters:
value
- allowed object isBigDecimal
-
getConvsDt
Gets the value of the convsDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setConvsDt
Sets the value of the convsDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getConvsTm
Gets the value of the convsTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setConvsTm
Sets the value of the convsTm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-