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