Package org.omg.spec.bpmn.model
Class TMessageEventDefinition
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TRootElement
-
- org.omg.spec.bpmn.model.TEventDefinition
-
- org.omg.spec.bpmn.model.TMessageEventDefinition
-
public class TMessageEventDefinition extends TEventDefinition
Java class for tMessageEventDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tMessageEventDefinition"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tEventDefinition"> <sequence> <element name="operationRef" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/> </sequence> <attribute name="messageRef" 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 QNamemessageRefprotected QNameoperationRef-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TMessageEventDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetMessageRef()Gets the value of the messageRef property.QNamegetOperationRef()Gets the value of the operationRef property.voidsetMessageRef(QName value)Sets the value of the messageRef property.voidsetOperationRef(QName value)Sets the value of the operationRef property.-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Method Detail
-
getOperationRef
public QName getOperationRef()
Gets the value of the operationRef property.- Returns:
- possible object is
QName
-
setOperationRef
public void setOperationRef(QName value)
Sets the value of the operationRef property.- Parameters:
value- allowed object isQName
-
getMessageRef
public QName getMessageRef()
Gets the value of the messageRef property.- Returns:
- possible object is
QName
-
-