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