public class MoneyData extends Object implements Serializable
Java class for moneyData complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected String |
currency |
protected int |
digits |
protected BigDecimal |
value |
Constructor and Description |
---|
MoneyData() |
Modifier and Type | Method and Description |
---|---|
String |
getCurrency()
Gets the value of the currency property.
|
int |
getDigits()
Gets the value of the digits property.
|
BigDecimal |
getValue()
Gets the value of the value property.
|
void |
setCurrency(String value)
Sets the value of the currency property.
|
void |
setDigits(int value)
Sets the value of the digits property.
|
void |
setValue(BigDecimal value)
Sets the value of the value property.
|
protected String currency
protected int digits
protected BigDecimal value
public String getCurrency()
String
public void setCurrency(String value)
value
- allowed object is
String
public int getDigits()
public void setDigits(int value)
public BigDecimal getValue()
BigDecimal
public void setValue(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2021. All rights reserved.