public static class TechnicalSystemState.StorageLoads
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InterfaceID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="StorageLoad" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}EnergyAmount"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
interfaceID |
protected EnergyAmount |
storageLoad |
| Constructor and Description |
|---|
StorageLoads() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInterfaceID()
Gets the value of the interfaceID property.
|
EnergyAmount |
getStorageLoad()
Gets the value of the storageLoad property.
|
void |
setInterfaceID(java.lang.String value)
Sets the value of the interfaceID property.
|
void |
setStorageLoad(EnergyAmount value)
Sets the value of the storageLoad property.
|
static AbstractStorageLoad |
toEOMVersion100(TechnicalSystemState.StorageLoads sl096)
Converts the current instance to an EOM version 1.00.
|
protected java.lang.String interfaceID
protected EnergyAmount storageLoad
public java.lang.String getInterfaceID()
Stringpublic void setInterfaceID(java.lang.String value)
value - allowed object is
Stringpublic EnergyAmount getStorageLoad()
EnergyAmountpublic void setStorageLoad(EnergyAmount value)
value - allowed object is
EnergyAmountpublic static AbstractStorageLoad toEOMVersion100(TechnicalSystemState.StorageLoads sl096)
sl096 - the UsageOfInterfaces in version 0.96