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 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()Creates a newExecuteScriptTypeinstance.ExecuteScriptType(ExecuteScriptType o)Creates a newExecuteScriptTypeinstance by deeply copying a givenExecuteScriptTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ValueListTypebeginInput()ScriptingExpressionEvaluationOptionsTypebeginOptions()ScriptingVariablesDefinitionTypebeginVariables()ExecuteScriptTypeclone()Creates and returns a deep copy of this object.booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)ValueListTypegetInput()Gets the value of the input property.ScriptingExpressionEvaluationOptionsTypegetOptions()Gets the value of the options property.javax.xml.bind.JAXBElement<? extends ScriptingExpressionType>getScriptingExpression()Gets the value of the scriptingExpression property.ScriptingVariablesDefinitionTypegetVariables()Gets the value of the variables property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)ExecuteScriptTypeinput(ValueListType value)ExecuteScriptTypeoptions(ScriptingExpressionEvaluationOptionsType value)ExecuteScriptTypescriptingExpression(javax.xml.bind.JAXBElement<? extends ScriptingExpressionType> value)voidsetInput(ValueListType value)Sets the value of the input property.voidsetOptions(ScriptingExpressionEvaluationOptionsType value)Sets the value of the options property.voidsetScriptingExpression(javax.xml.bind.JAXBElement<? extends ScriptingExpressionType> value)Sets the value of the scriptingExpression property.voidsetVariables(ScriptingVariablesDefinitionType value)Sets the value of the variables property.StringtoString()Generates a String representation of the contents of this type.ExecuteScriptTypevariables(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 newExecuteScriptTypeinstance.
-
ExecuteScriptType
public ExecuteScriptType(ExecuteScriptType o)
Creates a newExecuteScriptTypeinstance by deeply copying a givenExecuteScriptTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getScriptingExpression
public javax.xml.bind.JAXBElement<? extends ScriptingExpressionType> getScriptingExpression()
Gets the value of the scriptingExpression property.- Returns:
- possible object is
JAXBElement<FilterExpressionType>JAXBElement<ExpressionPipelineType>JAXBElement<FilterContentExpressionType>JAXBElement<ExpressionSequenceType>JAXBElement<SelectExpressionType>JAXBElement<ActionExpressionType>JAXBElement<SearchExpressionType>JAXBElement<ForeachExpressionType>JAXBElement<ScriptingExpressionType>
-
setScriptingExpression
public void setScriptingExpression(javax.xml.bind.JAXBElement<? extends ScriptingExpressionType> value)
Sets the value of the scriptingExpression property.- Parameters:
value- allowed object isJAXBElement<FilterExpressionType>JAXBElement<ExpressionPipelineType>JAXBElement<FilterContentExpressionType>JAXBElement<ExpressionSequenceType>JAXBElement<SelectExpressionType>JAXBElement<ActionExpressionType>JAXBElement<SearchExpressionType>JAXBElement<ForeachExpressionType>JAXBElement<ScriptingExpressionType>
-
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:
hashCodein 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:
equalsin 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:
acceptin interfaceJaxbVisitable
-
clone
public ExecuteScriptType clone()
Creates and returns a deep copy of this object.
-
-