Class ExecuteScriptType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.model.scripting_3.ExecuteScriptType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class ExecuteScriptType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_INPUT
static ItemName
F_OPTIONS
static ItemName
F_SCRIPTING_EXPRESSION
static ItemName
F_VARIABLES
protected ValueListType
input
protected ScriptingExpressionEvaluationOptionsType
options
protected javax.xml.bind.JAXBElement<? extends ScriptingExpressionType>
scriptingExpression
protected ScriptingVariablesDefinitionType
variables
-
Constructor Summary
Constructors Constructor Description ExecuteScriptType()
ExecuteScriptType(ExecuteScriptType other)
-
Method Summary
-
-
-
Field Detail
-
scriptingExpression
protected javax.xml.bind.JAXBElement<? extends ScriptingExpressionType> scriptingExpression
-
input
protected ValueListType input
-
options
protected ScriptingExpressionEvaluationOptionsType options
-
variables
protected ScriptingVariablesDefinitionType variables
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_SCRIPTING_EXPRESSION
public static final ItemName F_SCRIPTING_EXPRESSION
-
F_INPUT
public static final ItemName F_INPUT
-
F_OPTIONS
public static final ItemName F_OPTIONS
-
F_VARIABLES
public static final ItemName F_VARIABLES
-
-
Constructor Detail
-
ExecuteScriptType
public ExecuteScriptType()
-
ExecuteScriptType
public ExecuteScriptType(ExecuteScriptType other)
-
-
Method Detail
-
getScriptingExpression
public javax.xml.bind.JAXBElement<? extends ScriptingExpressionType> getScriptingExpression()
-
setScriptingExpression
public void setScriptingExpression(javax.xml.bind.JAXBElement<? extends ScriptingExpressionType> value)
-
getInput
public ValueListType getInput()
-
setInput
public void setInput(ValueListType value)
-
getOptions
public ScriptingExpressionEvaluationOptionsType getOptions()
-
setOptions
public void setOptions(ScriptingExpressionEvaluationOptionsType value)
-
getVariables
public ScriptingVariablesDefinitionType getVariables()
-
setVariables
public void setVariables(ScriptingVariablesDefinitionType value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
scriptingExpression
public ExecuteScriptType scriptingExpression(javax.xml.bind.JAXBElement<? extends ScriptingExpressionType> value)
-
input
public ExecuteScriptType input(ValueListType value)
-
beginInput
public ValueListType beginInput()
-
options
public ExecuteScriptType options(ScriptingExpressionEvaluationOptionsType value)
-
beginOptions
public ScriptingExpressionEvaluationOptionsType beginOptions()
-
variables
public ExecuteScriptType variables(ScriptingVariablesDefinitionType value)
-
beginVariables
public ScriptingVariablesDefinitionType beginVariables()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public ExecuteScriptType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-