Class TGlobalScriptTask
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TRootElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TCallableElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TGlobalTask
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TGlobalScriptTask
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
FieldsFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TGlobalTask
resourceRoleFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TCallableElement
ioBinding, ioSpecification, name, supportedInterfaceRefFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
documentation, extensionElements, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the script property.Gets the value of the scriptLanguage property.voidSets the value of the script property.voidsetScriptLanguage(String value) Sets the value of the scriptLanguage property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TGlobalTask
getResourceRoleMethods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TCallableElement
getIoBinding, getIoSpecification, getName, getSupportedInterfaceRef, setIoSpecification, setNameMethods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
script
-
scriptLanguage
-
-
Constructor Details
-
TGlobalScriptTask
public TGlobalScriptTask()
-
-
Method Details
-
getScript
Gets the value of the script property.- Returns:
- possible object is
TScript
-
setScript
Sets the value of the script property.- Parameters:
value- allowed object isTScript
-
getScriptLanguage
Gets the value of the scriptLanguage property.- Returns:
- possible object is
String
-
setScriptLanguage
Sets the value of the scriptLanguage property.- Parameters:
value- allowed object isString
-