Class GeneratorSelectorType
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.GeneratorSelectorType
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public class GeneratorSelectorType extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected GroupSelectorgroupSelector
-
Constructor Summary
Constructors Constructor Description GeneratorSelectorType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupSelectorgetGroupSelector()Gets the value of the groupSelector property.voidsetGroupSelector(GroupSelector value)Sets the value of the groupSelector property.
-
-
-
Field Detail
-
groupSelector
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected GroupSelector groupSelector
-
-
Method Detail
-
getGroupSelector
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public GroupSelector getGroupSelector()Gets the value of the groupSelector property.- Returns:
- possible object is
GroupSelector
-
setGroupSelector
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setGroupSelector(GroupSelector value)Sets the value of the groupSelector property.- Parameters:
value- allowed object isGroupSelector
-
-