@Deprecated
public class TechnicalSystem
extends java.lang.Object
implements java.io.Serializable
Java class for TechnicalSystem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TechnicalSystem"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SystemID" type="{http://www.w3.org/2001/XMLSchema}ID"/> <element name="SystemDescription" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="InterfaceConfigurations" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}TechnicalInterfaceConfiguration" maxOccurs="unbounded"/> <element name="SystemVariables" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}SystemVariableDefinition" maxOccurs="unbounded"/> <element name="CalculationClass" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="SystemAvailable" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="KnowledgeBase" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}KnowledgeBase"/> <element name="UsePatterns" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}UsePatterns"/> <element name="EvaluationSettings" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}EvaluationSettings"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
calculationClass
Deprecated.
|
protected EvaluationSettings |
evaluationSettings
Deprecated.
|
protected java.util.List<TechnicalInterfaceConfiguration> |
interfaceConfigurations
Deprecated.
|
protected KnowledgeBase |
knowledgeBase
Deprecated.
|
protected boolean |
systemAvailable
Deprecated.
|
protected java.lang.String |
systemDescription
Deprecated.
|
protected java.lang.String |
systemID
Deprecated.
|
protected java.util.List<SystemVariableDefinition> |
systemVariables
Deprecated.
|
protected UsePatterns |
usePatterns
Deprecated.
|
Constructor and Description |
---|
TechnicalSystem()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCalculationClass()
Deprecated.
Gets the value of the calculationClass property.
|
EvaluationSettings |
getEvaluationSettings()
Deprecated.
Gets the value of the evaluationSettings property.
|
java.util.List<TechnicalInterfaceConfiguration> |
getInterfaceConfigurations()
Deprecated.
Gets the value of the interfaceConfigurations property.
|
KnowledgeBase |
getKnowledgeBase()
Deprecated.
Gets the value of the knowledgeBase property.
|
java.lang.String |
getSystemDescription()
Deprecated.
Gets the value of the systemDescription property.
|
java.lang.String |
getSystemID()
Deprecated.
Gets the value of the systemID property.
|
java.util.List<SystemVariableDefinition> |
getSystemVariables()
Deprecated.
Gets the value of the systemVariables property.
|
UsePatterns |
getUsePatterns()
Deprecated.
Gets the value of the usePatterns property.
|
boolean |
isSystemAvailable()
Deprecated.
Gets the value of the systemAvailable property.
|
void |
setCalculationClass(java.lang.String value)
Deprecated.
Sets the value of the calculationClass property.
|
void |
setEvaluationSettings(EvaluationSettings value)
Deprecated.
Sets the value of the evaluationSettings property.
|
void |
setKnowledgeBase(KnowledgeBase value)
Deprecated.
Sets the value of the knowledgeBase property.
|
void |
setSystemAvailable(boolean value)
Deprecated.
Sets the value of the systemAvailable property.
|
void |
setSystemDescription(java.lang.String value)
Deprecated.
Sets the value of the systemDescription property.
|
void |
setSystemID(java.lang.String value)
Deprecated.
Sets the value of the systemID property.
|
void |
setUsePatterns(UsePatterns value)
Deprecated.
Sets the value of the usePatterns property.
|
protected java.lang.String systemID
protected java.lang.String systemDescription
protected java.util.List<TechnicalInterfaceConfiguration> interfaceConfigurations
protected java.util.List<SystemVariableDefinition> systemVariables
protected java.lang.String calculationClass
protected boolean systemAvailable
protected KnowledgeBase knowledgeBase
protected UsePatterns usePatterns
protected EvaluationSettings evaluationSettings
public java.lang.String getSystemID()
String
public void setSystemID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSystemDescription()
String
public void setSystemDescription(java.lang.String value)
value
- allowed object is
String
public java.util.List<TechnicalInterfaceConfiguration> getInterfaceConfigurations()
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 interfaceConfigurations property.
For example, to add a new item, do as follows:
getInterfaceConfigurations().add(newItem);
Objects of the following type(s) are allowed in the list
TechnicalInterfaceConfiguration
public java.util.List<SystemVariableDefinition> getSystemVariables()
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 systemVariables property.
For example, to add a new item, do as follows:
getSystemVariables().add(newItem);
Objects of the following type(s) are allowed in the list
SystemVariableDefinition
public java.lang.String getCalculationClass()
String
public void setCalculationClass(java.lang.String value)
value
- allowed object is
String
public boolean isSystemAvailable()
public void setSystemAvailable(boolean value)
public KnowledgeBase getKnowledgeBase()
KnowledgeBase
public void setKnowledgeBase(KnowledgeBase value)
value
- allowed object is
KnowledgeBase
public UsePatterns getUsePatterns()
UsePatterns
public void setUsePatterns(UsePatterns value)
value
- allowed object is
UsePatterns
public EvaluationSettings getEvaluationSettings()
EvaluationSettings
public void setEvaluationSettings(EvaluationSettings value)
value
- allowed object is
EvaluationSettings