public class LocationStructure extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.ToString
Java class for locationStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="locationStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="country-code"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="[a-zA-Z]{2}"/> </restriction> </simpleType> </element> <element name="administrative-area" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="sub-administrative-area"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType> </element> <element name="city"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="code" type="{http://www.w3.org/2001/XMLSchema}integer" /> </extension> </simpleContent> </complexType> </element> <element name="locality" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="neighbourhood" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="type"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="district"/> <enumeration value="locality"/> <enumeration value="area"/> </restriction> </simpleType> </attribute> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" /> </extension> </simpleContent> </complexType> </element> <element name="thoroughfare" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="display"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="yes|no"/> </restriction> </simpleType> </attribute> </extension> </simpleContent> </complexType> </element> <element name="postal-code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="longitude" type="{http://feed.immobiliare.it}longitudeType"/> <element name="latitude" type="{http://feed.immobiliare.it}latitudeType"/> </all> </restriction> </complexContent> </complexType> </element> </all> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
LocationStructure.City
Java class for anonymous complex type.
|
static class |
LocationStructure.Locality
Java class for anonymous complex type.
|
static class |
LocationStructure.SubAdministrativeArea
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
administrativeArea |
protected LocationStructure.City |
city |
protected String |
countryCode |
protected LocationStructure.Locality |
locality |
protected LocationStructure.SubAdministrativeArea |
subAdministrativeArea |
Constructor and Description |
---|
LocationStructure() |
Modifier and Type | Method and Description |
---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getAdministrativeArea()
Gets the value of the administrativeArea property.
|
LocationStructure.City |
getCity()
Gets the value of the city property.
|
String |
getCountryCode()
Gets the value of the countryCode property.
|
LocationStructure.Locality |
getLocality()
Gets the value of the locality property.
|
LocationStructure.SubAdministrativeArea |
getSubAdministrativeArea()
Gets the value of the subAdministrativeArea property.
|
void |
setAdministrativeArea(String value)
Sets the value of the administrativeArea property.
|
void |
setCity(LocationStructure.City value)
Sets the value of the city property.
|
void |
setCountryCode(String value)
Sets the value of the countryCode property.
|
void |
setLocality(LocationStructure.Locality value)
Sets the value of the locality property.
|
void |
setSubAdministrativeArea(LocationStructure.SubAdministrativeArea value)
Sets the value of the subAdministrativeArea property.
|
String |
toString() |
protected String countryCode
protected String administrativeArea
protected LocationStructure.SubAdministrativeArea subAdministrativeArea
protected LocationStructure.City city
protected LocationStructure.Locality locality
public String getCountryCode()
String
public void setCountryCode(String value)
value
- allowed object is
String
public String getAdministrativeArea()
String
public void setAdministrativeArea(String value)
value
- allowed object is
String
public LocationStructure.SubAdministrativeArea getSubAdministrativeArea()
LocationStructure.SubAdministrativeArea
public void setSubAdministrativeArea(LocationStructure.SubAdministrativeArea value)
value
- allowed object is
LocationStructure.SubAdministrativeArea
public LocationStructure.City getCity()
LocationStructure.City
public void setCity(LocationStructure.City value)
value
- allowed object is
LocationStructure.City
public LocationStructure.Locality getLocality()
LocationStructure.Locality
public void setLocality(LocationStructure.Locality value)
value
- allowed object is
LocationStructure.Locality
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append
in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields
in interface org.jvnet.jaxb2_commons.lang.ToString
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
Copyright © 2015 OpenEstate. All rights reserved.