Package org.omg.spec.bpmn.model
Class TGlobalScriptTask
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TRootElement
-
- org.omg.spec.bpmn.model.TCallableElement
-
- org.omg.spec.bpmn.model.TGlobalTask
-
- org.omg.spec.bpmn.model.TGlobalScriptTask
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected TScript
script
protected String
scriptLanguage
-
Fields inherited from class org.omg.spec.bpmn.model.TGlobalTask
resourceRole
-
Fields inherited from class org.omg.spec.bpmn.model.TCallableElement
ioBinding, ioSpecification, name, supportedInterfaceRef
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TGlobalScriptTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TScript
getScript()
Gets the value of the script property.String
getScriptLanguage()
Gets the value of the scriptLanguage property.void
setScript(TScript value)
Sets the value of the script property.void
setScriptLanguage(String value)
Sets the value of the scriptLanguage property.-
Methods inherited from class org.omg.spec.bpmn.model.TGlobalTask
getResourceRole
-
Methods inherited from class org.omg.spec.bpmn.model.TCallableElement
getIoBinding, getIoSpecification, getName, getSupportedInterfaceRef, setIoSpecification, setName
-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Method Detail
-
getScript
public TScript getScript()
Gets the value of the script property.- Returns:
- possible object is
TScript
-
setScript
public void setScript(TScript value)
Sets the value of the script property.- Parameters:
value
- allowed object isTScript
-
getScriptLanguage
public String getScriptLanguage()
Gets the value of the scriptLanguage property.- Returns:
- possible object is
String
-
-