Package org.accellera.IPXACT_1685_2014
Class GeneratorChain.GeneratorChainSelector
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.GeneratorChain.GeneratorChainSelector
-
- Enclosing class:
- GeneratorChain
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") public static class GeneratorChain.GeneratorChainSelector extends java.lang.Object
Java 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.accellera.org/XMLSchema/IPXACT/1685-2014}groupSelector"/> <element name="generatorChainRef" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}configurableLibraryRefType"/> </choice> <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/> <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 ConfigurableLibraryRefType
generatorChainRef
protected GroupSelector
groupSelector
protected java.lang.String
id
protected java.lang.Boolean
unique
-
Constructor Summary
Constructors Constructor Description GeneratorChainSelector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurableLibraryRefType
getGeneratorChainRef()
Gets the value of the generatorChainRef property.GroupSelector
getGroupSelector()
Gets the value of the groupSelector property.java.lang.String
getId()
Gets the value of the id property.boolean
isUnique()
Gets the value of the unique property.void
setGeneratorChainRef(ConfigurableLibraryRefType value)
Sets the value of the generatorChainRef property.void
setGroupSelector(GroupSelector value)
Sets the value of the groupSelector property.void
setId(java.lang.String value)
Sets the value of the id property.void
setUnique(java.lang.Boolean value)
Sets the value of the unique property.
-
-
-
Field Detail
-
groupSelector
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") protected GroupSelector groupSelector
-
generatorChainRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") protected ConfigurableLibraryRefType generatorChainRef
-
unique
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") protected java.lang.Boolean unique
-
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") protected java.lang.String id
-
-
Method Detail
-
getGroupSelector
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") 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="2024-11-14T04:42:42Z") 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 v2.3.8", date="2024-11-14T04:42:42Z") public ConfigurableLibraryRefType getGeneratorChainRef()
Gets the value of the generatorChainRef property.- Returns:
- possible object is
ConfigurableLibraryRefType
-
setGeneratorChainRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") public void setGeneratorChainRef(ConfigurableLibraryRefType value)
Sets the value of the generatorChainRef property.- Parameters:
value
- allowed object isConfigurableLibraryRefType
-
isUnique
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") 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 v2.3.8", date="2024-11-14T04:42:42Z") public void setUnique(java.lang.Boolean value)
Sets the value of the unique property.- Parameters:
value
- allowed object isBoolean
-
getId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
-