@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public class PropertyType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.ToString2
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="country" type="{}countryType" minOccurs="0"/>
<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"/>
<element name="features" type="{}featuresType" minOccurs="0"/>
<element name="images" type="{}imagesType"/>
<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 String |
country |
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.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy) |
BigInteger |
getBaths()
Gets the value of the baths property.
|
BigInteger |
getBeds()
Gets the value of the beds property.
|
String |
getCountry()
Gets the value of the country 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.
|
Boolean |
getLeasehold()
Gets the value of the leasehold property.
|
GpsLocationType |
getLocation()
Gets the value of the location property.
|
String |
getLocationDetail()
Gets the value of the locationDetail property.
|
Boolean |
getNewBuild()
Gets the value of the newBuild property.
|
String |
getNotes()
Gets the value of the notes property.
|
Boolean |
getPartOwnership()
Gets the value of the partOwnership property.
|
Boolean |
getPool()
Gets the value of the pool 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.
|
void |
setBaths(BigInteger value)
Sets the value of the baths property.
|
void |
setBeds(BigInteger value)
Sets the value of the beds property.
|
void |
setCountry(String value)
Sets the value of the country 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() |
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") protected String id
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") protected Calendar date
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") protected String ref
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") protected Long price
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") protected CurrencyType currency
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") protected PriceFreqType priceFreq
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") protected Boolean partOwnership
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") protected Boolean leasehold
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") protected Boolean newBuild
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") protected String type
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") protected String town
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") protected String province
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") protected String country
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") protected GpsLocationType location
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") protected String locationDetail
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") protected BigInteger beds
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") protected BigInteger baths
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") protected Boolean pool
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") protected SurfaceType surfaceArea
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") protected EnergyRatingType energyRating
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") protected UrlType url
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") protected LangType desc
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") protected FeaturesType features
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") protected ImagesType images
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") protected String notes
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public String getId()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public void setId(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public Calendar getDate()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public void setDate(Calendar value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public String getRef()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public void setRef(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public Long getPrice()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public void setPrice(Long value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public CurrencyType getCurrency()
CurrencyType@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public void setCurrency(CurrencyType value)
value - allowed object is
CurrencyType@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public PriceFreqType getPriceFreq()
PriceFreqType@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public void setPriceFreq(PriceFreqType value)
value - allowed object is
PriceFreqType@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public Boolean getPartOwnership()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public void setPartOwnership(Boolean value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public Boolean getLeasehold()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public void setLeasehold(Boolean value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public Boolean getNewBuild()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public void setNewBuild(Boolean value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public String getType()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public void setType(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public String getTown()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public void setTown(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public String getProvince()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public void setProvince(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public String getCountry()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public void setCountry(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public GpsLocationType getLocation()
GpsLocationType@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public void setLocation(GpsLocationType value)
value - allowed object is
GpsLocationType@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public String getLocationDetail()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public void setLocationDetail(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public BigInteger getBeds()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public void setBeds(BigInteger value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public BigInteger getBaths()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public void setBaths(BigInteger value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public Boolean getPool()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public void setPool(Boolean value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public SurfaceType getSurfaceArea()
SurfaceType@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public void setSurfaceArea(SurfaceType value)
value - allowed object is
SurfaceType@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public EnergyRatingType getEnergyRating()
EnergyRatingType@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public void setEnergyRating(EnergyRatingType value)
value - allowed object is
EnergyRatingType@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public UrlType getUrl()
UrlType@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public void setUrl(UrlType value)
value - allowed object is
UrlType@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public LangType getDesc()
LangType@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public void setDesc(LangType value)
value - allowed object is
LangType@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public FeaturesType getFeatures()
FeaturesType@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public void setFeatures(FeaturesType value)
value - allowed object is
FeaturesType@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public ImagesType getImages()
ImagesType@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public void setImages(ImagesType value)
value - allowed object is
ImagesType@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public String getNotes()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public void setNotes(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public String toString()
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public Object clone()
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T01:43:04+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2Copyright © 2018 OpenEstate. All rights reserved.