public abstract class OfferRealEstateForList extends AbstractRealEstateForList implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for OfferRealEstateForList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OfferRealEstateForList">
<complexContent>
<extension base="{http://rest.immobilienscout24.de/schema/common/1.0}AbstractRealEstateForList">
<sequence>
<element name="state" type="{http://rest.immobilienscout24.de/schema/common/1.0}RealEstateState"/>
<element name="titlePicture" type="{http://rest.immobilienscout24.de/schema/common/1.0}Picture"/>
<element name="floorplan" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<sequence>
<element ref="{http://rest.immobilienscout24.de/schema/common/1.0}publishChannels" minOccurs="0"/>
</sequence>
</sequence>
<attGroup ref="{http://rest.immobilienscout24.de/schema/offer/listelement/1.0}Reference"/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Calendar |
creation |
protected Boolean |
floorplan |
protected URL |
href |
protected Calendar |
modification |
protected PublishChannels |
publishChannels |
protected Calendar |
publishDate |
protected RealEstateState |
state |
protected Picture |
titlePicture |
address, apiSearchData, creationDate, externalId, id, lastModificationDate, realEstateState, title| Constructor and Description |
|---|
OfferRealEstateForList() |
| 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) |
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) |
Calendar |
getCreation()
Gets the value of the creation property.
|
URL |
getHref()
Link zum Element.
|
Calendar |
getModification()
Gets the value of the modification property.
|
PublishChannels |
getPublishChannels()
Gets the value of the publishChannels property.
|
Calendar |
getPublishDate()
Gets the value of the publishDate property.
|
RealEstateState |
getState()
Gets the value of the state property.
|
Picture |
getTitlePicture()
Gets the value of the titlePicture property.
|
Boolean |
isFloorplan()
Gets the value of the floorplan property.
|
void |
setCreation(Calendar value)
Sets the value of the creation property.
|
void |
setFloorplan(Boolean value)
Sets the value of the floorplan property.
|
void |
setHref(URL value)
Sets the value of the href property.
|
void |
setModification(Calendar value)
Sets the value of the modification property.
|
void |
setPublishChannels(PublishChannels value)
Sets the value of the publishChannels property.
|
void |
setPublishDate(Calendar value)
Sets the value of the publishDate property.
|
void |
setState(RealEstateState value)
Sets the value of the state property.
|
void |
setTitlePicture(Picture value)
Sets the value of the titlePicture property.
|
String |
toString() |
getAddress, getApiSearchData, getCreationDate, getExternalId, getId, getLastModificationDate, getRealEstateState, getTitle, setAddress, setApiSearchData, setCreationDate, setExternalId, setId, setLastModificationDate, setRealEstateState, setTitleprotected RealEstateState state
protected Picture titlePicture
protected Boolean floorplan
protected PublishChannels publishChannels
protected URL href
protected Calendar modification
protected Calendar creation
protected Calendar publishDate
public RealEstateState getState()
RealEstateStatepublic void setState(RealEstateState value)
value - allowed object is
RealEstateStatepublic Picture getTitlePicture()
Picturepublic void setTitlePicture(Picture value)
value - allowed object is
Picturepublic Boolean isFloorplan()
Booleanpublic void setFloorplan(Boolean value)
value - allowed object is
Booleanpublic PublishChannels getPublishChannels()
PublishChannelspublic void setPublishChannels(PublishChannels value)
value - allowed object is
PublishChannelspublic void setHref(URL value)
value - allowed object is
Stringpublic Calendar getModification()
Stringpublic void setModification(Calendar value)
value - allowed object is
Stringpublic Calendar getCreation()
Stringpublic void setCreation(Calendar value)
value - allowed object is
Stringpublic Calendar getPublishDate()
Stringpublic void setPublishDate(Calendar value)
value - allowed object is
Stringpublic String toString()
toString in class AbstractRealEstateForListpublic 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.ToString2append in class AbstractRealEstateForListpublic 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.ToString2appendFields in class AbstractRealEstateForListpublic Object clone()
clone in class AbstractRealEstateForListpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractRealEstateForListpublic 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.CopyTo2copyTo in class AbstractRealEstateForListpublic 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.Equals2equals in class AbstractRealEstateForListpublic boolean equals(Object object)
equals in class AbstractRealEstateForListCopyright © 2016 OpenEstate. All rights reserved.