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="2024-11-14T04:42:51Z") public class ActiveInterface extends InterfaceType
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}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 Summary
Nested Classes Modifier and Type Class Description static class
ActiveInterface.ExcludePorts
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
description
protected ActiveInterface.ExcludePorts
excludePorts
protected UnsignedBitExpression
isPresent
protected VendorExtensions
vendorExtensions
-
Fields inherited from class org.accellera.IPXACT_1685_2014.InterfaceType
busRef, componentRef, id
-
-
Constructor Summary
Constructors Constructor Description ActiveInterface()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
Gets the value of the description property.ActiveInterface.ExcludePorts
getExcludePorts()
Gets the value of the excludePorts property.UnsignedBitExpression
getIsPresent()
Gets the value of the isPresent property.VendorExtensions
getVendorExtensions()
Gets the value of the vendorExtensions property.void
setDescription(java.lang.String value)
Sets the value of the description property.void
setExcludePorts(ActiveInterface.ExcludePorts value)
Sets the value of the excludePorts property.void
setIsPresent(UnsignedBitExpression value)
Sets the value of the isPresent property.void
setVendorExtensions(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
-
isPresent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected UnsignedBitExpression isPresent
-
description
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected java.lang.String description
-
excludePorts
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected ActiveInterface.ExcludePorts excludePorts
-
vendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected VendorExtensions vendorExtensions
-
-
Method Detail
-
getIsPresent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") 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="2024-11-14T04:42:51Z") public void setIsPresent(UnsignedBitExpression value)
Sets the value of the isPresent property.- Parameters:
value
- allowed object isUnsignedBitExpression
-
getDescription
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") 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="2024-11-14T04:42:51Z") public void setDescription(java.lang.String value)
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
getExcludePorts
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") 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="2024-11-14T04:42:51Z") public void setExcludePorts(ActiveInterface.ExcludePorts value)
Sets the value of the excludePorts property.- Parameters:
value
- allowed object isActiveInterface.ExcludePorts
-
getVendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") 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="2024-11-14T04:42:51Z") public void setVendorExtensions(VendorExtensions value)
Sets the value of the vendorExtensions property.- Parameters:
value
- allowed object isVendorExtensions
-
-