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 QNameCOMPLEX_TYPEstatic ItemNameF_INPUTstatic ItemNameF_OPTIONSstatic ItemNameF_SCRIPTING_EXPRESSIONstatic ItemNameF_VARIABLESprotected ValueListTypeinputprotected ScriptingExpressionEvaluationOptionsTypeoptionsprotected javax.xml.bind.JAXBElement<? extends ScriptingExpressionType>scriptingExpressionprotected ScriptingVariablesDefinitionTypevariables
-
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:
hashCodein interfacePlainStructured- Overrides:
hashCodein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin 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:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public ExecuteScriptType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-