public class UsageOfInterfaceEnergy extends AbstractUsageOfInterface implements java.io.Serializable
Java class for UsageOfInterfaceEnergy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UsageOfInterfaceEnergy">
<complexContent>
<extension base="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}AbstractUsageOfInterface">
<sequence>
<element name="EnergyFlow" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}EnergyFlowInWatt"/>
<element name="EnergyAmountCumulated" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}EnergyAmount"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EnergyAmount |
energyAmountCumulated |
protected EnergyFlowInWatt |
energyFlow |
costsCumulated, idInterfaceUsage, interfaceID| Constructor and Description |
|---|
UsageOfInterfaceEnergy() |
| Modifier and Type | Method and Description |
|---|---|
EnergyAmount |
getEnergyAmountCumulated()
Gets the value of the energyAmountCumulated property.
|
EnergyFlowInWatt |
getEnergyFlow()
Gets the value of the energyFlow property.
|
void |
setEnergyAmountCumulated(EnergyAmount value)
Sets the value of the energyAmountCumulated property.
|
void |
setEnergyFlow(EnergyFlowInWatt value)
Sets the value of the energyFlow property.
|
getCostsCumulated, getIdInterfaceUsage, getInterfaceID, setCostsCumulated, setIdInterfaceUsage, setInterfaceIDprotected EnergyFlowInWatt energyFlow
protected EnergyAmount energyAmountCumulated
public EnergyFlowInWatt getEnergyFlow()
EnergyFlowInWattpublic void setEnergyFlow(EnergyFlowInWatt value)
value - allowed object is
EnergyFlowInWattpublic EnergyAmount getEnergyAmountCumulated()
EnergyAmountpublic void setEnergyAmountCumulated(EnergyAmount value)
value - allowed object is
EnergyAmount