Class PortTransactionalType


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v3.0.2",
               date="2026-01-14T04:58:44Z")
    public class PortTransactionalType
    extends java.lang.Object
    Transactional port type.

    Java class for portTransactionalType complex type.

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

     <complexType name="portTransactionalType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}transTypeDef" minOccurs="0"/>
             <element name="service">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}initiative"/>
                       <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}serviceTypeDefs" minOccurs="0"/>
                       <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}vendorExtensions" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="connection" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="maxConnections" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
                       <element name="minConnections" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
           <attribute name="allLogicalInitiativesAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • transTypeDef

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        protected TransTypeDef transTypeDef
      • service

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        protected PortTransactionalType.Service service
      • connection

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        protected PortTransactionalType.Connection connection
      • allLogicalInitiativesAllowed

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

      • PortTransactionalType

        public PortTransactionalType()
    • Method Detail

      • getTransTypeDef

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        public TransTypeDef getTransTypeDef()
        Definition of the port type expressed in the default language for this port (i.e. SystemC or SystemV).
        Returns:
        possible object is TransTypeDef
      • setTransTypeDef

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        public void setTransTypeDef​(TransTypeDef value)
        Sets the value of the transTypeDef property.
        Parameters:
        value - allowed object is TransTypeDef
      • isAllLogicalInitiativesAllowed

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        public boolean isAllLogicalInitiativesAllowed()
        Gets the value of the allLogicalInitiativesAllowed property.
        Returns:
        possible object is Boolean
      • setAllLogicalInitiativesAllowed

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        public void setAllLogicalInitiativesAllowed​(java.lang.Boolean value)
        Sets the value of the allLogicalInitiativesAllowed property.
        Parameters:
        value - allowed object is Boolean