Class Amount15
java.lang.Object
org.coderic.iso20022.messages.cain.Amount15
Java class for Amount15 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Amount15"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}ImpliedCurrencyAndAmount"/> <element name="Ccy" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}ISO3NumericCurrencyCode" minOccurs="0"/> <element name="FctvXchgRate" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}BaseOne25Rate" minOccurs="0"/> <element name="ConvsDt" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}ISODate" minOccurs="0"/> <element name="ConvsTm" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.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 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
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
-
Amount15
public Amount15()
-
-
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
-
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
-