com.eu.miscedautils.ipxact.BusDefinition
Class GeneratorSelectorType

java.lang.Object
  extended by com.eu.miscedautils.ipxact.BusDefinition.GeneratorSelectorType

public class GeneratorSelectorType
extends java.lang.Object

Java class for generatorSelectorType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="generatorSelectorType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}groupSelector"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
GeneratorSelectorType()
           
 
Method Summary
 GroupSelector getGroupSelector()
          Gets the value of the groupSelector property.
 void setGroupSelector(GroupSelector value)
          Sets the value of the groupSelector property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneratorSelectorType

public GeneratorSelectorType()
Method Detail

getGroupSelector

public GroupSelector getGroupSelector()
Gets the value of the groupSelector property.

Returns:
possible object is GroupSelector

setGroupSelector

public void setGroupSelector(GroupSelector value)
Sets the value of the groupSelector property.

Parameters:
value - allowed object is GroupSelector