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 v3.0.2", date="2025-10-14T04:40:54Z") 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 SummaryFields Modifier and Type Field Description protected UnsignedBitExpressionisPresent- 
Fields inherited from class org.accellera.IPXACT_1685_2014.MonitorInterfaceTypedescription, path, vendorExtensions
 - 
Fields inherited from class org.accellera.IPXACT_1685_2014.InterfaceTypebusRef, componentRef, id
 
- 
 - 
Constructor SummaryConstructors Constructor Description MonitorInterface()
 - 
Method SummaryAll 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.MonitorInterfaceTypegetDescription, getPath, getVendorExtensions, setDescription, setPath, setVendorExtensions
 - 
Methods inherited from class org.accellera.IPXACT_1685_2014.InterfaceTypegetBusRef, getComponentRef, getId, setBusRef, setComponentRef, setId
 
- 
 
- 
- 
- 
Field Detail- 
isPresent@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected UnsignedBitExpression isPresent
 
- 
 - 
Method Detail- 
getIsPresent@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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 v3.0.2", date="2025-10-14T04:40:54Z") public void setIsPresent(UnsignedBitExpression value)Sets the value of the isPresent property.- Parameters:
- value- allowed object is- UnsignedBitExpression
 
 
- 
 
-