public class Ad 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 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 BigDecimal |
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 BigDecimal |
latitude |
protected BigDecimal |
longitude |
protected String |
mlsDatabase |
protected String |
orientation |
protected IntBool |
parking |
protected Pictures |
pictures |
protected BigInteger |
plotArea |
protected String |
postcode |
protected Price |
price |
protected String |
propertyType |
protected String |
region |
protected BigDecimal |
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.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) |
String |
getAddress()
Gets the value of the address property.
|
String |
getAgency()
Gets the value of the agency property.
|
BigDecimal |
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.
|
BigDecimal |
getLatitude()
Gets the value of the latitude property.
|
BigDecimal |
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.
|
BigInteger |
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.
|
BigDecimal |
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(BigDecimal 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(BigDecimal value)
Sets the value of the latitude property.
|
void |
setLongitude(BigDecimal 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(BigInteger 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(BigDecimal 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 BigDecimal rooms
protected BigDecimal bathrooms
protected IntBool parking
protected String address
protected String cityArea
protected String postcode
protected String region
protected BigDecimal latitude
protected BigDecimal longitude
protected String virtualTour
protected Pictures pictures
protected BigInteger 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
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic Action getType()
Stringpublic void setType(Action value)
value - allowed object is
Stringpublic String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic Calendar getDate()
Stringpublic void setDate(Calendar value)
value - allowed object is
Stringpublic Calendar getExpirationDate()
Stringpublic void setExpirationDate(Calendar value)
value - allowed object is
Stringpublic TypeNew getIsNew()
TypeNewpublic void setIsNew(TypeNew value)
value - allowed object is
TypeNewpublic String getCity()
Stringpublic void setCity(String value)
value - allowed object is
Stringpublic Price getPrice()
Pricepublic void setPrice(Price value)
value - allowed object is
Pricepublic Calendar getTime()
Stringpublic void setTime(Calendar value)
value - allowed object is
Stringpublic String getAgency()
Stringpublic void setAgency(String value)
value - allowed object is
Stringpublic String getPropertyType()
Stringpublic void setPropertyType(String value)
value - allowed object is
Stringpublic FloorArea getFloorArea()
FloorAreapublic void setFloorArea(FloorArea value)
value - allowed object is
FloorAreapublic BigDecimal getRooms()
Stringpublic void setRooms(BigDecimal value)
value - allowed object is
Stringpublic BigDecimal getBathrooms()
Stringpublic void setBathrooms(BigDecimal value)
value - allowed object is
Stringpublic IntBool getParking()
Stringpublic void setParking(IntBool value)
value - allowed object is
Stringpublic String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic String getCityArea()
Stringpublic void setCityArea(String value)
value - allowed object is
Stringpublic String getPostcode()
Stringpublic void setPostcode(String value)
value - allowed object is
Stringpublic String getRegion()
Stringpublic void setRegion(String value)
value - allowed object is
Stringpublic BigDecimal getLatitude()
Stringpublic void setLatitude(BigDecimal value)
value - allowed object is
Stringpublic BigDecimal getLongitude()
Stringpublic void setLongitude(BigDecimal value)
value - allowed object is
Stringpublic String getVirtualTour()
Stringpublic void setVirtualTour(String value)
value - allowed object is
Stringpublic Pictures getPictures()
Picturespublic void setPictures(Pictures value)
value - allowed object is
Picturespublic BigInteger getPlotArea()
Stringpublic void setPlotArea(BigInteger value)
value - allowed object is
Stringpublic String getFloorNumber()
Stringpublic void setFloorNumber(String value)
value - allowed object is
Stringpublic String getOrientation()
Stringpublic void setOrientation(String value)
value - allowed object is
Stringpublic String getCondition()
Stringpublic void setCondition(String value)
value - allowed object is
Stringpublic String getForeclosure()
Stringpublic void setForeclosure(String value)
value - allowed object is
Stringpublic String getMlsDatabase()
Stringpublic void setMlsDatabase(String value)
value - allowed object is
Stringpublic IntBool getIsFurnished()
Stringpublic void setIsFurnished(IntBool value)
value - allowed object is
Stringpublic Integer getYear()
Stringpublic void setYear(Integer value)
value - allowed object is
Stringpublic 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.ToString2public 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.ToString2public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public 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.CopyTo2public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2public 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 © 2017 OpenEstate. All rights reserved.