Package | Description |
---|---|
org.openestate.is24.restapi.xml.common |
Modifier and Type | Field and Description |
---|---|
protected Currency |
Money.currency |
protected Currency |
Price.currency |
protected Currency |
Money132.currency |
Modifier and Type | Method and Description |
---|---|
static Currency |
Currency.fromValue(String v) |
Currency |
Money.getCurrency()
Gets the value of the currency property.
|
Currency |
Price.getCurrency()
Gets the value of the currency property.
|
Currency |
Money132.getCurrency()
Gets the value of the currency property.
|
static Currency |
Currency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Currency[] |
Currency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Money.setCurrency(Currency value)
Sets the value of the currency property.
|
void |
Price.setCurrency(Currency value)
Sets the value of the currency property.
|
void |
Money132.setCurrency(Currency value)
Sets the value of the currency property.
|
Copyright © 2014 OpenEstate. All rights reserved.