public class TComplexBehaviorDefinition extends TBaseElement
tComplexBehaviorDefinition complex type的 Java 类。
以下模式片段指定包含在此类中的预期内容。
<complexType name="tComplexBehaviorDefinition">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
<sequence>
<element name="condition" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tFormalExpression"/>
<element name="event" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tImplicitThrowEvent" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| 限定符和类型 | 字段和说明 |
|---|---|
protected TFormalExpression |
condition |
protected TImplicitThrowEvent |
event |
documentation, extensionElements, id| 构造器和说明 |
|---|
TComplexBehaviorDefinition() |
| 限定符和类型 | 方法和说明 |
|---|---|
TFormalExpression |
getCondition()
获取condition属性的值。
|
TImplicitThrowEvent |
getEvent()
获取event属性的值。
|
void |
setCondition(TFormalExpression value)
设置condition属性的值。
|
void |
setEvent(TImplicitThrowEvent value)
设置event属性的值。
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected TFormalExpression condition
protected TImplicitThrowEvent event
public TFormalExpression getCondition()
TFormalExpressionpublic void setCondition(TFormalExpression value)
value - allowed object is
TFormalExpressionpublic TImplicitThrowEvent getEvent()
TImplicitThrowEventpublic void setEvent(TImplicitThrowEvent value)
value - allowed object is
TImplicitThrowEventCopyright © 2021. All rights reserved.