Package org.omg.spec.bpmn.model
Class TMessage
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TRootElement
-
- org.omg.spec.bpmn.model.TMessage
-
public class TMessage extends TRootElement
Java class for tMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tMessage"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tRootElement"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="itemRef" 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 QName
itemRef
protected String
name
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getItemRef()
Gets the value of the itemRef property.String
getName()
Gets the value of the name property.void
setItemRef(QName value)
Sets the value of the itemRef property.void
setName(String value)
Sets the value of the name property.-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getItemRef
public QName getItemRef()
Gets the value of the itemRef property.- Returns:
- possible object is
QName
-
-