public class CountryRegion extends Object
Java class for CountryRegion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CountryRegion"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="country" type="{http://rest.immobilienscout24.de/schema/common/1.0}CountryCode"/> <element name="region"> <simpleType> <restriction base="{http://rest.immobilienscout24.de/schema/common/1.0}TextField"> <minLength value="1"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CountryCode |
country |
protected String |
region |
Constructor and Description |
---|
CountryRegion() |
Modifier and Type | Method and Description |
---|---|
CountryCode |
getCountry()
Gets the value of the country property.
|
String |
getRegion()
Gets the value of the region property.
|
void |
setCountry(CountryCode value)
Sets the value of the country property.
|
void |
setRegion(String value)
Sets the value of the region property.
|
protected CountryCode country
protected String region
public CountryCode getCountry()
CountryCode
public void setCountry(CountryCode value)
value
- allowed object is
CountryCode
public String getRegion()
String
Copyright © 2014 OpenEstate. All rights reserved.