public class TScriptTask extends TTask
Java class for tScriptTask complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tScriptTask">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tTask">
<sequence>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}script" minOccurs="0"/>
</sequence>
<attribute name="scriptFormat" type="{http://www.w3.org/2001/XMLSchema}string" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TScript |
script |
protected java.lang.String |
scriptFormat |
_default, completionQuantity, dataInputAssociation, dataOutputAssociation, ioSpecification, isForCompensation, loopCharacteristics, property, resourceRole, startQuantityauditing, categoryValueRef, monitoring, namedocumentation, extensionElements, id| Constructor and Description |
|---|
TScriptTask() |
| Modifier and Type | Method and Description |
|---|---|
TScript |
getScript()
Gets the value of the script property.
|
java.lang.String |
getScriptFormat()
Gets the value of the scriptFormat property.
|
void |
setScript(TScript value)
Sets the value of the script property.
|
void |
setScriptFormat(java.lang.String value)
Sets the value of the scriptFormat property.
|
getCompletionQuantity, getDataInputAssociation, getDataOutputAssociation, getDefault, getIoSpecification, getLoopCharacteristics, getProperty, getResourceRole, getStartQuantity, isIsForCompensation, setCompletionQuantity, setDefault, setIoSpecification, setIsForCompensation, setLoopCharacteristics, setStartQuantitygetIncoming, getOutgoinggetAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setNamegetDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected TScript script
protected java.lang.String scriptFormat
public TScript getScript()
TScriptpublic void setScript(TScript value)
value - allowed object is
TScriptpublic java.lang.String getScriptFormat()
Stringpublic void setScriptFormat(java.lang.String value)
value - allowed object is
StringCopyright © 2018 SAP SE. All Rights Reserved.