@Deprecated
public class UsePattern
extends java.lang.Object
implements java.io.Serializable
Java class for UsePattern complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UsePattern">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="UsePatternID" type="{http://www.w3.org/2001/XMLSchema}ID"/>
<element name="UsePatternDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Repeateble" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="TechnicalSystemStateUsage" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Repeatability" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="TechnialSystemState" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}TechnicalSystemState"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
UsePattern.TechnicalSystemStateUsage
Deprecated.
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
repeateble
Deprecated.
|
protected java.util.List<UsePattern.TechnicalSystemStateUsage> |
technicalSystemStateUsage
Deprecated.
|
protected java.lang.String |
usePatternDescription
Deprecated.
|
protected java.lang.String |
usePatternID
Deprecated.
|
| Constructor and Description |
|---|
UsePattern()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<UsePattern.TechnicalSystemStateUsage> |
getTechnicalSystemStateUsage()
Deprecated.
Gets the value of the technicalSystemStateUsage property.
|
java.lang.String |
getUsePatternDescription()
Deprecated.
Gets the value of the usePatternDescription property.
|
java.lang.String |
getUsePatternID()
Deprecated.
Gets the value of the usePatternID property.
|
boolean |
isRepeateble()
Deprecated.
Gets the value of the repeateble property.
|
void |
setRepeateble(boolean value)
Deprecated.
Sets the value of the repeateble property.
|
void |
setUsePatternDescription(java.lang.String value)
Deprecated.
Sets the value of the usePatternDescription property.
|
void |
setUsePatternID(java.lang.String value)
Deprecated.
Sets the value of the usePatternID property.
|
protected java.lang.String usePatternID
protected java.lang.String usePatternDescription
protected boolean repeateble
protected java.util.List<UsePattern.TechnicalSystemStateUsage> technicalSystemStateUsage
public java.lang.String getUsePatternID()
Stringpublic void setUsePatternID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUsePatternDescription()
Stringpublic void setUsePatternDescription(java.lang.String value)
value - allowed object is
Stringpublic boolean isRepeateble()
public void setRepeateble(boolean value)
public java.util.List<UsePattern.TechnicalSystemStateUsage> getTechnicalSystemStateUsage()
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 technicalSystemStateUsage property.
For example, to add a new item, do as follows:
getTechnicalSystemStateUsage().add(newItem);
Objects of the following type(s) are allowed in the list
UsePattern.TechnicalSystemStateUsage