@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public abstract class AbstractRealEstate extends AbstractRealEstateForList implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for AbstractRealEstate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractRealEstate">
<complexContent>
<extension base="{http://rest.immobilienscout24.de/schema/common/1.0}AbstractRealEstateForList">
<sequence>
<element name="groupNumber" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
<maxInclusive value="2147483647"/>
</restriction>
</simpleType>
</element>
<element name="descriptionNote" minOccurs="0">
<simpleType>
<restriction base="{http://rest.immobilienscout24.de/schema/common/1.0}TextField">
<maxLength value="3999"/>
</restriction>
</simpleType>
</element>
<element name="furnishingNote" minOccurs="0">
<simpleType>
<restriction base="{http://rest.immobilienscout24.de/schema/common/1.0}TextField">
<maxLength value="3999"/>
</restriction>
</simpleType>
</element>
<element name="locationNote" minOccurs="0">
<simpleType>
<restriction base="{http://rest.immobilienscout24.de/schema/common/1.0}TextField">
<maxLength value="3999"/>
</restriction>
</simpleType>
</element>
<element name="otherNote" minOccurs="0">
<simpleType>
<restriction base="{http://rest.immobilienscout24.de/schema/common/1.0}TextField">
<maxLength value="3999"/>
</restriction>
</simpleType>
</element>
<element name="attachments" type="{http://rest.immobilienscout24.de/schema/common/1.0}Attachments" minOccurs="0"/>
<element name="referencePriceServiceCall" type="{http://rest.immobilienscout24.de/schema/common/1.0}uri" minOccurs="0"/>
<element name="referencePriceApiCall" type="{http://rest.immobilienscout24.de/schema/common/1.0}uri" minOccurs="0"/>
<element name="realEstateProjectId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Attachments |
attachments |
protected String |
descriptionNote |
protected String |
furnishingNote |
protected Integer |
groupNumber |
protected String |
locationNote |
protected String |
otherNote |
protected Long |
realEstateProjectId |
protected URI |
referencePriceApiCall |
protected URI |
referencePriceServiceCall |
address, apiSearchData, creationDate, externalId, id, lastModificationDate, realEstateState, title| Constructor and Description |
|---|
AbstractRealEstate() |
| 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) |
Attachments |
getAttachments()
Gets the value of the attachments property.
|
String |
getDescriptionNote()
Gets the value of the descriptionNote property.
|
String |
getFurnishingNote()
Gets the value of the furnishingNote property.
|
Integer |
getGroupNumber()
Gets the value of the groupNumber property.
|
String |
getLocationNote()
Gets the value of the locationNote property.
|
String |
getOtherNote()
Gets the value of the otherNote property.
|
Long |
getRealEstateProjectId()
Gets the value of the realEstateProjectId property.
|
URI |
getReferencePriceApiCall()
Gets the value of the referencePriceApiCall property.
|
URI |
getReferencePriceServiceCall()
Gets the value of the referencePriceServiceCall property.
|
void |
setAttachments(Attachments value)
Sets the value of the attachments property.
|
void |
setDescriptionNote(String value)
Sets the value of the descriptionNote property.
|
void |
setFurnishingNote(String value)
Sets the value of the furnishingNote property.
|
void |
setGroupNumber(Integer value)
Sets the value of the groupNumber property.
|
void |
setLocationNote(String value)
Sets the value of the locationNote property.
|
void |
setOtherNote(String value)
Sets the value of the otherNote property.
|
void |
setRealEstateProjectId(Long value)
Sets the value of the realEstateProjectId property.
|
void |
setReferencePriceApiCall(URI value)
Sets the value of the referencePriceApiCall property.
|
void |
setReferencePriceServiceCall(URI value)
Sets the value of the referencePriceServiceCall property.
|
String |
toString() |
getAddress, getApiSearchData, getCreationDate, getExternalId, getId, getLastModificationDate, getRealEstateState, getTitle, setAddress, setApiSearchData, setCreationDate, setExternalId, setId, setLastModificationDate, setRealEstateState, setTitle@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected Integer groupNumber
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected String descriptionNote
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected String furnishingNote
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected String locationNote
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected String otherNote
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected Attachments attachments
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected URI referencePriceServiceCall
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected URI referencePriceApiCall
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected Long realEstateProjectId
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public Integer getGroupNumber()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setGroupNumber(Integer value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public String getDescriptionNote()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setDescriptionNote(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public String getFurnishingNote()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setFurnishingNote(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public String getLocationNote()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setLocationNote(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public String getOtherNote()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setOtherNote(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public Attachments getAttachments()
Attachments@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setAttachments(Attachments value)
value - allowed object is
Attachments@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public URI getReferencePriceServiceCall()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setReferencePriceServiceCall(URI value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public URI getReferencePriceApiCall()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setReferencePriceApiCall(URI value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public Long getRealEstateProjectId()
Long@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setRealEstateProjectId(Long value)
value - allowed object is
Long@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public String toString()
toString in class AbstractRealEstateForList@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public 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 AbstractRealEstateForList@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public 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 AbstractRealEstateForList@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public Object clone()
clone in class AbstractRealEstateForList@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractRealEstateForList@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public 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 AbstractRealEstateForList@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public 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 AbstractRealEstateForList@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
equals in class AbstractRealEstateForListCopyright © 2018 OpenEstate. All rights reserved.