@Deprecated
public class EnergyMeasurement
extends java.lang.Object
implements java.io.Serializable
Java class for EnergyMeasurement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnergyMeasurement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PointInTime" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="EnergyFlow" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}EnergyFlowInWatt"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EnergyFlowInWatt |
energyFlow
Deprecated.
|
protected long |
pointInTime
Deprecated.
|
| Constructor and Description |
|---|
EnergyMeasurement()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
EnergyFlowInWatt |
getEnergyFlow()
Deprecated.
Gets the value of the energyFlow property.
|
long |
getPointInTime()
Deprecated.
Gets the value of the pointInTime property.
|
void |
setEnergyFlow(EnergyFlowInWatt value)
Deprecated.
Sets the value of the energyFlow property.
|
void |
setPointInTime(long value)
Deprecated.
Sets the value of the pointInTime property.
|
protected long pointInTime
protected EnergyFlowInWatt energyFlow
public long getPointInTime()
public void setPointInTime(long value)
public EnergyFlowInWatt getEnergyFlow()
EnergyFlowInWattpublic void setEnergyFlow(EnergyFlowInWatt value)
value - allowed object is
EnergyFlowInWatt