Class ExecuteScriptType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.model.scripting_3.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
-
-
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()
Creates a newExecuteScriptType
instance.ExecuteScriptType(ExecuteScriptType o)
Creates a newExecuteScriptType
instance by deeply copying a givenExecuteScriptType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
ValueListType
beginInput()
ScriptingExpressionEvaluationOptionsType
beginOptions()
ScriptingVariablesDefinitionType
beginVariables()
ExecuteScriptType
clone()
Creates and returns a deep copy of this object.boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
ValueListType
getInput()
Gets the value of the input property.ScriptingExpressionEvaluationOptionsType
getOptions()
Gets the value of the options property.javax.xml.bind.JAXBElement<? extends ScriptingExpressionType>
getScriptingExpression()
Gets the value of the scriptingExpression property.ScriptingVariablesDefinitionType
getVariables()
Gets the value of the variables property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
ExecuteScriptType
input(ValueListType value)
ExecuteScriptType
options(ScriptingExpressionEvaluationOptionsType value)
ExecuteScriptType
scriptingExpression(javax.xml.bind.JAXBElement<? extends ScriptingExpressionType> value)
void
setInput(ValueListType value)
Sets the value of the input property.void
setOptions(ScriptingExpressionEvaluationOptionsType value)
Sets the value of the options property.void
setScriptingExpression(javax.xml.bind.JAXBElement<? extends ScriptingExpressionType> value)
Sets the value of the scriptingExpression property.void
setVariables(ScriptingVariablesDefinitionType value)
Sets the value of the variables property.String
toString()
Generates a String representation of the contents of this type.ExecuteScriptType
variables(ScriptingVariablesDefinitionType value)
-
-
-
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()
Creates a newExecuteScriptType
instance.
-
ExecuteScriptType
public ExecuteScriptType(ExecuteScriptType o)
Creates a newExecuteScriptType
instance by deeply copying a givenExecuteScriptType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
getScriptingExpression
public javax.xml.bind.JAXBElement<? extends ScriptingExpressionType> getScriptingExpression()
Gets the value of the scriptingExpression property.- Returns:
- possible object is
JAXBElement
<
ActionExpressionType
>
JAXBElement
<
AddActionExpressionType
>
JAXBElement
<
ApplyDefinitionActionExpressionType
>
JAXBElement
<
AssignActionExpressionType
>
JAXBElement
<
DeleteActionExpressionType
>
JAXBElement
<
DisableActionExpressionType
>
JAXBElement
<
EnableActionExpressionType
>
JAXBElement
<
ExecuteScriptActionExpressionType
>
JAXBElement
<
ExpressionPipelineType
>
JAXBElement
<
ExpressionSequenceType
>
JAXBElement
<
FilterContentExpressionType
>
JAXBElement
<
FilterExpressionType
>
JAXBElement
<
ForeachExpressionType
>
JAXBElement
<
GenerateValueActionExpressionType
>
JAXBElement
<
LogActionExpressionType
>
JAXBElement
<
ModifyActionExpressionType
>
JAXBElement
<
NotifyActionExpressionType
>
JAXBElement
<
PurgeSchemaActionExpressionType
>
JAXBElement
<
RecomputeActionExpressionType
>
JAXBElement
<
ResolveReferenceActionExpressionType
>
JAXBElement
<
ResumeTaskActionExpressionType
>
JAXBElement
<
ScriptingExpressionType
>
JAXBElement
<
SearchExpressionType
>
JAXBElement
<
SelectExpressionType
>
JAXBElement
<
TestResourceActionExpressionType
>
JAXBElement
<
UnassignActionExpressionType
>
-
setScriptingExpression
public void setScriptingExpression(javax.xml.bind.JAXBElement<? extends ScriptingExpressionType> value)
Sets the value of the scriptingExpression property.- Parameters:
value
- allowed object isJAXBElement
<
ActionExpressionType
>
JAXBElement
<
AddActionExpressionType
>
JAXBElement
<
ApplyDefinitionActionExpressionType
>
JAXBElement
<
AssignActionExpressionType
>
JAXBElement
<
DeleteActionExpressionType
>
JAXBElement
<
DisableActionExpressionType
>
JAXBElement
<
EnableActionExpressionType
>
JAXBElement
<
ExecuteScriptActionExpressionType
>
JAXBElement
<
ExpressionPipelineType
>
JAXBElement
<
ExpressionSequenceType
>
JAXBElement
<
FilterContentExpressionType
>
JAXBElement
<
FilterExpressionType
>
JAXBElement
<
ForeachExpressionType
>
JAXBElement
<
GenerateValueActionExpressionType
>
JAXBElement
<
LogActionExpressionType
>
JAXBElement
<
ModifyActionExpressionType
>
JAXBElement
<
NotifyActionExpressionType
>
JAXBElement
<
PurgeSchemaActionExpressionType
>
JAXBElement
<
RecomputeActionExpressionType
>
JAXBElement
<
ResolveReferenceActionExpressionType
>
JAXBElement
<
ResumeTaskActionExpressionType
>
JAXBElement
<
ScriptingExpressionType
>
JAXBElement
<
SearchExpressionType
>
JAXBElement
<
SelectExpressionType
>
JAXBElement
<
TestResourceActionExpressionType
>
JAXBElement
<
UnassignActionExpressionType
>
-
getInput
public ValueListType getInput()
Gets the value of the input property.- Returns:
- possible object is
ValueListType
-
setInput
public void setInput(ValueListType value)
Sets the value of the input property.- Parameters:
value
- allowed object isValueListType
-
getOptions
public ScriptingExpressionEvaluationOptionsType getOptions()
Gets the value of the options property.- Returns:
- possible object is
ScriptingExpressionEvaluationOptionsType
-
setOptions
public void setOptions(ScriptingExpressionEvaluationOptionsType value)
Sets the value of the options property.- Parameters:
value
- allowed object isScriptingExpressionEvaluationOptionsType
-
getVariables
public ScriptingVariablesDefinitionType getVariables()
Gets the value of the variables property.- Returns:
- possible object is
ScriptingVariablesDefinitionType
-
setVariables
public void setVariables(ScriptingVariablesDefinitionType value)
Sets the value of the variables property.- Parameters:
value
- allowed object isScriptingVariablesDefinitionType
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
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
-
clone
public ExecuteScriptType clone()
Creates and returns a deep copy of this object.
-
-