public class ActiveOrHistoricCurrencyAndAmount extends Object
Java class for ActiveOrHistoricCurrencyAndAmount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActiveOrHistoricCurrencyAndAmount">
<simpleContent>
<extension base="<urn:iso:std:iso:20022:tech:xsd:camt.052.001.05>ActiveOrHistoricCurrencyAndAmount_SimpleType">
<attribute name="Ccy" use="required" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}ActiveOrHistoricCurrencyCode" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
ccy |
protected BigDecimal |
value |
| Constructor and Description |
|---|
ActiveOrHistoricCurrencyAndAmount() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCcy()
Gets the value of the ccy property.
|
BigDecimal |
getValue()
Gets the value of the value property.
|
void |
setCcy(String value)
Sets the value of the ccy property.
|
void |
setValue(BigDecimal value)
Sets the value of the value property.
|
protected BigDecimal value
protected String ccy
public BigDecimal getValue()
BigDecimalpublic void setValue(BigDecimal value)
value - allowed object is
BigDecimalpublic String getCcy()
StringCopyright © 2019. All rights reserved.