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 BigDecimal |
electricityConsumption |
protected EnergyCertificateAvailability |
energyCertificateAvailability |
protected EnergyCertificateCreationDate |
energyCertificateCreationDate |
protected BigDecimal |
energyConsumptionElectricity |
protected BigDecimal |
energyConsumptionHeating |
protected EnergyEfficiencyClass |
energyEfficiencyClass |
protected BigDecimal |
heatingConsumption |
protected BigDecimal |
thermalCharacteristicElectricity |
protected BigDecimal |
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) |
BigDecimal |
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.
|
BigDecimal |
getEnergyConsumptionElectricity()
Gets the value of the energyConsumptionElectricity property.
|
BigDecimal |
getEnergyConsumptionHeating()
Gets the value of the energyConsumptionHeating property.
|
EnergyEfficiencyClass |
getEnergyEfficiencyClass()
Gets the value of the energyEfficiencyClass property.
|
BigDecimal |
getHeatingConsumption()
Gets the value of the heatingConsumption property.
|
BigDecimal |
getThermalCharacteristicElectricity()
Gets the value of the thermalCharacteristicElectricity property.
|
BigDecimal |
getThermalCharacteristicHeating()
Gets the value of the thermalCharacteristicHeating property.
|
void |
setElectricityConsumption(BigDecimal 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(BigDecimal value)
Sets the value of the energyConsumptionElectricity property.
|
void |
setEnergyConsumptionHeating(BigDecimal value)
Sets the value of the energyConsumptionHeating property.
|
void |
setEnergyEfficiencyClass(EnergyEfficiencyClass value)
Sets the value of the energyEfficiencyClass property.
|
void |
setHeatingConsumption(BigDecimal value)
Sets the value of the heatingConsumption property.
|
void |
setThermalCharacteristicElectricity(BigDecimal value)
Sets the value of the thermalCharacteristicElectricity property.
|
void |
setThermalCharacteristicHeating(BigDecimal value)
Sets the value of the thermalCharacteristicHeating property.
|
String |
toString() |
protected EnergyCertificateAvailability energyCertificateAvailability
protected EnergyCertificateCreationDate energyCertificateCreationDate
protected EnergyEfficiencyClass energyEfficiencyClass
protected BigDecimal electricityConsumption
protected BigDecimal heatingConsumption
protected BigDecimal energyConsumptionElectricity
protected BigDecimal energyConsumptionHeating
protected BigDecimal thermalCharacteristicElectricity
protected BigDecimal 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 BigDecimal getElectricityConsumption()
Stringpublic void setElectricityConsumption(BigDecimal value)
value - allowed object is
Stringpublic BigDecimal getHeatingConsumption()
Stringpublic void setHeatingConsumption(BigDecimal value)
value - allowed object is
Stringpublic BigDecimal getEnergyConsumptionElectricity()
Stringpublic void setEnergyConsumptionElectricity(BigDecimal value)
value - allowed object is
Stringpublic BigDecimal getEnergyConsumptionHeating()
Stringpublic void setEnergyConsumptionHeating(BigDecimal value)
value - allowed object is
Stringpublic BigDecimal getThermalCharacteristicElectricity()
Stringpublic void setThermalCharacteristicElectricity(BigDecimal value)
value - allowed object is
Stringpublic BigDecimal getThermalCharacteristicHeating()
Stringpublic void setThermalCharacteristicHeating(BigDecimal 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 © 2015 OpenEstate. All rights reserved.