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