public abstract class AbstractRealEstateForList extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.ToString
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 |
---|---|
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) |
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.
|
String |
toString() |
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
public void setId(Long value)
value
- allowed object is
Long
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
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
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
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
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
Copyright © 2014 OpenEstate. All rights reserved.