public class TechnicalSystemGroup
extends java.lang.Object
implements java.io.Serializable
Java class for TechnicalSystemGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TechnicalSystemGroup">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TechnicalSystem" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}TechnicalSystem"/>
<element name="GroupMember" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}GroupMember" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<GroupMember> |
groupMember |
protected TechnicalSystem |
technicalSystem |
| Constructor and Description |
|---|
TechnicalSystemGroup() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GroupMember> |
getGroupMember()
Gets the value of the groupMember property.
|
TechnicalSystem |
getTechnicalSystem()
Gets the value of the technicalSystem property.
|
void |
setTechnicalSystem(TechnicalSystem value)
Sets the value of the technicalSystem property.
|
protected TechnicalSystem technicalSystem
protected java.util.List<GroupMember> groupMember
public TechnicalSystem getTechnicalSystem()
TechnicalSystempublic void setTechnicalSystem(TechnicalSystem value)
value - allowed object is
TechnicalSystempublic java.util.List<GroupMember> getGroupMember()
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 groupMember property.
For example, to add a new item, do as follows:
getGroupMember().add(newItem);
Objects of the following type(s) are allowed in the list
GroupMember