public class TGlobalScriptTask extends TGlobalTask
tGlobalScriptTask complex type的 Java 类。
以下模式片段指定包含在此类中的预期内容。
<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>
| 限定符和类型 | 字段和说明 |
|---|---|
protected TScript |
script |
protected String |
scriptLanguage |
resourceRoleioBinding, ioSpecification, name, supportedInterfaceRefdocumentation, extensionElements, id| 构造器和说明 |
|---|
TGlobalScriptTask() |
| 限定符和类型 | 方法和说明 |
|---|---|
TScript |
getScript()
获取script属性的值。
|
String |
getScriptLanguage()
获取scriptLanguage属性的值。
|
void |
setScript(TScript value)
设置script属性的值。
|
void |
setScriptLanguage(String value)
设置scriptLanguage属性的值。
|
getResourceRolegetIoBinding, getIoSpecification, getName, getSupportedInterfaceRef, setIoSpecification, setNamegetDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdCopyright © 2022. All rights reserved.