public class RealEstateProject 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 RealEstateProject complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RealEstateProject"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="price" type="{http://rest.immobilienscout24.de/schema/common/1.0}PriceRangeMandatory"/> <element name="space" type="{http://rest.immobilienscout24.de/schema/common/1.0}AreaRangeMandatory"/> <element name="minPriceProQm" type="{http://rest.immobilienscout24.de/schema/common/1.0}Number13.2Type" minOccurs="0"/> <element name="numberOfHousingUnit"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="1"/> <maxInclusive value="1000"/> </restriction> </simpleType> </element> <element name="interiorQuality" type="{http://rest.immobilienscout24.de/schema/common/1.0}InteriorQuality"/> <element name="freeFrom" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="address" type="{http://rest.immobilienscout24.de/schema/common/1.0}Address"/> <element name="relaEstateProjectEntries" type="{http://rest.immobilienscout24.de/schema/offer/realestateproject/1.0}RealEstateProjectEntries" minOccurs="0"/> <element name="homepageUrl" type="{http://rest.immobilienscout24.de/schema/common/1.0}uri" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Address |
address |
protected String |
freeFrom |
protected URL |
homepageUrl |
protected Long |
id |
protected InteriorQuality |
interiorQuality |
protected Double |
minPriceProQm |
protected int |
numberOfHousingUnit |
protected PriceRangeMandatory |
price |
protected RealEstateProjectEntries |
relaEstateProjectEntries |
protected AreaRangeMandatory |
space |
protected String |
title |
Constructor and Description |
---|
RealEstateProject() |
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) |
Address |
getAddress()
Gets the value of the address property.
|
String |
getFreeFrom()
Gets the value of the freeFrom property.
|
URL |
getHomepageUrl()
Gets the value of the homepageUrl property.
|
Long |
getId()
Gets the value of the id property.
|
InteriorQuality |
getInteriorQuality()
Gets the value of the interiorQuality property.
|
Double |
getMinPriceProQm()
Gets the value of the minPriceProQm property.
|
int |
getNumberOfHousingUnit()
Gets the value of the numberOfHousingUnit property.
|
PriceRangeMandatory |
getPrice()
Gets the value of the price property.
|
RealEstateProjectEntries |
getRelaEstateProjectEntries()
Gets the value of the relaEstateProjectEntries property.
|
AreaRangeMandatory |
getSpace()
Gets the value of the space property.
|
String |
getTitle()
Gets the value of the title property.
|
void |
setAddress(Address value)
Sets the value of the address property.
|
void |
setFreeFrom(String value)
Sets the value of the freeFrom property.
|
void |
setHomepageUrl(URL value)
Sets the value of the homepageUrl property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setInteriorQuality(InteriorQuality value)
Sets the value of the interiorQuality property.
|
void |
setMinPriceProQm(Double value)
Sets the value of the minPriceProQm property.
|
void |
setNumberOfHousingUnit(int value)
Sets the value of the numberOfHousingUnit property.
|
void |
setPrice(PriceRangeMandatory value)
Sets the value of the price property.
|
void |
setRelaEstateProjectEntries(RealEstateProjectEntries value)
Sets the value of the relaEstateProjectEntries property.
|
void |
setSpace(AreaRangeMandatory value)
Sets the value of the space property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
String |
toString() |
protected String title
protected PriceRangeMandatory price
protected AreaRangeMandatory space
protected Double minPriceProQm
protected int numberOfHousingUnit
protected InteriorQuality interiorQuality
protected String freeFrom
protected Address address
protected RealEstateProjectEntries relaEstateProjectEntries
protected URL homepageUrl
protected Long id
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public PriceRangeMandatory getPrice()
PriceRangeMandatory
public void setPrice(PriceRangeMandatory value)
value
- allowed object is
PriceRangeMandatory
public AreaRangeMandatory getSpace()
AreaRangeMandatory
public void setSpace(AreaRangeMandatory value)
value
- allowed object is
AreaRangeMandatory
public Double getMinPriceProQm()
String
public void setMinPriceProQm(Double value)
value
- allowed object is
String
public int getNumberOfHousingUnit()
public void setNumberOfHousingUnit(int value)
public InteriorQuality getInteriorQuality()
InteriorQuality
public void setInteriorQuality(InteriorQuality value)
value
- allowed object is
InteriorQuality
public String getFreeFrom()
String
public void setFreeFrom(String value)
value
- allowed object is
String
public Address getAddress()
Address
public void setAddress(Address value)
value
- allowed object is
Address
public RealEstateProjectEntries getRelaEstateProjectEntries()
RealEstateProjectEntries
public void setRelaEstateProjectEntries(RealEstateProjectEntries value)
value
- allowed object is
RealEstateProjectEntries
public URL getHomepageUrl()
String
public void setHomepageUrl(URL value)
value
- allowed object is
String
public void setId(Long value)
value
- allowed object is
Long
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.