@Deprecated public class TechnicalSystemState extends TechnicalSystemStateTime implements java.io.Serializable
Java class for TechnicalSystemState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TechnicalSystemState"> <complexContent> <extension base="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}TechnicalSystemStateTime"> <sequence> <element name="ConfigID" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="StateID" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="StateTime" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="StateTimeFormat" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}TimeUnit"/> <element name="IOlist" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}FixedVariable" maxOccurs="unbounded"/> <element name="UsageOfInterfaces" maxOccurs="unbounded"> <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="EnergyCarrier" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}EnergyCarrier"/> <element name="EnergyFlow" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}EnergyFlowInWatt"/> <element name="EnergyAmountCumulated" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}EnergyAmount"/> <element name="CostsCumulated" type="{http://www.w3.org/2001/XMLSchema}double"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="StorageLoads" maxOccurs="unbounded"> <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> </element> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
TechnicalSystemState.StorageLoads
Deprecated.
Java class for anonymous complex type.
|
static class |
TechnicalSystemState.UsageOfInterfaces
Deprecated.
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
configID
Deprecated.
|
protected java.util.List<FixedVariable> |
iOlist
Deprecated.
|
protected java.lang.String |
stateID
Deprecated.
|
protected long |
stateTime
Deprecated.
|
protected TimeUnit |
stateTimeFormat
Deprecated.
|
protected java.util.List<TechnicalSystemState.StorageLoads> |
storageLoads
Deprecated.
|
protected java.util.List<TechnicalSystemState.UsageOfInterfaces> |
usageOfInterfaces
Deprecated.
|
description, globalTime
Constructor and Description |
---|
TechnicalSystemState()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConfigID()
Deprecated.
Gets the value of the configID property.
|
java.util.List<FixedVariable> |
getIOlist()
Deprecated.
Gets the value of the iOlist property.
|
java.lang.String |
getStateID()
Deprecated.
Gets the value of the stateID property.
|
long |
getStateTime()
Deprecated.
Gets the value of the stateTime property.
|
TimeUnit |
getStateTimeFormat()
Deprecated.
Gets the value of the stateTimeFormat property.
|
java.util.List<TechnicalSystemState.StorageLoads> |
getStorageLoads()
Deprecated.
Gets the value of the storageLoads property.
|
java.util.List<TechnicalSystemState.UsageOfInterfaces> |
getUsageOfInterfaces()
Deprecated.
Gets the value of the usageOfInterfaces property.
|
void |
setConfigID(java.lang.String value)
Deprecated.
Sets the value of the configID property.
|
void |
setStateID(java.lang.String value)
Deprecated.
Sets the value of the stateID property.
|
void |
setStateTime(long value)
Deprecated.
Sets the value of the stateTime property.
|
void |
setStateTimeFormat(TimeUnit value)
Deprecated.
Sets the value of the stateTimeFormat property.
|
static TechnicalSystemState |
toEOMVersion100(TechnicalSystemStateTime tsst096)
Deprecated.
Converts the current instance to an EOM version 1.00.
|
getDescription, getGlobalTime, setDescription, setGlobalTime
protected java.lang.String configID
protected java.lang.String stateID
protected long stateTime
protected TimeUnit stateTimeFormat
protected java.util.List<FixedVariable> iOlist
protected java.util.List<TechnicalSystemState.UsageOfInterfaces> usageOfInterfaces
protected java.util.List<TechnicalSystemState.StorageLoads> storageLoads
public java.lang.String getConfigID()
String
public void setConfigID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getStateID()
String
public void setStateID(java.lang.String value)
value
- allowed object is
String
public long getStateTime()
public void setStateTime(long value)
public TimeUnit getStateTimeFormat()
TimeUnit
public void setStateTimeFormat(TimeUnit value)
value
- allowed object is
TimeUnit
public java.util.List<FixedVariable> getIOlist()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the iOlist property.
For example, to add a new item, do as follows:
getIOlist().add(newItem);
Objects of the following type(s) are allowed in the list
FixedVariable
public java.util.List<TechnicalSystemState.UsageOfInterfaces> getUsageOfInterfaces()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the usageOfInterfaces property.
For example, to add a new item, do as follows:
getUsageOfInterfaces().add(newItem);
Objects of the following type(s) are allowed in the list
TechnicalSystemState.UsageOfInterfaces
public java.util.List<TechnicalSystemState.StorageLoads> getStorageLoads()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the storageLoads property.
For example, to add a new item, do as follows:
getStorageLoads().add(newItem);
Objects of the following type(s) are allowed in the list
TechnicalSystemState.StorageLoads
public static TechnicalSystemState toEOMVersion100(TechnicalSystemStateTime tsst096)
tsst096
- the TechnicalSystemStateTime in version 0.96