Package org.accellera.IPXACT_1685_2014
Class InterfaceType
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.InterfaceType
-
- Direct Known Subclasses:
ActiveInterface,HierInterface,MonitorInterfaceType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public class InterfaceType extends java.lang.ObjectA representation of a component/bus interface relation; i.e. a bus interface belonging to a certain component.Java class for interfaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="interfaceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/> <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 Summary
Fields Modifier and Type Field Description protected java.lang.StringbusRefprotected java.lang.StringcomponentRefprotected java.lang.Stringid
-
Constructor Summary
Constructors Constructor Description InterfaceType()
-
Method Summary
All 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.java.lang.StringgetId()Gets the value of the id 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.voidsetId(java.lang.String value)Sets the value of the id property.
-
-
-
Field Detail
-
componentRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") protected java.lang.String componentRef
-
busRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") protected java.lang.String busRef
-
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") protected java.lang.String id
-
-
Method Detail
-
getComponentRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") 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="2026-01-14T04:58:45Z") public void setComponentRef(java.lang.String value)Sets the value of the componentRef property.- Parameters:
value- allowed object isString
-
getBusRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") 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="2026-01-14T04:58:45Z") public void setBusRef(java.lang.String value)Sets the value of the busRef property.- Parameters:
value- allowed object isString
-
getId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") 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:45Z") public void setId(java.lang.String value)Sets the value of the id property.- Parameters:
value- allowed object isString
-
-