public class EnergyMeasurement extends AbstractMeasurement 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>
<extension base="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}AbstractMeasurement">
<sequence>
<element name="EnergyFlow" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}EnergyFlowInWatt"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EnergyFlowInWatt |
energyFlow |
pointInTime| Constructor and Description |
|---|
EnergyMeasurement() |
| Modifier and Type | Method and Description |
|---|---|
EnergyFlowInWatt |
getEnergyFlow()
Gets the value of the energyFlow property.
|
void |
setEnergyFlow(EnergyFlowInWatt value)
Sets the value of the energyFlow property.
|
getPointInTime, setPointInTimeprotected EnergyFlowInWatt energyFlow
public EnergyFlowInWatt getEnergyFlow()
EnergyFlowInWattpublic void setEnergyFlow(EnergyFlowInWatt value)
value - allowed object is
EnergyFlowInWatt