Package org.accellera.IPXACT_1685_2014
Class DesignConfiguration.InterconnectionConfiguration.AbstractorInstances.InterfaceRef
- java.lang.Object
- 
- org.accellera.IPXACT_1685_2014.DesignConfiguration.InterconnectionConfiguration.AbstractorInstances.InterfaceRef
 
- 
- Enclosing class:
- DesignConfiguration.InterconnectionConfiguration.AbstractorInstances
 
 @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public static class DesignConfiguration.InterconnectionConfiguration.AbstractorInstances.InterfaceRef 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 minOccurs="0"> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}isPresent" minOccurs="0"/> </sequence> <attribute name="componentRef" use="required" type="{http://www.w3.org/2001/XMLSchema}Name" /> <attribute name="busRef" use="required" type="{http://www.w3.org/2001/XMLSchema}Name" /> </restriction> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringbusRefprotected java.lang.StringcomponentRefprotected UnsignedBitExpressionisPresent
 - 
Constructor SummaryConstructors Constructor Description InterfaceRef()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBusRef()Gets the value of the busRef property.java.lang.StringgetComponentRef()Gets the value of the componentRef property.UnsignedBitExpressiongetIsPresent()Gets the value of the isPresent property.voidsetBusRef(java.lang.String value)Sets the value of the busRef property.voidsetComponentRef(java.lang.String value)Sets the value of the componentRef property.voidsetIsPresent(UnsignedBitExpression value)Sets the value of the isPresent property.
 
- 
- 
- 
Field Detail- 
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 java.lang.String componentRef
 - 
busRef@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected java.lang.String busRef
 
- 
 - 
Method Detail- 
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 java.lang.String getComponentRef()Gets the value of the componentRef property.- Returns:
- possible object is
     String
 
 - 
setComponentRef@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public void setComponentRef(java.lang.String value)Sets the value of the componentRef property.- Parameters:
- value- allowed object is- String
 
 - 
getBusRef@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public java.lang.String getBusRef()Gets the value of the busRef property.- Returns:
- possible object is
     String
 
 - 
setBusRef@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public void setBusRef(java.lang.String value)Sets the value of the busRef property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-