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="2024-11-14T04:42:42Z") public static class MonitorInterconnection.MonitorInterface extends MonitorInterfaceType
Java 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 UnsignedBitExpression
isPresent
-
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 UnsignedBitExpression
getIsPresent()
Gets the value of the isPresent property.void
setIsPresent(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="2024-11-14T04:42:42Z") protected UnsignedBitExpression isPresent
-
-
Method Detail
-
getIsPresent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") 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="2024-11-14T04:42:42Z") public void setIsPresent(UnsignedBitExpression value)
Sets the value of the isPresent property.- Parameters:
value
- allowed object isUnsignedBitExpression
-
-