Package org.accellera.IPXACT_1685_2014
Class AbstractorPortType
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.PortType
-
- org.accellera.IPXACT_1685_2014.AbstractorPortType
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public class AbstractorPortType extends PortTypeA port description, giving a name and an access type for high level ports.Java class for abstractorPortType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="abstractorPortType"> <complexContent> <restriction base="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}portType"> <sequence> <sequence> <group ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}nameGroupPort"/> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}isPresent" minOccurs="0"/> <choice> <element name="wire" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}abstractorPortWireType"/> <element name="transactional" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}portTransactionalType"/> </choice> <sequence> <element name="access" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}portAccessType" minOccurs="0"/> </sequence> </sequence> <sequence> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}vendorExtensions" minOccurs="0"/> </sequence> </sequence> <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/> </restriction> </complexContent> </complexType>
-
-
Field Summary
-
Fields inherited from class org.accellera.IPXACT_1685_2014.PortType
access, arrays, description, displayName, id, isPresent, name, transactional, vendorExtensions, wire
-
-
Constructor Summary
Constructors Constructor Description AbstractorPortType()
-
Method Summary
-
Methods inherited from class org.accellera.IPXACT_1685_2014.PortType
getAccess, getArrays, getDescription, getDisplayName, getId, getIsPresent, getName, getTransactional, getVendorExtensions, getWire, setAccess, setArrays, setDescription, setDisplayName, setId, setIsPresent, setName, setTransactional, setVendorExtensions, setWire
-
-