public abstract class AbstractRealEstate extends AbstractRealEstateForList implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.ToString
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="2000"/> </restriction> </simpleType> </element> <element name="furnishingNote" minOccurs="0"> <simpleType> <restriction base="{http://rest.immobilienscout24.de/schema/common/1.0}TextField"> <maxLength value="2000"/> </restriction> </simpleType> </element> <element name="locationNote" minOccurs="0"> <simpleType> <restriction base="{http://rest.immobilienscout24.de/schema/common/1.0}TextField"> <maxLength value="2000"/> </restriction> </simpleType> </element> <element name="otherNote" minOccurs="0"> <simpleType> <restriction base="{http://rest.immobilienscout24.de/schema/common/1.0}TextField"> <maxLength value="2000"/> </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 URL |
referencePriceApiCall |
protected URL |
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.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) |
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.
|
URL |
getReferencePriceApiCall()
Gets the value of the referencePriceApiCall property.
|
URL |
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(URL value)
Sets the value of the referencePriceApiCall property.
|
void |
setReferencePriceServiceCall(URL 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
protected Integer groupNumber
protected String descriptionNote
protected String furnishingNote
protected String locationNote
protected String otherNote
protected Attachments attachments
protected URL referencePriceServiceCall
protected URL referencePriceApiCall
protected Long realEstateProjectId
public Integer getGroupNumber()
String
public void setGroupNumber(Integer value)
value
- allowed object is
String
public String getDescriptionNote()
String
public void setDescriptionNote(String value)
value
- allowed object is
String
public String getFurnishingNote()
String
public void setFurnishingNote(String value)
value
- allowed object is
String
public String getLocationNote()
String
public void setLocationNote(String value)
value
- allowed object is
String
public String getOtherNote()
String
public void setOtherNote(String value)
value
- allowed object is
String
public Attachments getAttachments()
Attachments
public void setAttachments(Attachments value)
value
- allowed object is
Attachments
public URL getReferencePriceServiceCall()
String
public void setReferencePriceServiceCall(URL value)
value
- allowed object is
String
public URL getReferencePriceApiCall()
String
public void setReferencePriceApiCall(URL value)
value
- allowed object is
String
public Long getRealEstateProjectId()
Long
public void setRealEstateProjectId(Long value)
value
- allowed object is
Long
public String toString()
toString
in class AbstractRealEstateForList
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 AbstractRealEstateForList
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 AbstractRealEstateForList
public Object clone()
clone
in class AbstractRealEstateForList
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class AbstractRealEstateForList
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 AbstractRealEstateForList
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 AbstractRealEstateForList
public boolean equals(Object object)
equals
in class AbstractRealEstateForList
Copyright © 2014 OpenEstate. All rights reserved.