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>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.namespace.QName |
messageRef |
protected javax.xml.namespace.QName |
operationRef |
documentation, extensionElements, id| Constructor and Description |
|---|
TMessageEventDefinition() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.namespace.QName |
getMessageRef()
Gets the value of the messageRef property.
|
javax.xml.namespace.QName |
getOperationRef()
Gets the value of the operationRef property.
|
void |
setMessageRef(javax.xml.namespace.QName value)
Sets the value of the messageRef property.
|
void |
setOperationRef(javax.xml.namespace.QName value)
Sets the value of the operationRef property.
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected javax.xml.namespace.QName operationRef
protected javax.xml.namespace.QName messageRef
public javax.xml.namespace.QName getOperationRef()
QNamepublic void setOperationRef(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic javax.xml.namespace.QName getMessageRef()
QNamepublic void setMessageRef(javax.xml.namespace.QName value)
value - allowed object is
QNameCopyright © 2018 SAP SE. All Rights Reserved.