Class DesignConfiguration.GeneratorChainConfiguration
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.DesignConfiguration.GeneratorChainConfiguration
-
- Enclosing class:
- DesignConfiguration
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") public static class DesignConfiguration.GeneratorChainConfiguration 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"> <sequence> <element name="generatorChainRef" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}libraryRefType"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}configurableElementValues" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ConfigurableElementValuesconfigurableElementValuesprotected LibraryRefTypegeneratorChainRef
-
Constructor Summary
Constructors Constructor Description GeneratorChainConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurableElementValuesgetConfigurableElementValues()Gets the value of the configurableElementValues property.LibraryRefTypegetGeneratorChainRef()Gets the value of the generatorChainRef property.voidsetConfigurableElementValues(ConfigurableElementValues value)Sets the value of the configurableElementValues property.voidsetGeneratorChainRef(LibraryRefType value)Sets the value of the generatorChainRef property.
-
-
-
Field Detail
-
generatorChainRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") protected LibraryRefType generatorChainRef
-
configurableElementValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") protected ConfigurableElementValues configurableElementValues
-
-
Method Detail
-
getGeneratorChainRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") 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:44Z") public void setGeneratorChainRef(LibraryRefType value)Sets the value of the generatorChainRef property.- Parameters:
value- allowed object isLibraryRefType
-
getConfigurableElementValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") public ConfigurableElementValues getConfigurableElementValues()Gets the value of the configurableElementValues property.- Returns:
- possible object is
ConfigurableElementValues
-
setConfigurableElementValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") public void setConfigurableElementValues(ConfigurableElementValues value)Sets the value of the configurableElementValues property.- Parameters:
value- allowed object isConfigurableElementValues
-
-