public class TCorrelationPropertyBinding extends TBaseElement
tCorrelationPropertyBinding complex type的 Java 类。
以下模式片段指定包含在此类中的预期内容。
<complexType name="tCorrelationPropertyBinding">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
<sequence>
<element name="dataPath" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tFormalExpression"/>
</sequence>
<attribute name="correlationPropertyRef" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| 限定符和类型 | 字段和说明 |
|---|---|
protected QName |
correlationPropertyRef |
protected TFormalExpression |
dataPath |
documentation, extensionElements, id| 构造器和说明 |
|---|
TCorrelationPropertyBinding() |
| 限定符和类型 | 方法和说明 |
|---|---|
QName |
getCorrelationPropertyRef()
获取correlationPropertyRef属性的值。
|
TFormalExpression |
getDataPath()
获取dataPath属性的值。
|
void |
setCorrelationPropertyRef(QName value)
设置correlationPropertyRef属性的值。
|
void |
setDataPath(TFormalExpression value)
设置dataPath属性的值。
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected TFormalExpression dataPath
protected QName correlationPropertyRef
public TFormalExpression getDataPath()
TFormalExpressionpublic void setDataPath(TFormalExpression value)
value - allowed object is
TFormalExpressionpublic QName getCorrelationPropertyRef()
QNameCopyright © 2022. All rights reserved.