Class ComponentInstantiationType
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.ComponentInstantiationType
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public class ComponentInstantiationType extends java.lang.ObjectComponent instantiation typeJava class for componentInstantiationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="componentInstantiationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}nameGroupNMTOKEN"/> <element name="isVirtual" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="language" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}languageType" minOccurs="0"/> <element name="libraryName" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/> <element name="packageName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="moduleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="architectureName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="configurationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="moduleParameters" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="moduleParameter" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}moduleParameterType" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="defaultFileBuilder" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}fileBuilderType" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}fileSetRef" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}constraintSetRef" maxOccurs="unbounded" minOccurs="0"/> <element name="whiteboxElementRefs" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="whiteboxElementRef" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}whiteboxElementRefType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}parameters" minOccurs="0"/> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}vendorExtensions" minOccurs="0"/> </sequence> <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classComponentInstantiationType.ModuleParametersJava class for anonymous complex type.static classComponentInstantiationType.WhiteboxElementRefsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringarchitectureNameprotected java.lang.StringconfigurationNameprotected java.util.List<ConstraintSetRef>constraintSetRefprotected java.util.List<FileBuilderType>defaultFileBuilderprotected java.lang.Stringdescriptionprotected java.lang.StringdisplayNameprotected java.util.List<FileSetRef>fileSetRefprotected java.lang.Stringidprotected java.lang.BooleanisVirtualprotected LanguageTypelanguageprotected java.lang.ObjectlibraryNameprotected java.lang.StringmoduleNameprotected ComponentInstantiationType.ModuleParametersmoduleParametersprotected java.lang.Stringnameprotected java.lang.StringpackageNameprotected Parametersparametersprotected VendorExtensionsvendorExtensionsprotected ComponentInstantiationType.WhiteboxElementRefswhiteboxElementRefs
-
Constructor Summary
Constructors Constructor Description ComponentInstantiationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetArchitectureName()Gets the value of the architectureName property.java.lang.StringgetConfigurationName()Gets the value of the configurationName property.java.util.List<ConstraintSetRef>getConstraintSetRef()Gets the value of the constraintSetRef property.java.util.List<FileBuilderType>getDefaultFileBuilder()Gets the value of the defaultFileBuilder property.java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetDisplayName()Gets the value of the displayName property.java.util.List<FileSetRef>getFileSetRef()Gets the value of the fileSetRef property.java.lang.StringgetId()Gets the value of the id property.LanguageTypegetLanguage()Gets the value of the language property.java.lang.ObjectgetLibraryName()Gets the value of the libraryName property.java.lang.StringgetModuleName()Gets the value of the moduleName property.ComponentInstantiationType.ModuleParametersgetModuleParameters()Gets the value of the moduleParameters property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetPackageName()Gets the value of the packageName property.ParametersgetParameters()Gets the value of the parameters property.VendorExtensionsgetVendorExtensions()Gets the value of the vendorExtensions property.ComponentInstantiationType.WhiteboxElementRefsgetWhiteboxElementRefs()Gets the value of the whiteboxElementRefs property.java.lang.BooleanisIsVirtual()Gets the value of the isVirtual property.voidsetArchitectureName(java.lang.String value)Sets the value of the architectureName property.voidsetConfigurationName(java.lang.String value)Sets the value of the configurationName property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetDisplayName(java.lang.String value)Sets the value of the displayName property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetIsVirtual(java.lang.Boolean value)Sets the value of the isVirtual property.voidsetLanguage(LanguageType value)Sets the value of the language property.voidsetLibraryName(java.lang.Object value)Sets the value of the libraryName property.voidsetModuleName(java.lang.String value)Sets the value of the moduleName property.voidsetModuleParameters(ComponentInstantiationType.ModuleParameters value)Sets the value of the moduleParameters property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetPackageName(java.lang.String value)Sets the value of the packageName property.voidsetParameters(Parameters value)Sets the value of the parameters property.voidsetVendorExtensions(VendorExtensions value)Sets the value of the vendorExtensions property.voidsetWhiteboxElementRefs(ComponentInstantiationType.WhiteboxElementRefs value)Sets the value of the whiteboxElementRefs property.
-
-
-
Field Detail
-
name
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String name
-
displayName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String displayName
-
description
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String description
-
isVirtual
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.Boolean isVirtual
-
language
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected LanguageType language
-
libraryName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.Object libraryName
-
packageName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String packageName
-
moduleName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String moduleName
-
architectureName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String architectureName
-
configurationName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String configurationName
-
moduleParameters
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected ComponentInstantiationType.ModuleParameters moduleParameters
-
defaultFileBuilder
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.util.List<FileBuilderType> defaultFileBuilder
-
fileSetRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.util.List<FileSetRef> fileSetRef
-
constraintSetRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.util.List<ConstraintSetRef> constraintSetRef
-
whiteboxElementRefs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected ComponentInstantiationType.WhiteboxElementRefs whiteboxElementRefs
-
parameters
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected Parameters parameters
-
vendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected VendorExtensions vendorExtensions
-
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
-
getName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.String getName()Gets the value of the name property.- Returns:
- possible object is
String
-
setName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setName(java.lang.String value)Sets the value of the name property.- Parameters:
value- allowed object isString
-
getDisplayName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.String getDisplayName()Gets the value of the displayName property.- Returns:
- possible object is
String
-
setDisplayName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setDisplayName(java.lang.String value)Sets the value of the displayName property.- Parameters:
value- allowed object isString
-
getDescription
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.String getDescription()Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setDescription(java.lang.String value)Sets the value of the description property.- Parameters:
value- allowed object isString
-
isIsVirtual
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.Boolean isIsVirtual()Gets the value of the isVirtual property.- Returns:
- possible object is
Boolean
-
setIsVirtual
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setIsVirtual(java.lang.Boolean value)Sets the value of the isVirtual property.- Parameters:
value- allowed object isBoolean
-
getLanguage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public LanguageType getLanguage()Gets the value of the language property.- Returns:
- possible object is
LanguageType
-
setLanguage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setLanguage(LanguageType value)Sets the value of the language property.- Parameters:
value- allowed object isLanguageType
-
getLibraryName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.Object getLibraryName()Gets the value of the libraryName property.- Returns:
- possible object is
Object
-
setLibraryName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setLibraryName(java.lang.Object value)Sets the value of the libraryName property.- Parameters:
value- allowed object isObject
-
getPackageName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.String getPackageName()Gets the value of the packageName property.- Returns:
- possible object is
String
-
setPackageName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setPackageName(java.lang.String value)Sets the value of the packageName property.- Parameters:
value- allowed object isString
-
getModuleName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.String getModuleName()Gets the value of the moduleName property.- Returns:
- possible object is
String
-
setModuleName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setModuleName(java.lang.String value)Sets the value of the moduleName property.- Parameters:
value- allowed object isString
-
getArchitectureName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.String getArchitectureName()Gets the value of the architectureName property.- Returns:
- possible object is
String
-
setArchitectureName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setArchitectureName(java.lang.String value)Sets the value of the architectureName property.- Parameters:
value- allowed object isString
-
getConfigurationName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.String getConfigurationName()Gets the value of the configurationName property.- Returns:
- possible object is
String
-
setConfigurationName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setConfigurationName(java.lang.String value)Sets the value of the configurationName property.- Parameters:
value- allowed object isString
-
getModuleParameters
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public ComponentInstantiationType.ModuleParameters getModuleParameters()Gets the value of the moduleParameters property.- Returns:
- possible object is
ComponentInstantiationType.ModuleParameters
-
setModuleParameters
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setModuleParameters(ComponentInstantiationType.ModuleParameters value)Sets the value of the moduleParameters property.- Parameters:
value- allowed object isComponentInstantiationType.ModuleParameters
-
getDefaultFileBuilder
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.util.List<FileBuilderType> getDefaultFileBuilder()Gets the value of the defaultFileBuilder 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 Jakarta XML Binding object. This is why there is not a
setmethod for the defaultFileBuilder property.For example, to add a new item, do as follows:
getDefaultFileBuilder().add(newItem);Objects of the following type(s) are allowed in the list
FileBuilderType
-
getFileSetRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.util.List<FileSetRef> getFileSetRef()Gets the value of the fileSetRef 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 Jakarta XML Binding object. This is why there is not a
setmethod for the fileSetRef property.For example, to add a new item, do as follows:
getFileSetRef().add(newItem);Objects of the following type(s) are allowed in the list
FileSetRef
-
getConstraintSetRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.util.List<ConstraintSetRef> getConstraintSetRef()Gets the value of the constraintSetRef 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 Jakarta XML Binding object. This is why there is not a
setmethod for the constraintSetRef property.For example, to add a new item, do as follows:
getConstraintSetRef().add(newItem);Objects of the following type(s) are allowed in the list
ConstraintSetRef
-
getWhiteboxElementRefs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public ComponentInstantiationType.WhiteboxElementRefs getWhiteboxElementRefs()Gets the value of the whiteboxElementRefs property.- Returns:
- possible object is
ComponentInstantiationType.WhiteboxElementRefs
-
setWhiteboxElementRefs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setWhiteboxElementRefs(ComponentInstantiationType.WhiteboxElementRefs value)Sets the value of the whiteboxElementRefs property.- Parameters:
value- allowed object isComponentInstantiationType.WhiteboxElementRefs
-
getParameters
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public Parameters getParameters()Gets the value of the parameters property.- Returns:
- possible object is
Parameters
-
setParameters
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setParameters(Parameters value)Sets the value of the parameters property.- Parameters:
value- allowed object isParameters
-
getVendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public VendorExtensions getVendorExtensions()Gets the value of the vendorExtensions property.- Returns:
- possible object is
VendorExtensions
-
setVendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setVendorExtensions(VendorExtensions value)Sets the value of the vendorExtensions property.- Parameters:
value- allowed object isVendorExtensions
-
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
-
-