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()
EnergyCertificateAvailability
public void setEnergyCertificateAvailability(EnergyCertificateAvailability value)
value
- allowed object is
EnergyCertificateAvailability
public EnergyCertificateCreationDate getEnergyCertificateCreationDate()
EnergyCertificateCreationDate
public void setEnergyCertificateCreationDate(EnergyCertificateCreationDate value)
value
- allowed object is
EnergyCertificateCreationDate
public EnergyEfficiencyClass getEnergyEfficiencyClass()
EnergyEfficiencyClass
public void setEnergyEfficiencyClass(EnergyEfficiencyClass value)
value
- allowed object is
EnergyEfficiencyClass
public Double getElectricityConsumption()
String
public void setElectricityConsumption(Double value)
value
- allowed object is
String
public Double getHeatingConsumption()
String
public void setHeatingConsumption(Double value)
value
- allowed object is
String
public Double getEnergyConsumptionElectricity()
String
public void setEnergyConsumptionElectricity(Double value)
value
- allowed object is
String
public Double getEnergyConsumptionHeating()
String
public void setEnergyConsumptionHeating(Double value)
value
- allowed object is
String
public Double getThermalCharacteristicElectricity()
String
public void setThermalCharacteristicElectricity(Double value)
value
- allowed object is
String
public Double getThermalCharacteristicHeating()
String
public void setThermalCharacteristicHeating(Double value)
value
- allowed object is
String
public 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.ToString
public 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.ToString
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.Equals
Copyright © 2014 OpenEstate. All rights reserved.