Class 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 Detail

      • scriptLanguage

        protected String scriptLanguage
    • Constructor Detail

      • TGlobalScriptTask

        public TGlobalScriptTask()
    • 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 is TScript
      • getScriptLanguage

        public String getScriptLanguage()
        Gets the value of the scriptLanguage property.
        Returns:
        possible object is String
      • setScriptLanguage

        public void setScriptLanguage​(String value)
        Sets the value of the scriptLanguage property.
        Parameters:
        value - allowed object is String