public class ActiveOrHistoricCurrencyAndAmountSEPA
extends java.lang.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.002.003.03>ActiveOrHistoricCurrencyAndAmount_SimpleTypeSEPA"> <attribute name="Ccy" use="required" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.003.03}ActiveOrHistoricCurrencyCodeEUR" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected ActiveOrHistoricCurrencyCodeEUR |
ccy |
|
protected java.math.BigDecimal |
value |
Constructor | Description |
---|---|
ActiveOrHistoricCurrencyAndAmountSEPA() |
Modifier and Type | Method | Description |
---|---|---|
ActiveOrHistoricCurrencyCodeEUR |
getCcy() |
Gets the value of the ccy property.
|
java.math.BigDecimal |
getValue() |
Gets the value of the value property.
|
void |
setCcy(ActiveOrHistoricCurrencyCodeEUR value) |
Sets the value of the ccy property.
|
void |
setValue(java.math.BigDecimal value) |
Sets the value of the value property.
|
protected java.math.BigDecimal value
protected ActiveOrHistoricCurrencyCodeEUR ccy
public ActiveOrHistoricCurrencyAndAmountSEPA()
public java.math.BigDecimal getValue()
BigDecimal
public void setValue(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public ActiveOrHistoricCurrencyCodeEUR getCcy()
ActiveOrHistoricCurrencyCodeEUR
public void setCcy(ActiveOrHistoricCurrencyCodeEUR value)
value
- allowed object is
ActiveOrHistoricCurrencyCodeEUR
Copyright © 2018. All rights reserved.