public class StorageLoadEnergy extends AbstractStorageLoad implements java.io.Serializable
Java class for StorageLoadEnergy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StorageLoadEnergy">
<complexContent>
<extension base="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}AbstractStorageLoad">
<sequence>
<element name="StorageLoad" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}EnergyAmount"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EnergyAmount |
storageLoad |
idStorageLoad, interfaceID| Constructor and Description |
|---|
StorageLoadEnergy() |
| Modifier and Type | Method and Description |
|---|---|
EnergyAmount |
getStorageLoad()
Gets the value of the storageLoad property.
|
void |
setStorageLoad(EnergyAmount value)
Sets the value of the storageLoad property.
|
getIdStorageLoad, getInterfaceID, setIdStorageLoad, setInterfaceIDprotected EnergyAmount storageLoad
public EnergyAmount getStorageLoad()
EnergyAmountpublic void setStorageLoad(EnergyAmount value)
value - allowed object is
EnergyAmount