Class ActiveCurrencyAnd13DecimalAmount
java.lang.Object
org.coderic.iso20022.messages.seev.ActiveCurrencyAnd13DecimalAmount
Java class for ActiveCurrencyAnd13DecimalAmount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActiveCurrencyAnd13DecimalAmount"> <simpleContent> <extension base="<urn:iso:std:iso:20022:tech:xsd:seev.053.001.02>ActiveCurrencyAnd13DecimalAmount_SimpleType"> <attribute name="Ccy" use="required" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}ActiveCurrencyCode" /> </extension> </simpleContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCcy()
Gets the value of the ccy property.getValue()
Gets the value of the value property.void
Sets the value of the ccy property.void
setValue
(BigDecimal value) Sets the value of the value property.
-
Constructor Details
-
ActiveCurrencyAnd13DecimalAmount
public ActiveCurrencyAnd13DecimalAmount()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
BigDecimal
-
setValue
Sets the value of the value 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
-