Class ExecuteScriptResponseType

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

    public class ExecuteScriptResponseType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Result of a single script execution.

    Java class for ExecuteScriptResponseType complex type.

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

     <complexType name="ExecuteScriptResponseType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="output" type="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}ExecuteScriptOutputType" minOccurs="0"/>
             <element name="result" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultType"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form