Class TCorrelationPropertyRetrievalExpression
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TCorrelationPropertyRetrievalExpression
Java class for tCorrelationPropertyRetrievalExpression complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tCorrelationPropertyRetrievalExpression"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement"> <sequence> <element name="messagePath" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tFormalExpression"/> </sequence> <attribute name="messageRef" 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 messagePath property.Gets the value of the messageRef property.void
setMessagePath
(TFormalExpression value) Sets the value of the messagePath property.void
setMessageRef
(QName value) Sets the value of the messageRef property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
messagePath
-
messageRef
-
-
Constructor Details
-
TCorrelationPropertyRetrievalExpression
public TCorrelationPropertyRetrievalExpression()
-
-
Method Details
-
getMessagePath
Gets the value of the messagePath property.- Returns:
- possible object is
TFormalExpression
-
setMessagePath
Sets the value of the messagePath property.- Parameters:
value
- allowed object isTFormalExpression
-
getMessageRef
Gets the value of the messageRef property.- Returns:
- possible object is
QName
-
setMessageRef
Sets the value of the messageRef property.- Parameters:
value
- allowed object isQName
-