@Deprecated
public class TechnicalInterfaceConfiguration
extends java.lang.Object
implements java.io.Serializable
Java class for TechnicalInterfaceConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TechnicalInterfaceConfiguration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ConfigID" type="{http://www.w3.org/2001/XMLSchema}ID"/>
<element name="ConfigDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="TechnicalInterfaces" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}TechnicalInterface" maxOccurs="unbounded"/>
<element name="SystemStates" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}State" maxOccurs="unbounded"/>
<element name="InitialStateID" type="{http://www.w3.org/2001/XMLSchema}ID"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
configDescription
Deprecated.
|
protected java.lang.String |
configID
Deprecated.
|
protected java.lang.String |
initialStateID
Deprecated.
|
protected java.util.List<State> |
systemStates
Deprecated.
|
protected java.util.List<TechnicalInterface> |
technicalInterfaces
Deprecated.
|
| Constructor and Description |
|---|
TechnicalInterfaceConfiguration()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConfigDescription()
Deprecated.
Gets the value of the configDescription property.
|
java.lang.String |
getConfigID()
Deprecated.
Gets the value of the configID property.
|
java.lang.String |
getInitialStateID()
Deprecated.
Gets the value of the initialStateID property.
|
java.util.List<State> |
getSystemStates()
Deprecated.
Gets the value of the systemStates property.
|
java.util.List<TechnicalInterface> |
getTechnicalInterfaces()
Deprecated.
Gets the value of the technicalInterfaces property.
|
void |
setConfigDescription(java.lang.String value)
Deprecated.
Sets the value of the configDescription property.
|
void |
setConfigID(java.lang.String value)
Deprecated.
Sets the value of the configID property.
|
void |
setInitialStateID(java.lang.String value)
Deprecated.
Sets the value of the initialStateID property.
|
protected java.lang.String configID
protected java.lang.String configDescription
protected java.util.List<TechnicalInterface> technicalInterfaces
protected java.util.List<State> systemStates
protected java.lang.String initialStateID
public TechnicalInterfaceConfiguration()
public java.lang.String getConfigID()
Stringpublic void setConfigID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getConfigDescription()
Stringpublic void setConfigDescription(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<TechnicalInterface> getTechnicalInterfaces()
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 technicalInterfaces property.
For example, to add a new item, do as follows:
getTechnicalInterfaces().add(newItem);
Objects of the following type(s) are allowed in the list
TechnicalInterface
public java.util.List<State> getSystemStates()
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 systemStates property.
For example, to add a new item, do as follows:
getSystemStates().add(newItem);
Objects of the following type(s) are allowed in the list
State
public java.lang.String getInitialStateID()
Stringpublic void setInitialStateID(java.lang.String value)
value - allowed object is
String