public abstract class AbstractRealEstate extends AbstractRealEstateForList
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 |
---|---|
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.
|
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
Copyright © 2014 OpenEstate. All rights reserved.