Class TOperation
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TOperation
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}string" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected QName
protected String
protected QName
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
documentation, extensionElements, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the errorRef property.Gets the value of the implementationRef property.Gets the value of the inMessageRef property.getName()
Gets the value of the name property.Gets the value of the outMessageRef property.void
setImplementationRef
(String value) Sets the value of the implementationRef property.void
setInMessageRef
(QName value) Sets the value of the inMessageRef property.void
Sets the value of the name property.void
setOutMessageRef
(QName value) Sets the value of the outMessageRef property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
inMessageRef
-
outMessageRef
-
errorRef
-
name
-
implementationRef
-
-
Constructor Details
-
TOperation
public TOperation()
-
-
Method Details
-
getInMessageRef
Gets the value of the inMessageRef property.- Returns:
- possible object is
QName
-
setInMessageRef
Sets the value of the inMessageRef property.- Parameters:
value
- allowed object isQName
-
getOutMessageRef
Gets the value of the outMessageRef property.- Returns:
- possible object is
QName
-
setOutMessageRef
Sets the value of the outMessageRef property.- Parameters:
value
- allowed object isQName
-
getErrorRef
Gets the value of the errorRef property.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 Jakarta XML Binding 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
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getImplementationRef
Gets the value of the implementationRef property.- Returns:
- possible object is
String
-
setImplementationRef
Sets the value of the implementationRef property.- Parameters:
value
- allowed object isString
-