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}string"/>
<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="EvaluationSettings" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}EvaluationSettings"/>
<element name="GeoCoordinate" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}AbstractGeoCoordinate"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
calculationClass |
protected EvaluationSettings |
evaluationSettings |
protected AbstractGeoCoordinate |
geoCoordinate |
protected java.util.List<TechnicalInterfaceConfiguration> |
interfaceConfigurations |
protected java.lang.String |
systemDescription |
protected java.lang.String |
systemID |
protected java.util.List<SystemVariableDefinition> |
systemVariables |
| Constructor and Description |
|---|
TechnicalSystem() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCalculationClass()
Gets the value of the calculationClass property.
|
EvaluationSettings |
getEvaluationSettings()
Gets the value of the evaluationSettings property.
|
AbstractGeoCoordinate |
getGeoCoordinate()
Gets the value of the geoCoordinate property.
|
java.util.List<TechnicalInterfaceConfiguration> |
getInterfaceConfigurations()
Gets the value of the interfaceConfigurations property.
|
java.lang.String |
getSystemDescription()
Gets the value of the systemDescription property.
|
java.lang.String |
getSystemID()
Gets the value of the systemID property.
|
java.util.List<SystemVariableDefinition> |
getSystemVariables()
Gets the value of the systemVariables property.
|
void |
setCalculationClass(java.lang.String value)
Sets the value of the calculationClass property.
|
void |
setEvaluationSettings(EvaluationSettings value)
Sets the value of the evaluationSettings property.
|
void |
setGeoCoordinate(AbstractGeoCoordinate value)
Sets the value of the geoCoordinate property.
|
void |
setSystemDescription(java.lang.String value)
Sets the value of the systemDescription property.
|
void |
setSystemID(java.lang.String value)
Sets the value of the systemID 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 EvaluationSettings evaluationSettings
protected AbstractGeoCoordinate geoCoordinate
public java.lang.String getSystemID()
Stringpublic void setSystemID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSystemDescription()
Stringpublic void setSystemDescription(java.lang.String value)
value - allowed object is
Stringpublic 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()
Stringpublic void setCalculationClass(java.lang.String value)
value - allowed object is
Stringpublic EvaluationSettings getEvaluationSettings()
EvaluationSettingspublic void setEvaluationSettings(EvaluationSettings value)
value - allowed object is
EvaluationSettingspublic AbstractGeoCoordinate getGeoCoordinate()
AbstractGeoCoordinatepublic void setGeoCoordinate(AbstractGeoCoordinate value)
value - allowed object is
AbstractGeoCoordinate