public class EnergyPerformanceCertificate 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 EnergyPerformanceCertificate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnergyPerformanceCertificate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="energyCertificateAvailability" type="{http://rest.immobilienscout24.de/schema/common/1.0}EnergyCertificateAvailability" minOccurs="0"/>
<element name="energyCertificateCreationDate" type="{http://rest.immobilienscout24.de/schema/common/1.0}EnergyCertificateCreationDate" minOccurs="0"/>
<element name="energyEfficiencyClass" type="{http://rest.immobilienscout24.de/schema/common/1.0}EnergyEfficiencyClass" minOccurs="0"/>
<element name="electricityConsumption" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0"/>
<maxInclusive value="1999.99"/>
</restriction>
</simpleType>
</element>
<element name="heatingConsumption" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0"/>
<maxInclusive value="1999.99"/>
</restriction>
</simpleType>
</element>
<element name="energyConsumptionElectricity" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0"/>
<maxInclusive value="1999.99"/>
</restriction>
</simpleType>
</element>
<element name="energyConsumptionHeating" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0"/>
<maxInclusive value="1999.99"/>
</restriction>
</simpleType>
</element>
<element name="thermalCharacteristicElectricity" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0"/>
<maxInclusive value="1999.99"/>
</restriction>
</simpleType>
</element>
<element name="thermalCharacteristicHeating" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0"/>
<maxInclusive value="1999.99"/>
</restriction>
</simpleType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
electricityConsumption |
protected EnergyCertificateAvailability |
energyCertificateAvailability |
protected EnergyCertificateCreationDate |
energyCertificateCreationDate |
protected Double |
energyConsumptionElectricity |
protected Double |
energyConsumptionHeating |
protected EnergyEfficiencyClass |
energyEfficiencyClass |
protected Double |
heatingConsumption |
protected Double |
thermalCharacteristicElectricity |
protected Double |
thermalCharacteristicHeating |
| Constructor and Description |
|---|
EnergyPerformanceCertificate() |
| 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) |
Double |
getElectricityConsumption()
Gets the value of the electricityConsumption property.
|
EnergyCertificateAvailability |
getEnergyCertificateAvailability()
Gets the value of the energyCertificateAvailability property.
|
EnergyCertificateCreationDate |
getEnergyCertificateCreationDate()
Gets the value of the energyCertificateCreationDate property.
|
Double |
getEnergyConsumptionElectricity()
Gets the value of the energyConsumptionElectricity property.
|
Double |
getEnergyConsumptionHeating()
Gets the value of the energyConsumptionHeating property.
|
EnergyEfficiencyClass |
getEnergyEfficiencyClass()
Gets the value of the energyEfficiencyClass property.
|
Double |
getHeatingConsumption()
Gets the value of the heatingConsumption property.
|
Double |
getThermalCharacteristicElectricity()
Gets the value of the thermalCharacteristicElectricity property.
|
Double |
getThermalCharacteristicHeating()
Gets the value of the thermalCharacteristicHeating property.
|
void |
setElectricityConsumption(Double value)
Sets the value of the electricityConsumption property.
|
void |
setEnergyCertificateAvailability(EnergyCertificateAvailability value)
Sets the value of the energyCertificateAvailability property.
|
void |
setEnergyCertificateCreationDate(EnergyCertificateCreationDate value)
Sets the value of the energyCertificateCreationDate property.
|
void |
setEnergyConsumptionElectricity(Double value)
Sets the value of the energyConsumptionElectricity property.
|
void |
setEnergyConsumptionHeating(Double value)
Sets the value of the energyConsumptionHeating property.
|
void |
setEnergyEfficiencyClass(EnergyEfficiencyClass value)
Sets the value of the energyEfficiencyClass property.
|
void |
setHeatingConsumption(Double value)
Sets the value of the heatingConsumption property.
|
void |
setThermalCharacteristicElectricity(Double value)
Sets the value of the thermalCharacteristicElectricity property.
|
void |
setThermalCharacteristicHeating(Double value)
Sets the value of the thermalCharacteristicHeating property.
|
String |
toString() |
protected EnergyCertificateAvailability energyCertificateAvailability
protected EnergyCertificateCreationDate energyCertificateCreationDate
protected EnergyEfficiencyClass energyEfficiencyClass
protected Double electricityConsumption
protected Double heatingConsumption
protected Double energyConsumptionElectricity
protected Double energyConsumptionHeating
protected Double thermalCharacteristicElectricity
protected Double thermalCharacteristicHeating
public EnergyCertificateAvailability getEnergyCertificateAvailability()
EnergyCertificateAvailabilitypublic void setEnergyCertificateAvailability(EnergyCertificateAvailability value)
value - allowed object is
EnergyCertificateAvailabilitypublic EnergyCertificateCreationDate getEnergyCertificateCreationDate()
EnergyCertificateCreationDatepublic void setEnergyCertificateCreationDate(EnergyCertificateCreationDate value)
value - allowed object is
EnergyCertificateCreationDatepublic EnergyEfficiencyClass getEnergyEfficiencyClass()
EnergyEfficiencyClasspublic void setEnergyEfficiencyClass(EnergyEfficiencyClass value)
value - allowed object is
EnergyEfficiencyClasspublic Double getElectricityConsumption()
Stringpublic void setElectricityConsumption(Double value)
value - allowed object is
Stringpublic Double getHeatingConsumption()
Stringpublic void setHeatingConsumption(Double value)
value - allowed object is
Stringpublic Double getEnergyConsumptionElectricity()
Stringpublic void setEnergyConsumptionElectricity(Double value)
value - allowed object is
Stringpublic Double getEnergyConsumptionHeating()
Stringpublic void setEnergyConsumptionHeating(Double value)
value - allowed object is
Stringpublic Double getThermalCharacteristicElectricity()
Stringpublic void setThermalCharacteristicElectricity(Double value)
value - allowed object is
Stringpublic Double getThermalCharacteristicHeating()
Stringpublic void setThermalCharacteristicHeating(Double value)
value - allowed object is
Stringpublic 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 © 2014 OpenEstate. All rights reserved.