@Deprecated
public class Schedule
extends java.lang.Object
implements java.io.Externalizable
Java class for Schedule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Schedule">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StrategyClass" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="SourceThread" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Priority" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="CalculationTime" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="TechnicalSystemStateEvaluation" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}TechnicalSystemStateEvaluation"/>
<element name="TechnicalSystemStateList" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}TechnicalSystemStateEvaluation" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
calculationTime
Deprecated.
|
protected int |
priority
Deprecated.
|
protected java.lang.String |
sourceThread
Deprecated.
|
protected java.lang.String |
strategyClass
Deprecated.
|
protected TechnicalSystemStateEvaluation |
technicalSystemStateEvaluation
Deprecated.
|
protected java.util.List<TechnicalSystemStateEvaluation> |
technicalSystemStateList
Deprecated.
|
| Constructor and Description |
|---|
Schedule()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getCalculationTime()
Deprecated.
Gets the value of the calculationTime property.
|
int |
getPriority()
Deprecated.
Gets the value of the priority property.
|
java.lang.String |
getSourceThread()
Deprecated.
Gets the value of the sourceThread property.
|
java.lang.String |
getStrategyClass()
Deprecated.
Gets the value of the strategyClass property.
|
TechnicalSystemStateEvaluation |
getTechnicalSystemStateEvaluation()
Deprecated.
Gets the value of the technicalSystemStateEvaluation property.
|
java.util.List<TechnicalSystemStateEvaluation> |
getTechnicalSystemStateList()
Deprecated.
Gets the value of the technicalSystemStateList property.
|
void |
readExternal(java.io.ObjectInput in)
Deprecated.
|
void |
setCalculationTime(long value)
Deprecated.
Sets the value of the calculationTime property.
|
void |
setPriority(int value)
Deprecated.
Sets the value of the priority property.
|
void |
setSourceThread(java.lang.String value)
Deprecated.
Sets the value of the sourceThread property.
|
void |
setStrategyClass(java.lang.String value)
Deprecated.
Sets the value of the strategyClass property.
|
void |
setTechnicalSystemStateEvaluation(TechnicalSystemStateEvaluation value)
Deprecated.
Sets the value of the technicalSystemStateEvaluation property.
|
void |
writeExternal(java.io.ObjectOutput out)
Deprecated.
|
protected java.lang.String strategyClass
protected java.lang.String sourceThread
protected int priority
protected long calculationTime
protected TechnicalSystemStateEvaluation technicalSystemStateEvaluation
protected java.util.List<TechnicalSystemStateEvaluation> technicalSystemStateList
public java.lang.String getStrategyClass()
Stringpublic void setStrategyClass(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSourceThread()
Stringpublic void setSourceThread(java.lang.String value)
value - allowed object is
Stringpublic int getPriority()
public void setPriority(int value)
public long getCalculationTime()
public void setCalculationTime(long value)
public TechnicalSystemStateEvaluation getTechnicalSystemStateEvaluation()
TechnicalSystemStateEvaluationpublic void setTechnicalSystemStateEvaluation(TechnicalSystemStateEvaluation value)
value - allowed object is
TechnicalSystemStateEvaluationpublic java.util.List<TechnicalSystemStateEvaluation> getTechnicalSystemStateList()
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 technicalSystemStateList property.
For example, to add a new item, do as follows:
getTechnicalSystemStateList().add(newItem);
Objects of the following type(s) are allowed in the list
TechnicalSystemStateEvaluation
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOExceptionpublic void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablejava.io.IOExceptionjava.lang.ClassNotFoundException