public class StorageCapacityEnergy extends AbstractStorageCapacity implements java.io.Serializable
Java class for StorageCapacityEnergy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StorageCapacityEnergy">
<complexContent>
<extension base="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}AbstractStorageCapacity">
<sequence>
<element name="Capacity" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}EnergyAmount"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EnergyAmount |
capacity |
domain, idStorageCapacity| Constructor and Description |
|---|
StorageCapacityEnergy() |
| Modifier and Type | Method and Description |
|---|---|
EnergyAmount |
getCapacity()
Gets the value of the capacity property.
|
void |
setCapacity(EnergyAmount value)
Sets the value of the capacity property.
|
getDomain, getIdStorageCapacity, setDomain, setIdStorageCapacityprotected EnergyAmount capacity
public EnergyAmount getCapacity()
EnergyAmountpublic void setCapacity(EnergyAmount value)
value - allowed object is
EnergyAmount