public class CurrencyAndAmountSCT
extends java.lang.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 | Description |
---|---|---|
protected CurrencyCodeSCT |
ccy |
|
protected java.math.BigDecimal |
value |
Constructor | Description |
---|---|
CurrencyAndAmountSCT() |
Modifier and Type | Method | Description |
---|---|---|
CurrencyCodeSCT |
getCcy() |
Gets the value of the ccy property.
|
java.math.BigDecimal |
getValue() |
Gets the value of the value property.
|
void |
setCcy(CurrencyCodeSCT 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 CurrencyCodeSCT ccy
public java.math.BigDecimal getValue()
BigDecimal
public void setValue(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public CurrencyCodeSCT getCcy()
CurrencyCodeSCT
public void setCcy(CurrencyCodeSCT value)
value
- allowed object is
CurrencyCodeSCT
Copyright © 2018. All rights reserved.