public class TGlobalUserTask extends TGlobalTask
Java class for tGlobalUserTask complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
implementation |
protected java.util.List<TRendering> |
rendering |
resourceRoleioBinding, ioSpecification, name, supportedInterfaceRefdocumentation, extensionElements, id| Constructor and Description |
|---|
TGlobalUserTask() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getImplementation()
Gets the value of the implementation property.
|
java.util.List<TRendering> |
getRendering()
Gets the value of the rendering property.
|
void |
setImplementation(java.lang.String value)
Sets the value of the implementation property.
|
getResourceRolegetIoBinding, getIoSpecification, getName, getSupportedInterfaceRef, setIoSpecification, setNamegetDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected java.util.List<TRendering> rendering
protected java.lang.String implementation
public java.util.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 java.lang.String getImplementation()
Stringpublic void setImplementation(java.lang.String value)
value - allowed object is
StringCopyright © 2018 SAP SE. All Rights Reserved.