@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") 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 |
|---|
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() |
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") protected String buildingStatus
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") protected Calendar startDate
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") protected Calendar endDate
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") protected String name
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") protected String specification
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") protected String floorplannerUrl
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") protected String virtualTour
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") protected Langtxt description
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") protected ClassEnergy energyClass
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") protected ClassEnergyPerformance energyPerformance
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public String getBuildingStatus()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public void setBuildingStatus(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public Calendar getStartDate()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public void setStartDate(Calendar value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public Calendar getEndDate()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public void setEndDate(Calendar value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public String getName()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public void setName(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public String getSpecification()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public void setSpecification(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public String getFloorplannerUrl()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public void setFloorplannerUrl(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public String getVirtualTour()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public void setVirtualTour(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public Langtxt getDescription()
Langtxt@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public void setDescription(Langtxt value)
value - allowed object is
Langtxt@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public ClassEnergy getEnergyClass()
ClassEnergy@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public void setEnergyClass(ClassEnergy value)
value - allowed object is
ClassEnergy@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public ClassEnergyPerformance getEnergyPerformance()
ClassEnergyPerformance@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public void setEnergyPerformance(ClassEnergyPerformance value)
value - allowed object is
ClassEnergyPerformance@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public String toString()
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public 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.ToString2@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public 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.ToString2@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public Object clone()
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public 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.CopyTo2@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:48:12+02:00", comments="JAXB RI v2.2.11") public 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 © 2018 OpenEstate. All rights reserved.