Package org.accellera.IPXACT_1685_2014
Class ActiveInterface
- java.lang.Object
- 
- org.accellera.IPXACT_1685_2014.InterfaceType
- 
- org.accellera.IPXACT_1685_2014.ActiveInterface
 
 
- 
 @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public class ActiveInterface extends InterfaceTypeJava 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}interfaceType"> <sequence> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}isPresent" minOccurs="0"/> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}description" minOccurs="0"/> <element name="excludePorts" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="excludePort" maxOccurs="unbounded"> <complexType> <simpleContent> <extension base="<http://www.accellera.org/XMLSchema/IPXACT/1685-2014>portName"> <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/> </extension> </simpleContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}vendorExtensions" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classActiveInterface.ExcludePortsJava class for anonymous complex type.
 - 
Field SummaryFields Modifier and Type Field Description protected java.lang.Stringdescriptionprotected ActiveInterface.ExcludePortsexcludePortsprotected UnsignedBitExpressionisPresentprotected VendorExtensionsvendorExtensions- 
Fields inherited from class org.accellera.IPXACT_1685_2014.InterfaceTypebusRef, componentRef, id
 
- 
 - 
Constructor SummaryConstructors Constructor Description ActiveInterface()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Gets the value of the description property.ActiveInterface.ExcludePortsgetExcludePorts()Gets the value of the excludePorts property.UnsignedBitExpressiongetIsPresent()Gets the value of the isPresent property.VendorExtensionsgetVendorExtensions()Gets the value of the vendorExtensions property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetExcludePorts(ActiveInterface.ExcludePorts value)Sets the value of the excludePorts property.voidsetIsPresent(UnsignedBitExpression value)Sets the value of the isPresent property.voidsetVendorExtensions(VendorExtensions value)Sets the value of the vendorExtensions property.- 
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
 - 
description@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected java.lang.String description
 - 
excludePorts@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected ActiveInterface.ExcludePorts excludePorts
 - 
vendorExtensions@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected VendorExtensions vendorExtensions
 
- 
 - 
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
 
 - 
getDescription@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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="2025-10-14T04:40:54Z") public void setDescription(java.lang.String value)Sets the value of the description property.- Parameters:
- value- allowed object is- String
 
 - 
getExcludePorts@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public ActiveInterface.ExcludePorts getExcludePorts()Gets the value of the excludePorts property.- Returns:
- possible object is
     ActiveInterface.ExcludePorts
 
 - 
setExcludePorts@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public void setExcludePorts(ActiveInterface.ExcludePorts value)Sets the value of the excludePorts property.- Parameters:
- value- allowed object is- ActiveInterface.ExcludePorts
 
 - 
getVendorExtensions@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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="2025-10-14T04:40:54Z") public void setVendorExtensions(VendorExtensions value)Sets the value of the vendorExtensions property.- Parameters:
- value- allowed object is- VendorExtensions
 
 
- 
 
-