Package org.accellera.IPXACT_1685_2014
Class GeneratorSelectorType
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.GeneratorSelectorType
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") 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.accellera.org/XMLSchema/IPXACT/1685-2014}groupSelector"/> </sequence> <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected GroupSelectorgroupSelectorprotected java.lang.Stringid
-
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.java.lang.StringgetId()Gets the value of the id property.voidsetGroupSelector(GroupSelector value)Sets the value of the groupSelector property.voidsetId(java.lang.String value)Sets the value of the id 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
-
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String id
-
-
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
-
getId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") 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 v3.0.2", date="2026-01-14T04:58:49Z") public void setId(java.lang.String value)Sets the value of the id property.- Parameters:
value- allowed object isString
-
-