Class TComplexGateway
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowNode
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TGateway
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TComplexGateway
Java class for tComplexGateway complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tComplexGateway"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tGateway"> <sequence> <element name="activationCondition" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tExpression" minOccurs="0"/> </sequence> <attribute name="default" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
FieldsFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TGateway
gatewayDirection
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowNode
incoming, outgoing
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowElement
auditing, categoryValueRef, monitoring, name
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
documentation, extensionElements, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the activationCondition property.Gets the value of the default property.void
Sets the value of the activationCondition property.void
setDefault
(Object value) Sets the value of the default property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TGateway
getGatewayDirection, setGatewayDirection
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowNode
getIncoming, getOutgoing
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowElement
getAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setName
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
activationCondition
-
_default
-
-
Constructor Details
-
TComplexGateway
public TComplexGateway()
-
-
Method Details
-
getActivationCondition
Gets the value of the activationCondition property.- Returns:
- possible object is
TExpression
-
setActivationCondition
Sets the value of the activationCondition property.- Parameters:
value
- allowed object isTExpression
-
getDefault
Gets the value of the default property.- Returns:
- possible object is
Object
-
setDefault
Sets the value of the default property.- Parameters:
value
- allowed object isObject
-