public abstract class RealEstate extends AbstractRealEstate
Java class for RealEstate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RealEstate">
<complexContent>
<extension base="{http://rest.immobilienscout24.de/schema/common/1.0}AbstractRealEstate">
<sequence>
<element name="showAddress" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="contact" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="externalId" type="{http://rest.immobilienscout24.de/schema/common/1.0}TextField" />
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{http://rest.immobilienscout24.de/schema/common/1.0}publishChannels" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RealEstate.Contact
Verweis auf einen Anbieterkontakt.
|
| Modifier and Type | Field and Description |
|---|---|
protected RealEstate.Contact |
contact |
protected PublishChannels |
publishChannels |
protected boolean |
showAddress |
attachments, descriptionNote, furnishingNote, groupNumber, locationNote, otherNote, realEstateProjectId, referencePriceApiCall, referencePriceServiceCalladdress, apiSearchData, creationDate, externalId, id, lastModificationDate, realEstateState, title| Constructor and Description |
|---|
RealEstate() |
| Modifier and Type | Method and Description |
|---|---|
RealEstate.Contact |
getContact()
Gets the value of the contact property.
|
PublishChannels |
getPublishChannels()
Gets the value of the publishChannels property.
|
boolean |
isShowAddress()
Gets the value of the showAddress property.
|
void |
setContact(RealEstate.Contact value)
Sets the value of the contact property.
|
void |
setPublishChannels(PublishChannels value)
Sets the value of the publishChannels property.
|
void |
setShowAddress(boolean value)
Sets the value of the showAddress property.
|
getAttachments, getDescriptionNote, getFurnishingNote, getGroupNumber, getLocationNote, getOtherNote, getRealEstateProjectId, getReferencePriceApiCall, getReferencePriceServiceCall, setAttachments, setDescriptionNote, setFurnishingNote, setGroupNumber, setLocationNote, setOtherNote, setRealEstateProjectId, setReferencePriceApiCall, setReferencePriceServiceCallgetAddress, getApiSearchData, getCreationDate, getExternalId, getId, getLastModificationDate, getRealEstateState, getTitle, setAddress, setApiSearchData, setCreationDate, setExternalId, setId, setLastModificationDate, setRealEstateState, setTitleprotected boolean showAddress
protected RealEstate.Contact contact
protected PublishChannels publishChannels
public boolean isShowAddress()
public void setShowAddress(boolean value)
public RealEstate.Contact getContact()
RealEstate.Contactpublic void setContact(RealEstate.Contact value)
value - allowed object is
RealEstate.Contactpublic PublishChannels getPublishChannels()
PublishChannelspublic void setPublishChannels(PublishChannels value)
value - allowed object is
PublishChannelsCopyright © 2014 OpenEstate. All rights reserved.