Package org.omg.spec.bpmn.model
Class TCorrelationPropertyRetrievalExpression
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TCorrelationPropertyRetrievalExpression
-
public class TCorrelationPropertyRetrievalExpression extends TBaseElement
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
Fields Modifier and Type Field Description protected TFormalExpression
messagePath
protected QName
messageRef
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TCorrelationPropertyRetrievalExpression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TFormalExpression
getMessagePath()
Gets the value of the messagePath property.QName
getMessageRef()
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 org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Field Detail
-
messagePath
protected TFormalExpression messagePath
-
messageRef
protected QName messageRef
-
-
Method Detail
-
getMessagePath
public TFormalExpression getMessagePath()
Gets the value of the messagePath property.- Returns:
- possible object is
TFormalExpression
-
setMessagePath
public void setMessagePath(TFormalExpression value)
Sets the value of the messagePath property.- Parameters:
value
- allowed object isTFormalExpression
-
getMessageRef
public QName getMessageRef()
Gets the value of the messageRef property.- Returns:
- possible object is
QName
-
-