public class TGlobalUserTask extends TGlobalTask
tGlobalUserTask complex type的 Java 类。
以下模式片段指定包含在此类中的预期内容。
<complexType name="tGlobalUserTask">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tGlobalTask">
<sequence>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}rendering" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="implementation" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tImplementation" default="##unspecified" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
implementation |
protected List<TRendering> |
rendering |
resourceRoleioBinding, ioSpecification, name, supportedInterfaceRefdocumentation, extensionElements, id| 构造器和说明 |
|---|
TGlobalUserTask() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getImplementation()
获取implementation属性的值。
|
List<TRendering> |
getRendering()
Gets the value of the rendering property.
|
void |
setImplementation(String value)
设置implementation属性的值。
|
getResourceRolegetIoBinding, getIoSpecification, getName, getSupportedInterfaceRef, setIoSpecification, setNamegetDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected List<TRendering> rendering
protected String implementation
public List<TRendering> getRendering()
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 rendering property.
For example, to add a new item, do as follows:
getRendering().add(newItem);
Objects of the following type(s) are allowed in the list
TRendering
public String getImplementation()
StringCopyright © 2021. All rights reserved.