public class TOperation extends TBaseElement
tOperation complex type的 Java 类。
以下模式片段指定包含在此类中的预期内容。
<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>
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<QName> |
errorRef |
protected QName |
implementationRef |
protected QName |
inMessageRef |
protected String |
name |
protected QName |
outMessageRef |
documentation, extensionElements, id| 构造器和说明 |
|---|
TOperation() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<QName> |
getErrorRef()
Gets the value of the errorRef property.
|
QName |
getImplementationRef()
获取implementationRef属性的值。
|
QName |
getInMessageRef()
获取inMessageRef属性的值。
|
String |
getName()
获取name属性的值。
|
QName |
getOutMessageRef()
获取outMessageRef属性的值。
|
void |
setImplementationRef(QName value)
设置implementationRef属性的值。
|
void |
setInMessageRef(QName value)
设置inMessageRef属性的值。
|
void |
setName(String value)
设置name属性的值。
|
void |
setOutMessageRef(QName value)
设置outMessageRef属性的值。
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected QName inMessageRef
protected QName outMessageRef
protected String name
protected QName implementationRef
public void setInMessageRef(QName value)
value - allowed object is
QNamepublic void setOutMessageRef(QName value)
value - allowed object is
QNamepublic List<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 QName getImplementationRef()
QNameCopyright © 2021. All rights reserved.