public abstract class AbstractRealEstateForList extends Object
Java class for AbstractRealEstateForList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractRealEstateForList"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="externalId" type="{http://rest.immobilienscout24.de/schema/common/1.0}TextField" minOccurs="0"/> <element name="title"> <simpleType> <restriction base="{http://rest.immobilienscout24.de/schema/common/1.0}TextField"> <maxLength value="100"/> </restriction> </simpleType> </element> <element name="creationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="lastModificationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="address" type="{http://rest.immobilienscout24.de/schema/common/1.0}Wgs84Address"/> <element name="apiSearchData" type="{http://rest.immobilienscout24.de/schema/common/1.0}ApiSearchData" minOccurs="0"/> <element name="realEstateState" type="{http://rest.immobilienscout24.de/schema/common/1.0}RealEstateState" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Wgs84Address |
address |
protected ApiSearchData |
apiSearchData |
protected Calendar |
creationDate |
protected String |
externalId |
protected Long |
id |
protected Calendar |
lastModificationDate |
protected RealEstateState |
realEstateState |
protected String |
title |
Constructor and Description |
---|
AbstractRealEstateForList() |
Modifier and Type | Method and Description |
---|---|
Wgs84Address |
getAddress()
Gets the value of the address property.
|
ApiSearchData |
getApiSearchData()
Gets the value of the apiSearchData property.
|
Calendar |
getCreationDate()
Gets the value of the creationDate property.
|
String |
getExternalId()
Gets the value of the externalId property.
|
Long |
getId()
Gets the value of the id property.
|
Calendar |
getLastModificationDate()
Gets the value of the lastModificationDate property.
|
RealEstateState |
getRealEstateState()
Gets the value of the realEstateState property.
|
String |
getTitle()
Gets the value of the title property.
|
void |
setAddress(Wgs84Address value)
Sets the value of the address property.
|
void |
setApiSearchData(ApiSearchData value)
Sets the value of the apiSearchData property.
|
void |
setCreationDate(Calendar value)
Sets the value of the creationDate property.
|
void |
setExternalId(String value)
Sets the value of the externalId property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setLastModificationDate(Calendar value)
Sets the value of the lastModificationDate property.
|
void |
setRealEstateState(RealEstateState value)
Sets the value of the realEstateState property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
protected String externalId
protected String title
protected Calendar creationDate
protected Calendar lastModificationDate
protected Wgs84Address address
protected ApiSearchData apiSearchData
protected RealEstateState realEstateState
protected Long id
public String getExternalId()
String
public void setExternalId(String value)
value
- allowed object is
String
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public Calendar getCreationDate()
String
public void setCreationDate(Calendar value)
value
- allowed object is
String
public Calendar getLastModificationDate()
String
public void setLastModificationDate(Calendar value)
value
- allowed object is
String
public Wgs84Address getAddress()
Wgs84Address
public void setAddress(Wgs84Address value)
value
- allowed object is
Wgs84Address
public ApiSearchData getApiSearchData()
ApiSearchData
public void setApiSearchData(ApiSearchData value)
value
- allowed object is
ApiSearchData
public RealEstateState getRealEstateState()
RealEstateState
public void setRealEstateState(RealEstateState value)
value
- allowed object is
RealEstateState
Copyright © 2014 OpenEstate. All rights reserved.