public static class Feed.Projects.Project.Features extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.ToString2
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.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 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.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2Copyright © 2017 OpenEstate. All rights reserved.