public class TOperation extends TBaseElement
Java class for tOperation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tOperation">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
<sequence>
<element name="inMessageRef" type="{http://www.w3.org/2001/XMLSchema}QName"/>
<element name="outMessageRef" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
<element name="errorRef" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="implementationRef" type="{http://www.w3.org/2001/XMLSchema}QName" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<javax.xml.namespace.QName> |
errorRef |
protected javax.xml.namespace.QName |
implementationRef |
protected javax.xml.namespace.QName |
inMessageRef |
protected java.lang.String |
name |
protected javax.xml.namespace.QName |
outMessageRef |
documentation, extensionElements, id| Constructor and Description |
|---|
TOperation() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<javax.xml.namespace.QName> |
getErrorRef()
Gets the value of the errorRef property.
|
javax.xml.namespace.QName |
getImplementationRef()
Gets the value of the implementationRef property.
|
javax.xml.namespace.QName |
getInMessageRef()
Gets the value of the inMessageRef property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
javax.xml.namespace.QName |
getOutMessageRef()
Gets the value of the outMessageRef property.
|
void |
setImplementationRef(javax.xml.namespace.QName value)
Sets the value of the implementationRef property.
|
void |
setInMessageRef(javax.xml.namespace.QName value)
Sets the value of the inMessageRef property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setOutMessageRef(javax.xml.namespace.QName value)
Sets the value of the outMessageRef property.
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected javax.xml.namespace.QName inMessageRef
protected javax.xml.namespace.QName outMessageRef
protected java.util.List<javax.xml.namespace.QName> errorRef
protected java.lang.String name
protected javax.xml.namespace.QName implementationRef
public javax.xml.namespace.QName getInMessageRef()
QNamepublic void setInMessageRef(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic javax.xml.namespace.QName getOutMessageRef()
QNamepublic void setOutMessageRef(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic java.util.List<javax.xml.namespace.QName> getErrorRef()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the errorRef property.
For example, to add a new item, do as follows:
getErrorRef().add(newItem);
Objects of the following type(s) are allowed in the list
QName
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.namespace.QName getImplementationRef()
QNamepublic void setImplementationRef(javax.xml.namespace.QName value)
value - allowed object is
QNameCopyright © 2018 SAP SE. All Rights Reserved.