Package org.omg.spec.bpmn.model
Class TCorrelationPropertyBinding
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TCorrelationPropertyBinding
-
public class TCorrelationPropertyBinding extends TBaseElement
Java class for tCorrelationPropertyBinding complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
-
-
Field Summary
Fields Modifier and Type Field Description protected QName
correlationPropertyRef
protected TFormalExpression
dataPath
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TCorrelationPropertyBinding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getCorrelationPropertyRef()
Gets the value of the correlationPropertyRef property.TFormalExpression
getDataPath()
Gets the value of the dataPath property.void
setCorrelationPropertyRef(QName value)
Sets the value of the correlationPropertyRef property.void
setDataPath(TFormalExpression value)
Sets the value of the dataPath property.-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Field Detail
-
dataPath
protected TFormalExpression dataPath
-
correlationPropertyRef
protected QName correlationPropertyRef
-
-
Method Detail
-
getDataPath
public TFormalExpression getDataPath()
Gets the value of the dataPath property.- Returns:
- possible object is
TFormalExpression
-
setDataPath
public void setDataPath(TFormalExpression value)
Sets the value of the dataPath property.- Parameters:
value
- allowed object isTFormalExpression
-
getCorrelationPropertyRef
public QName getCorrelationPropertyRef()
Gets the value of the correlationPropertyRef property.- Returns:
- possible object is
QName
-
-