Package org.omg.spec.bpmn.model
Class TComplexGateway
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TFlowElement
-
- org.omg.spec.bpmn.model.TFlowNode
-
- org.omg.spec.bpmn.model.TGateway
-
- org.omg.spec.bpmn.model.TComplexGateway
-
public class TComplexGateway extends TGateway
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
Fields Modifier and Type Field Description protected Object
_default
protected TExpression
activationCondition
-
Fields inherited from class org.omg.spec.bpmn.model.TGateway
gatewayDirection
-
Fields inherited from class org.omg.spec.bpmn.model.TFlowElement
auditing, categoryValueRef, monitoring, name
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TComplexGateway()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TExpression
getActivationCondition()
Gets the value of the activationCondition property.Object
getDefault()
Gets the value of the default property.void
setActivationCondition(TExpression value)
Sets the value of the activationCondition property.void
setDefault(Object value)
Sets the value of the default property.-
Methods inherited from class org.omg.spec.bpmn.model.TGateway
getGatewayDirection, setGatewayDirection
-
Methods inherited from class org.omg.spec.bpmn.model.TFlowNode
getIncoming, getOutgoing
-
Methods inherited from class org.omg.spec.bpmn.model.TFlowElement
getAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setName
-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Field Detail
-
activationCondition
protected TExpression activationCondition
-
_default
protected Object _default
-
-
Method Detail
-
getActivationCondition
public TExpression getActivationCondition()
Gets the value of the activationCondition property.- Returns:
- possible object is
TExpression
-
setActivationCondition
public void setActivationCondition(TExpression value)
Sets the value of the activationCondition property.- Parameters:
value
- allowed object isTExpression
-
getDefault
public Object getDefault()
Gets the value of the default property.- Returns:
- possible object is
Object
-
-