Class PortType

  • Direct Known Subclasses:
    AbstractorPortType

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v3.0.2",
               date="2026-01-14T04:58:49Z")
    public class PortType
    extends PortDeclarationType
    A port description, giving a name and an access type for high level ports.

    Java class for portType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="portType">
       <complexContent>
         <extension base="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}portDeclarationType">
           <sequence>
             <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}vendorExtensions" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • vendorExtensions

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        protected VendorExtensions vendorExtensions
    • Constructor Detail

      • PortType

        public PortType()
    • Method Detail

      • getVendorExtensions

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        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="2026-01-14T04:58:49Z")
        public void setVendorExtensions​(VendorExtensions value)
        Sets the value of the vendorExtensions property.
        Parameters:
        value - allowed object is VendorExtensions