public class CurrencyAndAmount
extends java.lang.Object
Java class for CurrencyAndAmount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CurrencyAndAmount"> <simpleContent> <extension base="<urn:sepade:xsd:pain.008.001.01>CurrencyAndAmount_SimpleType"> <attribute name="Ccy" use="required" type="{urn:sepade:xsd:pain.008.001.01}CurrencyCode" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected java.lang.String |
ccy |
|
protected java.math.BigDecimal |
value |
Constructor | Description |
---|---|
CurrencyAndAmount() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getCcy() |
Gets the value of the ccy property.
|
java.math.BigDecimal |
getValue() |
Gets the value of the value property.
|
void |
setCcy(java.lang.String value) |
Sets the value of the ccy property.
|
void |
setValue(java.math.BigDecimal value) |
Sets the value of the value property.
|
public java.math.BigDecimal getValue()
BigDecimal
public void setValue(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.lang.String getCcy()
String
public void setCcy(java.lang.String value)
value
- allowed object is
String
Copyright © 2018. All rights reserved.