Package org.accellera.IPXACT_1685_2014
Class InstanceGeneratorType
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.GeneratorType
-
- org.accellera.IPXACT_1685_2014.InstanceGeneratorType
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public class InstanceGeneratorType extends GeneratorTypeJava class for instanceGeneratorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="instanceGeneratorType"> <complexContent> <extension base="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}generatorType"> <sequence> <element name="group" maxOccurs="unbounded" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>Name"> <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/> </extension> </simpleContent> </complexType> </element> </sequence> <attribute name="scope" default="instance"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="instance"/> <enumeration value="entity"/> </restriction> </simpleType> </attribute> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInstanceGeneratorType.GroupJava class for anonymous complex type.-
Nested classes/interfaces inherited from class org.accellera.IPXACT_1685_2014.GeneratorType
GeneratorType.ApiType, GeneratorType.TransportMethods
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<InstanceGeneratorType.Group>groupprotected java.lang.Stringscope-
Fields inherited from class org.accellera.IPXACT_1685_2014.GeneratorType
apiType, description, displayName, generatorExe, hidden, id, name, parameters, phase, transportMethods, vendorExtensions
-
-
Constructor Summary
Constructors Constructor Description InstanceGeneratorType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<InstanceGeneratorType.Group>getGroup()Gets the value of the group property.java.lang.StringgetScope()Gets the value of the scope property.voidsetScope(java.lang.String value)Sets the value of the scope property.-
Methods inherited from class org.accellera.IPXACT_1685_2014.GeneratorType
getApiType, getDescription, getDisplayName, getGeneratorExe, getId, getName, getParameters, getPhase, getTransportMethods, getVendorExtensions, isHidden, setApiType, setDescription, setDisplayName, setGeneratorExe, setHidden, setId, setName, setParameters, setPhase, setTransportMethods, setVendorExtensions
-
-
-
-
Field Detail
-
group
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected java.util.List<InstanceGeneratorType.Group> group
-
scope
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected java.lang.String scope
-
-
Method Detail
-
getGroup
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public java.util.List<InstanceGeneratorType.Group> getGroup()Gets the value of the group property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the group property.For example, to add a new item, do as follows:
getGroup().add(newItem);Objects of the following type(s) are allowed in the list
InstanceGeneratorType.Group
-
getScope
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public java.lang.String getScope()Gets the value of the scope property.- Returns:
- possible object is
String
-
setScope
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setScope(java.lang.String value)Sets the value of the scope property.- Parameters:
value- allowed object isString
-
-