public static class PublishObject.RealEstate extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="title" type="{http://rest.immobilienscout24.de/schema/common/1.0}TextField" /> <attribute name="firstActivationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Calendar |
firstActivationDate |
protected Long |
id |
protected String |
title |
Constructor and Description |
---|
PublishObject.RealEstate() |
Modifier and Type | Method and Description |
---|---|
Calendar |
getFirstActivationDate()
Gets the value of the firstActivationDate property.
|
Long |
getId()
Gets the value of the id property.
|
String |
getTitle()
Gets the value of the title property.
|
void |
setFirstActivationDate(Calendar value)
Sets the value of the firstActivationDate property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
protected Long id
protected String title
protected Calendar firstActivationDate
public void setId(Long value)
value
- allowed object is
Long
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public Calendar getFirstActivationDate()
String
Copyright © 2014 OpenEstate. All rights reserved.