Class TCorrelationPropertyBinding
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TCorrelationPropertyBinding
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
FieldsFields 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 correlationPropertyRef property.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 ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
dataPath
-
correlationPropertyRef
-
-
Constructor Details
-
TCorrelationPropertyBinding
public TCorrelationPropertyBinding()
-
-
Method Details
-
getDataPath
Gets the value of the dataPath property.- Returns:
- possible object is
TFormalExpression
-
setDataPath
Sets the value of the dataPath property.- Parameters:
value
- allowed object isTFormalExpression
-
getCorrelationPropertyRef
Gets the value of the correlationPropertyRef property.- Returns:
- possible object is
QName
-
setCorrelationPropertyRef
Sets the value of the correlationPropertyRef property.- Parameters:
value
- allowed object isQName
-