Class ExecuteScriptType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class ExecuteScriptType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    Java class for ExecuteScriptType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ExecuteScriptType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}scriptingExpression"/>
             <element name="input" type="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}ValueListType" minOccurs="0"/>
             <element name="options" type="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}ScriptingExpressionEvaluationOptionsType" minOccurs="0"/>
             <element name="variables" type="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}ScriptingVariablesDefinitionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form