public class Address 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 Address complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Address"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="street" minOccurs="0"> <simpleType> <restriction base="{http://rest.immobilienscout24.de/schema/common/1.0}TextField"> <maxLength value="100"/> </restriction> </simpleType> </element> <element name="houseNumber" minOccurs="0"> <simpleType> <restriction base="{http://rest.immobilienscout24.de/schema/common/1.0}TextField"> <maxLength value="30"/> </restriction> </simpleType> </element> <element name="postcode" minOccurs="0"> <simpleType> <restriction base="{http://rest.immobilienscout24.de/schema/common/1.0}TextField"> <maxLength value="20"/> </restriction> </simpleType> </element> <element name="city" minOccurs="0"> <simpleType> <restriction base="{http://rest.immobilienscout24.de/schema/common/1.0}TextField"> <maxLength value="50"/> </restriction> </simpleType> </element> <element name="internationalCountryRegion" type="{http://rest.immobilienscout24.de/schema/common/1.0}CountryRegion" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
city |
protected String |
houseNumber |
protected CountryRegion |
internationalCountryRegion |
protected String |
postcode |
protected String |
street |
Constructor and Description |
---|
Address() |
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 |
getCity()
Gets the value of the city property.
|
String |
getHouseNumber()
Gets the value of the houseNumber property.
|
CountryRegion |
getInternationalCountryRegion()
Gets the value of the internationalCountryRegion property.
|
String |
getPostcode()
Gets the value of the postcode property.
|
String |
getStreet()
Gets the value of the street property.
|
void |
setCity(String value)
Sets the value of the city property.
|
void |
setHouseNumber(String value)
Sets the value of the houseNumber property.
|
void |
setInternationalCountryRegion(CountryRegion value)
Sets the value of the internationalCountryRegion property.
|
void |
setPostcode(String value)
Sets the value of the postcode property.
|
void |
setStreet(String value)
Sets the value of the street property.
|
String |
toString() |
protected String street
protected String houseNumber
protected String postcode
protected String city
protected CountryRegion internationalCountryRegion
public String getStreet()
String
public void setStreet(String value)
value
- allowed object is
String
public String getHouseNumber()
String
public void setHouseNumber(String value)
value
- allowed object is
String
public String getPostcode()
String
public void setPostcode(String value)
value
- allowed object is
String
public String getCity()
String
public void setCity(String value)
value
- allowed object is
String
public CountryRegion getInternationalCountryRegion()
CountryRegion
public void setInternationalCountryRegion(CountryRegion value)
value
- allowed object is
CountryRegion
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 © 2014 OpenEstate. All rights reserved.