public class PropertyType 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 propertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="propertyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="id" type="{}idType"/>
<element name="date" type="{}dateType"/>
<element name="ref" type="{}refType"/>
<element name="price" type="{}priceType"/>
<element name="currency" type="{}currencyType" minOccurs="0"/>
<element name="price_freq" type="{}priceFreqType"/>
<element name="part_ownership" type="{}boolType" minOccurs="0"/>
<element name="leasehold" type="{}boolType" minOccurs="0"/>
<element name="new_build" type="{}boolType" minOccurs="0"/>
<element name="type" type="{}typeDataType"/>
<element name="town" type="{}requiredType"/>
<element name="province" type="{}requiredType"/>
<element name="location" type="{}gpsLocationType" minOccurs="0"/>
<element name="location_detail" type="{}locationType" minOccurs="0"/>
<element name="beds" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="baths" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="pool" type="{}boolType" minOccurs="0"/>
<element name="surface_area" type="{}surfaceType" minOccurs="0"/>
<element name="energy_rating" type="{}energyRatingType" minOccurs="0"/>
<element name="url" type="{}urlType" minOccurs="0"/>
<element name="desc" type="{}langType" minOccurs="0"/>
<element name="features" type="{}featuresType"/>
<element name="images" type="{}imagesType" minOccurs="0"/>
<element name="notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
baths |
protected BigInteger |
beds |
protected CurrencyType |
currency |
protected Calendar |
date |
protected LangType |
desc |
protected EnergyRatingType |
energyRating |
protected FeaturesType |
features |
protected String |
id |
protected ImagesType |
images |
protected Boolean |
leasehold |
protected GpsLocationType |
location |
protected String |
locationDetail |
protected Boolean |
newBuild |
protected String |
notes |
protected Boolean |
partOwnership |
protected Boolean |
pool |
protected Long |
price |
protected PriceFreqType |
priceFreq |
protected String |
province |
protected String |
ref |
protected SurfaceType |
surfaceArea |
protected String |
town |
protected String |
type |
protected UrlType |
url |
| Constructor and Description |
|---|
PropertyType() |
| 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) |
BigInteger |
getBaths()
Gets the value of the baths property.
|
BigInteger |
getBeds()
Gets the value of the beds property.
|
CurrencyType |
getCurrency()
Gets the value of the currency property.
|
Calendar |
getDate()
Gets the value of the date property.
|
LangType |
getDesc()
Gets the value of the desc property.
|
EnergyRatingType |
getEnergyRating()
Gets the value of the energyRating property.
|
FeaturesType |
getFeatures()
Gets the value of the features property.
|
String |
getId()
Gets the value of the id property.
|
ImagesType |
getImages()
Gets the value of the images property.
|
GpsLocationType |
getLocation()
Gets the value of the location property.
|
String |
getLocationDetail()
Gets the value of the locationDetail property.
|
String |
getNotes()
Gets the value of the notes property.
|
Long |
getPrice()
Gets the value of the price property.
|
PriceFreqType |
getPriceFreq()
Gets the value of the priceFreq property.
|
String |
getProvince()
Gets the value of the province property.
|
String |
getRef()
Gets the value of the ref property.
|
SurfaceType |
getSurfaceArea()
Gets the value of the surfaceArea property.
|
String |
getTown()
Gets the value of the town property.
|
String |
getType()
Gets the value of the type property.
|
UrlType |
getUrl()
Gets the value of the url property.
|
Boolean |
isLeasehold()
Gets the value of the leasehold property.
|
Boolean |
isNewBuild()
Gets the value of the newBuild property.
|
Boolean |
isPartOwnership()
Gets the value of the partOwnership property.
|
Boolean |
isPool()
Gets the value of the pool property.
|
void |
setBaths(BigInteger value)
Sets the value of the baths property.
|
void |
setBeds(BigInteger value)
Sets the value of the beds property.
|
void |
setCurrency(CurrencyType value)
Sets the value of the currency property.
|
void |
setDate(Calendar value)
Sets the value of the date property.
|
void |
setDesc(LangType value)
Sets the value of the desc property.
|
void |
setEnergyRating(EnergyRatingType value)
Sets the value of the energyRating property.
|
void |
setFeatures(FeaturesType value)
Sets the value of the features property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setImages(ImagesType value)
Sets the value of the images property.
|
void |
setLeasehold(Boolean value)
Sets the value of the leasehold property.
|
void |
setLocation(GpsLocationType value)
Sets the value of the location property.
|
void |
setLocationDetail(String value)
Sets the value of the locationDetail property.
|
void |
setNewBuild(Boolean value)
Sets the value of the newBuild property.
|
void |
setNotes(String value)
Sets the value of the notes property.
|
void |
setPartOwnership(Boolean value)
Sets the value of the partOwnership property.
|
void |
setPool(Boolean value)
Sets the value of the pool property.
|
void |
setPrice(Long value)
Sets the value of the price property.
|
void |
setPriceFreq(PriceFreqType value)
Sets the value of the priceFreq property.
|
void |
setProvince(String value)
Sets the value of the province property.
|
void |
setRef(String value)
Sets the value of the ref property.
|
void |
setSurfaceArea(SurfaceType value)
Sets the value of the surfaceArea property.
|
void |
setTown(String value)
Sets the value of the town property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUrl(UrlType value)
Sets the value of the url property.
|
String |
toString() |
protected String id
protected Calendar date
protected String ref
protected Long price
protected CurrencyType currency
protected PriceFreqType priceFreq
protected Boolean partOwnership
protected Boolean leasehold
protected Boolean newBuild
protected String type
protected String town
protected String province
protected GpsLocationType location
protected String locationDetail
protected BigInteger beds
protected BigInteger baths
protected Boolean pool
protected SurfaceType surfaceArea
protected EnergyRatingType energyRating
protected UrlType url
protected LangType desc
protected FeaturesType features
protected ImagesType images
protected String notes
public void setId(String value)
value - allowed object is
Stringpublic Calendar getDate()
Stringpublic void setDate(Calendar value)
value - allowed object is
Stringpublic void setRef(String value)
value - allowed object is
Stringpublic Long getPrice()
Stringpublic void setPrice(Long value)
value - allowed object is
Stringpublic CurrencyType getCurrency()
CurrencyTypepublic void setCurrency(CurrencyType value)
value - allowed object is
CurrencyTypepublic PriceFreqType getPriceFreq()
PriceFreqTypepublic void setPriceFreq(PriceFreqType value)
value - allowed object is
PriceFreqTypepublic Boolean isPartOwnership()
Stringpublic void setPartOwnership(Boolean value)
value - allowed object is
Stringpublic Boolean isLeasehold()
Stringpublic void setLeasehold(Boolean value)
value - allowed object is
Stringpublic Boolean isNewBuild()
Stringpublic void setNewBuild(Boolean value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getTown()
Stringpublic void setTown(String value)
value - allowed object is
Stringpublic String getProvince()
Stringpublic void setProvince(String value)
value - allowed object is
Stringpublic GpsLocationType getLocation()
GpsLocationTypepublic void setLocation(GpsLocationType value)
value - allowed object is
GpsLocationTypepublic String getLocationDetail()
Stringpublic void setLocationDetail(String value)
value - allowed object is
Stringpublic BigInteger getBeds()
Stringpublic void setBeds(BigInteger value)
value - allowed object is
Stringpublic BigInteger getBaths()
Stringpublic void setBaths(BigInteger value)
value - allowed object is
Stringpublic Boolean isPool()
Stringpublic void setPool(Boolean value)
value - allowed object is
Stringpublic SurfaceType getSurfaceArea()
SurfaceTypepublic void setSurfaceArea(SurfaceType value)
value - allowed object is
SurfaceTypepublic EnergyRatingType getEnergyRating()
EnergyRatingTypepublic void setEnergyRating(EnergyRatingType value)
value - allowed object is
EnergyRatingTypepublic UrlType getUrl()
UrlTypepublic void setUrl(UrlType value)
value - allowed object is
UrlTypepublic LangType getDesc()
LangTypepublic void setDesc(LangType value)
value - allowed object is
LangTypepublic FeaturesType getFeatures()
FeaturesTypepublic void setFeatures(FeaturesType value)
value - allowed object is
FeaturesTypepublic ImagesType getImages()
ImagesTypepublic void setImages(ImagesType value)
value - allowed object is
ImagesTypepublic String getNotes()
Stringpublic void setNotes(String value)
value - allowed object is
Stringpublic 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.ToStringpublic 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.ToStringpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.EqualsCopyright © 2015 OpenEstate. All rights reserved.