public static class Feed.Projects.Project.Features 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 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">
<all>
<element name="building-status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="start-date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="end-date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="specification" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="floorplanner-url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="virtual-tour" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://feed.immobiliare.it}langtxt"/>
<element name="energy-class" type="{http://feed.immobiliare.it}classEnergy"/>
<element name="energy-performance" type="{http://feed.immobiliare.it}classEnergyPerformance" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
buildingStatus |
protected Langtxt |
description |
protected Calendar |
endDate |
protected ClassEnergy |
energyClass |
protected ClassEnergyPerformance |
energyPerformance |
protected String |
floorplannerUrl |
protected String |
name |
protected String |
specification |
protected Calendar |
startDate |
protected String |
virtualTour |
| Constructor and Description |
|---|
Feed.Projects.Project.Features() |
| 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) |
Object |
createNewInstance() |
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) |
String |
getBuildingStatus()
Gets the value of the buildingStatus property.
|
Langtxt |
getDescription()
Gets the value of the description property.
|
Calendar |
getEndDate()
Gets the value of the endDate property.
|
ClassEnergy |
getEnergyClass()
Gets the value of the energyClass property.
|
ClassEnergyPerformance |
getEnergyPerformance()
Gets the value of the energyPerformance property.
|
String |
getFloorplannerUrl()
Gets the value of the floorplannerUrl property.
|
String |
getName()
Gets the value of the name property.
|
String |
getSpecification()
Gets the value of the specification property.
|
Calendar |
getStartDate()
Gets the value of the startDate property.
|
String |
getVirtualTour()
Gets the value of the virtualTour property.
|
void |
setBuildingStatus(String value)
Sets the value of the buildingStatus property.
|
void |
setDescription(Langtxt value)
Sets the value of the description property.
|
void |
setEndDate(Calendar value)
Sets the value of the endDate property.
|
void |
setEnergyClass(ClassEnergy value)
Sets the value of the energyClass property.
|
void |
setEnergyPerformance(ClassEnergyPerformance value)
Sets the value of the energyPerformance property.
|
void |
setFloorplannerUrl(String value)
Sets the value of the floorplannerUrl property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSpecification(String value)
Sets the value of the specification property.
|
void |
setStartDate(Calendar value)
Sets the value of the startDate property.
|
void |
setVirtualTour(String value)
Sets the value of the virtualTour property.
|
String |
toString() |
protected String buildingStatus
protected Calendar startDate
protected Calendar endDate
protected String name
protected String specification
protected String floorplannerUrl
protected String virtualTour
protected Langtxt description
protected ClassEnergy energyClass
protected ClassEnergyPerformance energyPerformance
public String getBuildingStatus()
Stringpublic void setBuildingStatus(String value)
value - allowed object is
Stringpublic Calendar getStartDate()
Stringpublic void setStartDate(Calendar value)
value - allowed object is
Stringpublic Calendar getEndDate()
Stringpublic void setEndDate(Calendar value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getSpecification()
Stringpublic void setSpecification(String value)
value - allowed object is
Stringpublic String getFloorplannerUrl()
Stringpublic void setFloorplannerUrl(String value)
value - allowed object is
Stringpublic String getVirtualTour()
Stringpublic void setVirtualTour(String value)
value - allowed object is
Stringpublic Langtxt getDescription()
Langtxtpublic void setDescription(Langtxt value)
value - allowed object is
Langtxtpublic ClassEnergy getEnergyClass()
ClassEnergypublic void setEnergyClass(ClassEnergy value)
value - allowed object is
ClassEnergypublic ClassEnergyPerformance getEnergyPerformance()
ClassEnergyPerformancepublic void setEnergyPerformance(ClassEnergyPerformance value)
value - allowed object is
ClassEnergyPerformancepublic 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.ToStringpublic 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.ToStringpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.EqualsCopyright © 2015 OpenEstate. All rights reserved.