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