Package | Description |
---|---|
org.openestate.is24.restapi.utils |
Utility classes.
|
org.openestate.is24.restapi.xml.common |
Modifier and Type | Method and Description |
---|---|
static CountryCode |
RandomRealEstateFactory.getRandomCountryCode()
Creates a random
CountryCode value. |
Modifier and Type | Field and Description |
---|---|
protected CountryCode |
CountryRegion.country |
protected CountryCode |
BaseContactDetails.countryCode |
Modifier and Type | Method and Description |
---|---|
static CountryCode |
CountryCode.fromValue(String v) |
CountryCode |
CountryRegion.getCountry()
Gets the value of the country property.
|
CountryCode |
BaseContactDetails.getCountryCode()
Gets the value of the countryCode property.
|
static CountryCode |
CountryCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CountryCode[] |
CountryCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CountryRegion.setCountry(CountryCode value)
Sets the value of the country property.
|
void |
BaseContactDetails.setCountryCode(CountryCode value)
Sets the value of the countryCode property.
|
Copyright © 2014 OpenEstate. All rights reserved.