public class ActiveOrHistoricCurrencyAnd13DecimalAmount extends Object
Java-Klasse für ActiveOrHistoricCurrencyAnd13DecimalAmount complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="ActiveOrHistoricCurrencyAnd13DecimalAmount">
<simpleContent>
<extension base="<urn:iso:std:iso:20022:tech:xsd:camt.052.001.06>ActiveOrHistoricCurrencyAnd13DecimalAmount_SimpleType">
<attribute name="Ccy" use="required" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ActiveOrHistoricCurrencyCode" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
ccy |
protected BigDecimal |
value |
| Constructor and Description |
|---|
ActiveOrHistoricCurrencyAnd13DecimalAmount() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCcy()
Ruft den Wert der ccy-Eigenschaft ab.
|
BigDecimal |
getValue()
Ruft den Wert der value-Eigenschaft ab.
|
void |
setCcy(String value)
Legt den Wert der ccy-Eigenschaft fest.
|
void |
setValue(BigDecimal value)
Legt den Wert der value-Eigenschaft fest.
|
protected BigDecimal value
protected String ccy
public ActiveOrHistoricCurrencyAnd13DecimalAmount()
public BigDecimal getValue()
BigDecimalpublic void setValue(BigDecimal value)
value - allowed object is
BigDecimalpublic String getCcy()
StringCopyright © 2017. All rights reserved.