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