Package org.accellera.IPXACT_1685_2014
Class ComponentInstance
- java.lang.Object
- 
- org.accellera.IPXACT_1685_2014.ComponentInstance
 
- 
 @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public class ComponentInstance 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 ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}instanceName"/> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}displayName" minOccurs="0"/> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}description" minOccurs="0"/> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}isPresent" minOccurs="0"/> <element name="componentRef" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}configurableLibraryRefType"/> <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>
- 
- 
Field SummaryFields Modifier and Type Field Description protected ConfigurableLibraryRefTypecomponentRefprotected java.lang.Stringdescriptionprotected java.lang.StringdisplayNameprotected java.lang.Stringidprotected java.lang.StringinstanceNameprotected UnsignedBitExpressionisPresentprotected VendorExtensionsvendorExtensions
 - 
Constructor SummaryConstructors Constructor Description ComponentInstance()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurableLibraryRefTypegetComponentRef()Gets the value of the componentRef property.java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetDisplayName()Gets the value of the displayName property.java.lang.StringgetId()Gets the value of the id property.java.lang.StringgetInstanceName()Gets the value of the instanceName property.UnsignedBitExpressiongetIsPresent()Gets the value of the isPresent property.VendorExtensionsgetVendorExtensions()Gets the value of the vendorExtensions property.voidsetComponentRef(ConfigurableLibraryRefType value)Sets the value of the componentRef 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.voidsetInstanceName(java.lang.String value)Sets the value of the instanceName property.voidsetIsPresent(UnsignedBitExpression value)Sets the value of the isPresent property.voidsetVendorExtensions(VendorExtensions value)Sets the value of the vendorExtensions property.
 
- 
- 
- 
Field Detail- 
instanceName@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected java.lang.String instanceName
 - 
displayName@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected java.lang.String displayName
 - 
description@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected java.lang.String description
 - 
isPresent@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected UnsignedBitExpression isPresent
 - 
componentRef@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected ConfigurableLibraryRefType componentRef
 - 
vendorExtensions@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected VendorExtensions vendorExtensions
 - 
id@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected java.lang.String id
 
- 
 - 
Method Detail- 
getInstanceName@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public java.lang.String getInstanceName()Gets the value of the instanceName property.- Returns:
- possible object is
     String
 
 - 
setInstanceName@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public void setInstanceName(java.lang.String value)Sets the value of the instanceName property.- Parameters:
- value- allowed object is- String
 
 - 
getDisplayName@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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="2025-10-14T04:40:54Z") public void setDisplayName(java.lang.String value)Sets the value of the displayName property.- Parameters:
- value- allowed object is- String
 
 - 
getDescription@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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="2025-10-14T04:40:54Z") public void setDescription(java.lang.String value)Sets the value of the description property.- Parameters:
- value- allowed object is- String
 
 - 
getIsPresent@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public UnsignedBitExpression getIsPresent()Gets the value of the isPresent property.- Returns:
- possible object is
     UnsignedBitExpression
 
 - 
setIsPresent@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public void setIsPresent(UnsignedBitExpression value)Sets the value of the isPresent property.- Parameters:
- value- allowed object is- UnsignedBitExpression
 
 - 
getComponentRef@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public ConfigurableLibraryRefType getComponentRef()Gets the value of the componentRef property.- Returns:
- possible object is
     ConfigurableLibraryRefType
 
 - 
setComponentRef@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public void setComponentRef(ConfigurableLibraryRefType value)Sets the value of the componentRef property.- Parameters:
- value- allowed object is- ConfigurableLibraryRefType
 
 - 
getVendorExtensions@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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="2025-10-14T04:40:54Z") public void setVendorExtensions(VendorExtensions value)Sets the value of the vendorExtensions property.- Parameters:
- value- allowed object is- VendorExtensions
 
 - 
getId@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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="2025-10-14T04:40:54Z") public void setId(java.lang.String value)Sets the value of the id property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-