Package org.accellera.IPXACT_1685_2014
Class HierInterface
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.InterfaceType
-
- org.accellera.IPXACT_1685_2014.HierInterface
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public class HierInterface extends InterfaceTypeHierarchical reference to an interfaceJava class for hierInterface complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="hierInterface"> <complexContent> <extension base="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}interfaceType"> <attribute name="path" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}instancePath" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringpath-
Fields inherited from class org.accellera.IPXACT_1685_2014.InterfaceType
busRef, componentRef, id
-
-
Constructor Summary
Constructors Constructor Description HierInterface()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPath()Gets the value of the path property.voidsetPath(java.lang.String value)Sets the value of the path property.-
Methods inherited from class org.accellera.IPXACT_1685_2014.InterfaceType
getBusRef, getComponentRef, getId, setBusRef, setComponentRef, setId
-
-
-
-
Method Detail
-
getPath
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public java.lang.String getPath()Gets the value of the path property.- Returns:
- possible object is
String
-
setPath
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public void setPath(java.lang.String value)Sets the value of the path property.- Parameters:
value- allowed object isString
-
-