public class TGlobalScriptTask extends TGlobalTask
Java class for tGlobalScriptTask complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tGlobalScriptTask">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tGlobalTask">
<sequence>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}script" minOccurs="0"/>
</sequence>
<attribute name="scriptLanguage" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TScript |
script |
protected java.lang.String |
scriptLanguage |
resourceRoleioBinding, ioSpecification, name, supportedInterfaceRefdocumentation, extensionElements, id| Constructor and Description |
|---|
TGlobalScriptTask() |
| Modifier and Type | Method and Description |
|---|---|
TScript |
getScript()
Gets the value of the script property.
|
java.lang.String |
getScriptLanguage()
Gets the value of the scriptLanguage property.
|
void |
setScript(TScript value)
Sets the value of the script property.
|
void |
setScriptLanguage(java.lang.String value)
Sets the value of the scriptLanguage property.
|
getResourceRolegetIoBinding, getIoSpecification, getName, getSupportedInterfaceRef, setIoSpecification, setNamegetDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected TScript script
protected java.lang.String scriptLanguage
public TScript getScript()
TScriptpublic void setScript(TScript value)
value - allowed object is
TScriptpublic java.lang.String getScriptLanguage()
Stringpublic void setScriptLanguage(java.lang.String value)
value - allowed object is
StringCopyright © 2018 SAP SE. All Rights Reserved.