Package org.accellera.IPXACT_1685_2014
Class MonitorInterfaceType
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.InterfaceType
-
- org.accellera.IPXACT_1685_2014.MonitorInterfaceType
-
- Direct Known Subclasses:
MonitorInterconnection.MonitorInterface
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public class MonitorInterfaceType extends InterfaceTypeHierarchical reference to an interface being monitored or monitoring another interface.Java class for monitorInterfaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="monitorInterfaceType"> <complexContent> <extension base="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}interfaceType"> <sequence> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}description" minOccurs="0"/> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}vendorExtensions" minOccurs="0"/> </sequence> <attribute name="path" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringdescriptionprotected java.lang.Stringpathprotected VendorExtensionsvendorExtensions-
Fields inherited from class org.accellera.IPXACT_1685_2014.InterfaceType
busRef, componentRef, id
-
-
Constructor Summary
Constructors Constructor Description MonitorInterfaceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetPath()Gets the value of the path property.VendorExtensionsgetVendorExtensions()Gets the value of the vendorExtensions property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetPath(java.lang.String value)Sets the value of the path property.voidsetVendorExtensions(VendorExtensions value)Sets the value of the vendorExtensions property.-
Methods inherited from class org.accellera.IPXACT_1685_2014.InterfaceType
getBusRef, getComponentRef, getId, setBusRef, setComponentRef, setId
-
-
-
-
Field Detail
-
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
-
vendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected VendorExtensions vendorExtensions
-
path
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String path
-
-
Method Detail
-
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
-
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
-
getPath
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") 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="2026-01-14T04:58:49Z") public void setPath(java.lang.String value)Sets the value of the path property.- Parameters:
value- allowed object isString
-
-