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, referencePriceServiceCall
address, 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, setReferencePriceServiceCall
getAddress, getApiSearchData, getCreationDate, getExternalId, getId, getLastModificationDate, getRealEstateState, getTitle, setAddress, setApiSearchData, setCreationDate, setExternalId, setId, setLastModificationDate, setRealEstateState, setTitle
protected boolean showAddress
protected RealEstate.Contact contact
protected PublishChannels publishChannels
public boolean isShowAddress()
public void setShowAddress(boolean value)
public RealEstate.Contact getContact()
RealEstate.Contact
public void setContact(RealEstate.Contact value)
value
- allowed object is
RealEstate.Contact
public PublishChannels getPublishChannels()
PublishChannels
public void setPublishChannels(PublishChannels value)
value
- allowed object is
PublishChannels
Copyright © 2014 OpenEstate. All rights reserved.