Class AbstractorPortType


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.8",
               date="2026-01-14T04:58:58Z")
    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.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}portType">
           <sequence>
             <sequence>
               <group ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}nameGroupPort"/>
               <choice>
                 <element name="wire" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}abstractorPortWireType"/>
                 <element name="transactional" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}portTransactionalType"/>
               </choice>
               <sequence>
                 <element name="access" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}portAccessType" minOccurs="0"/>
               </sequence>
             </sequence>
             <sequence>
               <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}vendorExtensions" minOccurs="0"/>
             </sequence>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AbstractorPortType

        public AbstractorPortType()