public class GroupMember
extends java.lang.Object
implements java.io.Serializable
Java class for GroupMember complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupMember">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NetworkID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ControlledSystem" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}ControlledSystem"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ControlledSystem |
controlledSystem |
protected java.lang.String |
networkID |
| Constructor and Description |
|---|
GroupMember() |
| Modifier and Type | Method and Description |
|---|---|
ControlledSystem |
getControlledSystem()
Gets the value of the controlledSystem property.
|
java.lang.String |
getNetworkID()
Gets the value of the networkID property.
|
void |
setControlledSystem(ControlledSystem value)
Sets the value of the controlledSystem property.
|
void |
setNetworkID(java.lang.String value)
Sets the value of the networkID property.
|
protected java.lang.String networkID
protected ControlledSystem controlledSystem
public java.lang.String getNetworkID()
Stringpublic void setNetworkID(java.lang.String value)
value - allowed object is
Stringpublic ControlledSystem getControlledSystem()
ControlledSystempublic void setControlledSystem(ControlledSystem value)
value - allowed object is
ControlledSystem