public abstract class RealEstate extends AbstractRealEstate implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.ToString
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 |
---|---|
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) |
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) |
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.
|
String |
toString() |
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
public String toString()
toString
in class AbstractRealEstate
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
append
in class AbstractRealEstate
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
appendFields
in class AbstractRealEstate
public Object clone()
clone
in class AbstractRealEstate
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class AbstractRealEstate
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
copyTo
in class AbstractRealEstate
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
equals
in class AbstractRealEstate
public boolean equals(Object object)
equals
in class AbstractRealEstate
Copyright © 2014 OpenEstate. All rights reserved.