public class EnergyFlowGeneral extends AbstractEnergyFlow implements java.io.Serializable
Java class for EnergyFlowGeneral complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnergyFlowGeneral">
<complexContent>
<extension base="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}AbstractEnergyFlow">
<sequence>
<element name="EnergyFlow" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}AbstractEnergyFlowInWatt"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AbstractEnergyFlowInWatt |
energyFlow |
interfaceID| Constructor and Description |
|---|
EnergyFlowGeneral() |
| Modifier and Type | Method and Description |
|---|---|
AbstractEnergyFlowInWatt |
getEnergyFlow()
Gets the value of the energyFlow property.
|
void |
setEnergyFlow(AbstractEnergyFlowInWatt value)
Sets the value of the energyFlow property.
|
getInterfaceID, setInterfaceIDprotected AbstractEnergyFlowInWatt energyFlow
public AbstractEnergyFlowInWatt getEnergyFlow()
AbstractEnergyFlowInWattpublic void setEnergyFlow(AbstractEnergyFlowInWatt value)
value - allowed object is
AbstractEnergyFlowInWatt