@Deprecated public class StorageInterface extends TechnicalInterface implements java.io.Serializable
Java class for StorageInterface complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StorageInterface">
<complexContent>
<extension base="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}TechnicalInterface">
<sequence>
<element name="Capacity" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}EnergyAmount"/>
<element name="CurrentLoad" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}EnergyAmount"/>
<element name="StateIdentifier" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="StateIdentifierPrecision" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EnergyAmount |
capacity
Deprecated.
|
protected EnergyAmount |
currentLoad
Deprecated.
|
protected boolean |
stateIdentifier
Deprecated.
|
protected double |
stateIdentifierPrecision
Deprecated.
|
connectivity, costRelevant, description, domainModel, energyCarrier, interfaceID| Constructor and Description |
|---|
StorageInterface()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
EnergyAmount |
getCapacity()
Deprecated.
Gets the value of the capacity property.
|
EnergyAmount |
getCurrentLoad()
Deprecated.
Gets the value of the currentLoad property.
|
double |
getStateIdentifierPrecision()
Deprecated.
Gets the value of the stateIdentifierPrecision property.
|
boolean |
isStateIdentifier()
Deprecated.
Gets the value of the stateIdentifier property.
|
void |
setCapacity(EnergyAmount value)
Deprecated.
Sets the value of the capacity property.
|
void |
setCurrentLoad(EnergyAmount value)
Deprecated.
Sets the value of the currentLoad property.
|
void |
setStateIdentifier(boolean value)
Deprecated.
Sets the value of the stateIdentifier property.
|
void |
setStateIdentifierPrecision(double value)
Deprecated.
Sets the value of the stateIdentifierPrecision property.
|
getConnectivity, getDescription, getDomainModel, getEnergyCarrier, getInterfaceID, isCostRelevant, setConnectivity, setCostRelevant, setDescription, setDomainModel, setEnergyCarrier, setInterfaceIDprotected EnergyAmount capacity
protected EnergyAmount currentLoad
protected boolean stateIdentifier
protected double stateIdentifierPrecision
public EnergyAmount getCapacity()
EnergyAmountpublic void setCapacity(EnergyAmount value)
value - allowed object is
EnergyAmountpublic EnergyAmount getCurrentLoad()
EnergyAmountpublic void setCurrentLoad(EnergyAmount value)
value - allowed object is
EnergyAmountpublic boolean isStateIdentifier()
public void setStateIdentifier(boolean value)
public double getStateIdentifierPrecision()
public void setStateIdentifierPrecision(double value)