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:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
protected ValueListType
protected ScriptingExpressionEvaluationOptionsType
protected jakarta.xml.bind.JAXBElement<? extends ScriptingExpressionType>
protected ScriptingVariablesDefinitionType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(JaxbVisitor visitor) clone()
boolean
equals
(Object other, StructuredEqualsStrategy strategy) getInput()
jakarta.xml.bind.JAXBElement<? extends ScriptingExpressionType>
int
hashCode
(StructuredHashCodeStrategy strategy) input
(ValueListType value) scriptingExpression
(jakarta.xml.bind.JAXBElement<? extends ScriptingExpressionType> value) void
setInput
(ValueListType value) void
void
setScriptingExpression
(jakarta.xml.bind.JAXBElement<? extends ScriptingExpressionType> value) void
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
scriptingExpression
-
input
-
options
-
variables
-
COMPLEX_TYPE
-
F_SCRIPTING_EXPRESSION
-
F_INPUT
-
F_OPTIONS
-
F_VARIABLES
-
-
Constructor Details
-
ExecuteScriptType
public ExecuteScriptType() -
ExecuteScriptType
-
-
Method Details
-
getScriptingExpression
-
setScriptingExpression
public void setScriptingExpression(jakarta.xml.bind.JAXBElement<? extends ScriptingExpressionType> value) -
getInput
-
setInput
-
getOptions
-
setOptions
-
getVariables
-
setVariables
-
hashCode
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
scriptingExpression
public ExecuteScriptType scriptingExpression(jakarta.xml.bind.JAXBElement<? extends ScriptingExpressionType> value) -
input
-
beginInput
-
options
-
beginOptions
-
variables
-
beginVariables
-
accept
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-