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>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.namespace.QName |
itemRef |
protected java.lang.String |
name |
documentation, extensionElements, id| Constructor and Description |
|---|
TMessage() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.namespace.QName |
getItemRef()
Gets the value of the itemRef property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
setItemRef(javax.xml.namespace.QName value)
Sets the value of the itemRef property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected java.lang.String name
protected javax.xml.namespace.QName itemRef
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.namespace.QName getItemRef()
QNamepublic void setItemRef(javax.xml.namespace.QName value)
value - allowed object is
QNameCopyright © 2018 SAP SE. All Rights Reserved.