Class GeneratorChain.GeneratorChainSelector
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.GeneratorChain.GeneratorChainSelector
-
- Enclosing class:
- GeneratorChain
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public static class GeneratorChain.GeneratorChainSelector extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}groupSelector"/> <element name="generatorChainRef" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}libraryRefType"/> </choice> <attribute name="unique" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected LibraryRefTypegeneratorChainRefprotected GroupSelectorgroupSelectorprotected java.lang.Booleanunique
-
Constructor Summary
Constructors Constructor Description GeneratorChainSelector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LibraryRefTypegetGeneratorChainRef()Gets the value of the generatorChainRef property.GroupSelectorgetGroupSelector()Gets the value of the groupSelector property.booleanisUnique()Gets the value of the unique property.voidsetGeneratorChainRef(LibraryRefType value)Sets the value of the generatorChainRef property.voidsetGroupSelector(GroupSelector value)Sets the value of the groupSelector property.voidsetUnique(java.lang.Boolean value)Sets the value of the unique property.
-
-
-
Field Detail
-
groupSelector
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected GroupSelector groupSelector
-
generatorChainRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected LibraryRefType generatorChainRef
-
unique
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.Boolean unique
-
-
Method Detail
-
getGroupSelector
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") 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 v3.0.2", date="2026-01-14T04:58:49Z") public void setGroupSelector(GroupSelector value)Sets the value of the groupSelector property.- Parameters:
value- allowed object isGroupSelector
-
getGeneratorChainRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public LibraryRefType getGeneratorChainRef()Gets the value of the generatorChainRef property.- Returns:
- possible object is
LibraryRefType
-
setGeneratorChainRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setGeneratorChainRef(LibraryRefType value)Sets the value of the generatorChainRef property.- Parameters:
value- allowed object isLibraryRefType
-
isUnique
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public boolean isUnique()Gets the value of the unique property.- Returns:
- possible object is
Boolean
-
setUnique
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setUnique(java.lang.Boolean value)Sets the value of the unique property.- Parameters:
value- allowed object isBoolean
-
-