|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.AbstractionDefinition.PortTransactionalType
public class PortTransactionalType
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>
Nested Class Summary | |
---|---|
static class |
PortTransactionalType.Connection
Java class for anonymous complex type. |
static class |
PortTransactionalType.Service
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
PortTransactionalType()
|
Method Summary | |
---|---|
PortTransactionalType.Connection |
getConnection()
Gets the value of the connection property. |
PortTransactionalType.Service |
getService()
Gets the value of the service property. |
TransTypeDef |
getTransTypeDef()
Definition of the port type expressed in the default language for this port (i.e. |
boolean |
isAllLogicalInitiativesAllowed()
Gets the value of the allLogicalInitiativesAllowed property. |
void |
setAllLogicalInitiativesAllowed(java.lang.Boolean value)
Sets the value of the allLogicalInitiativesAllowed property. |
void |
setConnection(PortTransactionalType.Connection value)
Sets the value of the connection property. |
void |
setService(PortTransactionalType.Service value)
Sets the value of the service property. |
void |
setTransTypeDef(TransTypeDef value)
Sets the value of the transTypeDef property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortTransactionalType()
Method Detail |
---|
public TransTypeDef getTransTypeDef()
TransTypeDef
public void setTransTypeDef(TransTypeDef value)
value
- allowed object is
TransTypeDef
public PortTransactionalType.Service getService()
PortTransactionalType.Service
public void setService(PortTransactionalType.Service value)
value
- allowed object is
PortTransactionalType.Service
public PortTransactionalType.Connection getConnection()
PortTransactionalType.Connection
public void setConnection(PortTransactionalType.Connection value)
value
- allowed object is
PortTransactionalType.Connection
public boolean isAllLogicalInitiativesAllowed()
Boolean
public void setAllLogicalInitiativesAllowed(java.lang.Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |