Class PortTransactionalType
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.PortTransactionalType
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public class PortTransactionalType extends java.lang.ObjectTransactional 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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPortTransactionalType.ConnectionJava class for anonymous complex type.static classPortTransactionalType.ServiceJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleanallLogicalInitiativesAllowedprotected PortTransactionalType.Connectionconnectionprotected PortTransactionalType.Serviceserviceprotected TransTypeDeftransTypeDef
-
Constructor Summary
Constructors Constructor Description PortTransactionalType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PortTransactionalType.ConnectiongetConnection()Gets the value of the connection property.PortTransactionalType.ServicegetService()Gets the value of the service property.TransTypeDefgetTransTypeDef()Definition of the port type expressed in the default language for this port (i.e.booleanisAllLogicalInitiativesAllowed()Gets the value of the allLogicalInitiativesAllowed property.voidsetAllLogicalInitiativesAllowed(java.lang.Boolean value)Sets the value of the allLogicalInitiativesAllowed property.voidsetConnection(PortTransactionalType.Connection value)Sets the value of the connection property.voidsetService(PortTransactionalType.Service value)Sets the value of the service property.voidsetTransTypeDef(TransTypeDef value)Sets the value of the transTypeDef property.
-
-
-
Field Detail
-
transTypeDef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected TransTypeDef transTypeDef
-
service
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected PortTransactionalType.Service service
-
connection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected PortTransactionalType.Connection connection
-
allLogicalInitiativesAllowed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected java.lang.Boolean allLogicalInitiativesAllowed
-
-
Method Detail
-
getTransTypeDef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") 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 v2.3.8", date="2026-01-14T04:58:58Z") public void setTransTypeDef(TransTypeDef value)Sets the value of the transTypeDef property.- Parameters:
value- allowed object isTransTypeDef
-
getService
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public PortTransactionalType.Service getService()Gets the value of the service property.- Returns:
- possible object is
PortTransactionalType.Service
-
setService
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setService(PortTransactionalType.Service value)Sets the value of the service property.- Parameters:
value- allowed object isPortTransactionalType.Service
-
getConnection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public PortTransactionalType.Connection getConnection()Gets the value of the connection property.- Returns:
- possible object is
PortTransactionalType.Connection
-
setConnection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setConnection(PortTransactionalType.Connection value)Sets the value of the connection property.- Parameters:
value- allowed object isPortTransactionalType.Connection
-
isAllLogicalInitiativesAllowed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") 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 v2.3.8", date="2026-01-14T04:58:58Z") public void setAllLogicalInitiativesAllowed(java.lang.Boolean value)Sets the value of the allLogicalInitiativesAllowed property.- Parameters:
value- allowed object isBoolean
-
-