Package org.accellera.IPXACT_1685_2014
Class MonitorInterconnection.MonitorInterface
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.InterfaceType
-
- org.accellera.IPXACT_1685_2014.MonitorInterfaceType
-
- org.accellera.IPXACT_1685_2014.MonitorInterconnection.MonitorInterface
-
- Enclosing class:
- MonitorInterconnection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public static class MonitorInterconnection.MonitorInterface extends MonitorInterfaceTypeJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}monitorInterfaceType"> <sequence> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}isPresent" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected UnsignedBitExpressionisPresent-
Fields inherited from class org.accellera.IPXACT_1685_2014.MonitorInterfaceType
description, path, vendorExtensions
-
Fields inherited from class org.accellera.IPXACT_1685_2014.InterfaceType
busRef, componentRef, id
-
-
Constructor Summary
Constructors Constructor Description MonitorInterface()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnsignedBitExpressiongetIsPresent()Gets the value of the isPresent property.voidsetIsPresent(UnsignedBitExpression value)Sets the value of the isPresent property.-
Methods inherited from class org.accellera.IPXACT_1685_2014.MonitorInterfaceType
getDescription, getPath, getVendorExtensions, setDescription, setPath, setVendorExtensions
-
Methods inherited from class org.accellera.IPXACT_1685_2014.InterfaceType
getBusRef, getComponentRef, getId, setBusRef, setComponentRef, setId
-
-
-
-
Field Detail
-
isPresent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") protected UnsignedBitExpression isPresent
-
-
Method Detail
-
getIsPresent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") 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 v2.3.8", date="2025-10-14T04:40:56Z") public void setIsPresent(UnsignedBitExpression value)Sets the value of the isPresent property.- Parameters:
value- allowed object isUnsignedBitExpression
-
-