public class Ad 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 anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element ref="{}id"/> <element ref="{}url"/> <element ref="{}title"/> <element ref="{}type"/> <element ref="{}content"/> <element ref="{}date"/> <element ref="{}expiration_date" minOccurs="0"/> <element ref="{}is_new" minOccurs="0"/> <element ref="{}city" minOccurs="0"/> <element ref="{}price" minOccurs="0"/> <element ref="{}time" minOccurs="0"/> <element ref="{}agency" minOccurs="0"/> <element ref="{}property_type" minOccurs="0"/> <element ref="{}floor_area" minOccurs="0"/> <element ref="{}rooms" minOccurs="0"/> <element ref="{}bathrooms" minOccurs="0"/> <element ref="{}parking" minOccurs="0"/> <element ref="{}address" minOccurs="0"/> <element ref="{}city_area" minOccurs="0"/> <element ref="{}postcode" minOccurs="0"/> <element ref="{}region" minOccurs="0"/> <element ref="{}latitude" minOccurs="0"/> <element ref="{}longitude" minOccurs="0"/> <element ref="{}virtual_tour" minOccurs="0"/> <element ref="{}pictures" minOccurs="0"/> <element ref="{}plot_area" minOccurs="0"/> <element ref="{}floor_number" minOccurs="0"/> <element ref="{}orientation" minOccurs="0"/> <element ref="{}condition" minOccurs="0"/> <element ref="{}foreclosure" minOccurs="0"/> <element ref="{}mls_database" minOccurs="0"/> <element ref="{}is_furnished" minOccurs="0"/> <element ref="{}year" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
address |
protected String |
agency |
protected Double |
bathrooms |
protected String |
city |
protected String |
cityArea |
protected String |
condition |
protected String |
content |
protected Calendar |
date |
protected Calendar |
expirationDate |
protected FloorArea |
floorArea |
protected String |
floorNumber |
protected String |
foreclosure |
protected String |
id |
protected IntBool |
isFurnished |
protected TypeNew |
isNew |
protected Double |
latitude |
protected Double |
longitude |
protected String |
mlsDatabase |
protected String |
orientation |
protected IntBool |
parking |
protected Pictures |
pictures |
protected Integer |
plotArea |
protected String |
postcode |
protected Price |
price |
protected String |
propertyType |
protected String |
region |
protected Double |
rooms |
protected Calendar |
time |
protected String |
title |
protected Action |
type |
protected String |
url |
protected String |
virtualTour |
protected Integer |
year |
Constructor and Description |
---|
Ad() |
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 |
getAddress()
Gets the value of the address property.
|
String |
getAgency()
Gets the value of the agency property.
|
Double |
getBathrooms()
Gets the value of the bathrooms property.
|
String |
getCity()
Gets the value of the city property.
|
String |
getCityArea()
Gets the value of the cityArea property.
|
String |
getCondition()
Gets the value of the condition property.
|
String |
getContent()
Gets the value of the content property.
|
Calendar |
getDate()
Gets the value of the date property.
|
Calendar |
getExpirationDate()
Gets the value of the expirationDate property.
|
FloorArea |
getFloorArea()
Gets the value of the floorArea property.
|
String |
getFloorNumber()
Gets the value of the floorNumber property.
|
String |
getForeclosure()
Gets the value of the foreclosure property.
|
String |
getId()
Gets the value of the id property.
|
IntBool |
getIsFurnished()
Gets the value of the isFurnished property.
|
TypeNew |
getIsNew()
Gets the value of the isNew property.
|
Double |
getLatitude()
Gets the value of the latitude property.
|
Double |
getLongitude()
Gets the value of the longitude property.
|
String |
getMlsDatabase()
Gets the value of the mlsDatabase property.
|
String |
getOrientation()
Gets the value of the orientation property.
|
IntBool |
getParking()
Gets the value of the parking property.
|
Pictures |
getPictures()
Gets the value of the pictures property.
|
Integer |
getPlotArea()
Gets the value of the plotArea property.
|
String |
getPostcode()
Gets the value of the postcode property.
|
Price |
getPrice()
Gets the value of the price property.
|
String |
getPropertyType()
Gets the value of the propertyType property.
|
String |
getRegion()
Gets the value of the region property.
|
Double |
getRooms()
Gets the value of the rooms property.
|
Calendar |
getTime()
Gets the value of the time property.
|
String |
getTitle()
Gets the value of the title property.
|
Action |
getType()
Gets the value of the type property.
|
String |
getUrl()
Gets the value of the url property.
|
String |
getVirtualTour()
Gets the value of the virtualTour property.
|
Integer |
getYear()
Gets the value of the year property.
|
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setAgency(String value)
Sets the value of the agency property.
|
void |
setBathrooms(Double value)
Sets the value of the bathrooms property.
|
void |
setCity(String value)
Sets the value of the city property.
|
void |
setCityArea(String value)
Sets the value of the cityArea property.
|
void |
setCondition(String value)
Sets the value of the condition property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setDate(Calendar value)
Sets the value of the date property.
|
void |
setExpirationDate(Calendar value)
Sets the value of the expirationDate property.
|
void |
setFloorArea(FloorArea value)
Sets the value of the floorArea property.
|
void |
setFloorNumber(String value)
Sets the value of the floorNumber property.
|
void |
setForeclosure(String value)
Sets the value of the foreclosure property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIsFurnished(IntBool value)
Sets the value of the isFurnished property.
|
void |
setIsNew(TypeNew value)
Sets the value of the isNew property.
|
void |
setLatitude(Double value)
Sets the value of the latitude property.
|
void |
setLongitude(Double value)
Sets the value of the longitude property.
|
void |
setMlsDatabase(String value)
Sets the value of the mlsDatabase property.
|
void |
setOrientation(String value)
Sets the value of the orientation property.
|
void |
setParking(IntBool value)
Sets the value of the parking property.
|
void |
setPictures(Pictures value)
Sets the value of the pictures property.
|
void |
setPlotArea(Integer value)
Sets the value of the plotArea property.
|
void |
setPostcode(String value)
Sets the value of the postcode property.
|
void |
setPrice(Price value)
Sets the value of the price property.
|
void |
setPropertyType(String value)
Sets the value of the propertyType property.
|
void |
setRegion(String value)
Sets the value of the region property.
|
void |
setRooms(Double value)
Sets the value of the rooms property.
|
void |
setTime(Calendar value)
Sets the value of the time property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setType(Action value)
Sets the value of the type property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
void |
setVirtualTour(String value)
Sets the value of the virtualTour property.
|
void |
setYear(Integer value)
Sets the value of the year property.
|
String |
toString() |
protected String id
protected String url
protected String title
protected Action type
protected String content
protected Calendar date
protected Calendar expirationDate
protected TypeNew isNew
protected String city
protected Price price
protected Calendar time
protected String agency
protected String propertyType
protected FloorArea floorArea
protected Double rooms
protected Double bathrooms
protected IntBool parking
protected String address
protected String cityArea
protected String postcode
protected String region
protected Double latitude
protected Double longitude
protected String virtualTour
protected Pictures pictures
protected Integer plotArea
protected String floorNumber
protected String orientation
protected String condition
protected String foreclosure
protected String mlsDatabase
protected IntBool isFurnished
protected Integer year
public void setId(String value)
value
- allowed object is
String
public void setUrl(String value)
value
- allowed object is
String
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public Action getType()
String
public void setType(Action value)
value
- allowed object is
String
public String getContent()
String
public void setContent(String value)
value
- allowed object is
String
public Calendar getDate()
String
public void setDate(Calendar value)
value
- allowed object is
String
public Calendar getExpirationDate()
String
public void setExpirationDate(Calendar value)
value
- allowed object is
String
public TypeNew getIsNew()
TypeNew
public void setIsNew(TypeNew value)
value
- allowed object is
TypeNew
public String getCity()
String
public void setCity(String value)
value
- allowed object is
String
public Price getPrice()
Price
public void setPrice(Price value)
value
- allowed object is
Price
public Calendar getTime()
String
public void setTime(Calendar value)
value
- allowed object is
String
public String getAgency()
String
public void setAgency(String value)
value
- allowed object is
String
public String getPropertyType()
String
public void setPropertyType(String value)
value
- allowed object is
String
public FloorArea getFloorArea()
FloorArea
public void setFloorArea(FloorArea value)
value
- allowed object is
FloorArea
public Double getRooms()
String
public void setRooms(Double value)
value
- allowed object is
String
public Double getBathrooms()
String
public void setBathrooms(Double value)
value
- allowed object is
String
public IntBool getParking()
String
public void setParking(IntBool value)
value
- allowed object is
String
public String getAddress()
String
public void setAddress(String value)
value
- allowed object is
String
public String getCityArea()
String
public void setCityArea(String value)
value
- allowed object is
String
public String getPostcode()
String
public void setPostcode(String value)
value
- allowed object is
String
public String getRegion()
String
public void setRegion(String value)
value
- allowed object is
String
public Double getLatitude()
String
public void setLatitude(Double value)
value
- allowed object is
String
public Double getLongitude()
String
public void setLongitude(Double value)
value
- allowed object is
String
public String getVirtualTour()
String
public void setVirtualTour(String value)
value
- allowed object is
String
public Pictures getPictures()
Pictures
public void setPictures(Pictures value)
value
- allowed object is
Pictures
public Integer getPlotArea()
String
public void setPlotArea(Integer value)
value
- allowed object is
String
public String getFloorNumber()
String
public void setFloorNumber(String value)
value
- allowed object is
String
public String getOrientation()
String
public void setOrientation(String value)
value
- allowed object is
String
public String getCondition()
String
public void setCondition(String value)
value
- allowed object is
String
public String getForeclosure()
String
public void setForeclosure(String value)
value
- allowed object is
String
public String getMlsDatabase()
String
public void setMlsDatabase(String value)
value
- allowed object is
String
public IntBool getIsFurnished()
String
public void setIsFurnished(IntBool value)
value
- allowed object is
String
public Integer getYear()
String
public void setYear(Integer value)
value
- allowed object is
String
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.