Class AbstractorPortType


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v3.0.2",
               date="2026-01-14T04:58:45Z")
    public class AbstractorPortType
    extends PortType
    A 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>
     
    • Constructor Detail

      • AbstractorPortType

        public AbstractorPortType()