Class ExecuteScriptActionExpressionType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.model.scripting_3.ScriptingExpressionType
-
- com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionExpressionType
-
- com.evolveum.midpoint.xml.ns._public.model.scripting_3.ExecuteScriptActionExpressionType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class ExecuteScriptActionExpressionType extends ActionExpressionType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Statically-typed "execute-script" action.Java class for ExecuteScriptActionExpressionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExecuteScriptActionExpressionType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}ActionExpressionType"> <sequence> <element name="script" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ScriptExpressionEvaluatorType" minOccurs="0"/> <element name="outputItemName" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/> <element name="outputTypeName" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/> <element name="forWholeInput" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="quiet" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_FOR_WHOLE_INPUTstatic ItemNameF_OUTPUT_ITEM_NAMEstatic ItemNameF_OUTPUT_TYPE_NAMEstatic ItemNameF_QUIETstatic ItemNameF_SCRIPTprotected BooleanforWholeInputprotected QNameoutputItemNameprotected QNameoutputTypeNameprotected Booleanquietprotected ScriptExpressionEvaluatorTypescript-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionExpressionType
F_PARAMETER, F_TYPE, parameter, type
-
-
Constructor Summary
Constructors Constructor Description ExecuteScriptActionExpressionType()Creates a newExecuteScriptActionExpressionTypeinstance.ExecuteScriptActionExpressionType(ExecuteScriptActionExpressionType o)Creates a newExecuteScriptActionExpressionTypeinstance by deeply copying a givenExecuteScriptActionExpressionTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ActionParameterValueTypebeginParameter()ScriptExpressionEvaluatorTypebeginScript()ExecuteScriptActionExpressionTypeclone()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)ExecuteScriptActionExpressionTypeforWholeInput(Boolean value)QNamegetOutputItemName()Gets the value of the outputItemName property.QNamegetOutputTypeName()Gets the value of the outputTypeName property.ScriptExpressionEvaluatorTypegetScript()Gets the value of the script property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)BooleanisForWholeInput()Gets the value of the forWholeInput property.BooleanisQuiet()Gets the value of the quiet property.ExecuteScriptActionExpressionTypeoutputItemName(QName value)ExecuteScriptActionExpressionTypeoutputTypeName(QName value)ExecuteScriptActionExpressionTypeparameter(ActionParameterValueType value)ExecuteScriptActionExpressionTypequiet(Boolean value)ExecuteScriptActionExpressionTypescript(ScriptExpressionEvaluatorType value)voidsetForWholeInput(Boolean value)Sets the value of the forWholeInput property.voidsetOutputItemName(QName value)Sets the value of the outputItemName property.voidsetOutputTypeName(QName value)Sets the value of the outputTypeName property.voidsetQuiet(Boolean value)Sets the value of the quiet property.voidsetScript(ScriptExpressionEvaluatorType value)Sets the value of the script property.StringtoString()Generates a String representation of the contents of this type.ExecuteScriptActionExpressionTypetype(String value)-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionExpressionType
getParameter, getType, setType
-
-
-
-
Field Detail
-
script
protected ScriptExpressionEvaluatorType script
-
outputItemName
protected QName outputItemName
-
outputTypeName
protected QName outputTypeName
-
forWholeInput
protected Boolean forWholeInput
-
quiet
protected Boolean quiet
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_SCRIPT
public static final ItemName F_SCRIPT
-
F_OUTPUT_ITEM_NAME
public static final ItemName F_OUTPUT_ITEM_NAME
-
F_OUTPUT_TYPE_NAME
public static final ItemName F_OUTPUT_TYPE_NAME
-
F_FOR_WHOLE_INPUT
public static final ItemName F_FOR_WHOLE_INPUT
-
F_QUIET
public static final ItemName F_QUIET
-
-
Constructor Detail
-
ExecuteScriptActionExpressionType
public ExecuteScriptActionExpressionType()
Creates a newExecuteScriptActionExpressionTypeinstance.
-
ExecuteScriptActionExpressionType
public ExecuteScriptActionExpressionType(ExecuteScriptActionExpressionType o)
Creates a newExecuteScriptActionExpressionTypeinstance by deeply copying a givenExecuteScriptActionExpressionTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getScript
public ScriptExpressionEvaluatorType getScript()
Gets the value of the script property.- Returns:
- possible object is
ScriptExpressionEvaluatorType
-
setScript
public void setScript(ScriptExpressionEvaluatorType value)
Sets the value of the script property.- Parameters:
value- allowed object isScriptExpressionEvaluatorType
-
getOutputItemName
public QName getOutputItemName()
Gets the value of the outputItemName property.- Returns:
- possible object is
QName
-
setOutputItemName
public void setOutputItemName(QName value)
Sets the value of the outputItemName property.- Parameters:
value- allowed object isQName
-
getOutputTypeName
public QName getOutputTypeName()
Gets the value of the outputTypeName property.- Returns:
- possible object is
QName
-
setOutputTypeName
public void setOutputTypeName(QName value)
Sets the value of the outputTypeName property.- Parameters:
value- allowed object isQName
-
isForWholeInput
public Boolean isForWholeInput()
Gets the value of the forWholeInput property.- Returns:
- possible object is
Boolean
-
setForWholeInput
public void setForWholeInput(Boolean value)
Sets the value of the forWholeInput property.- Parameters:
value- allowed object isBoolean
-
isQuiet
public Boolean isQuiet()
Gets the value of the quiet property.- Returns:
- possible object is
Boolean
-
setQuiet
public void setQuiet(Boolean value)
Sets the value of the quiet property.- Parameters:
value- allowed object isBoolean
-
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- Overrides:
toStringin classActionExpressionType
-
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- Overrides:
hashCodein classActionExpressionType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classActionExpressionType
-
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- Overrides:
equalsin classActionExpressionType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classActionExpressionType
-
script
public ExecuteScriptActionExpressionType script(ScriptExpressionEvaluatorType value)
-
beginScript
public ScriptExpressionEvaluatorType beginScript()
-
outputItemName
public ExecuteScriptActionExpressionType outputItemName(QName value)
-
outputTypeName
public ExecuteScriptActionExpressionType outputTypeName(QName value)
-
forWholeInput
public ExecuteScriptActionExpressionType forWholeInput(Boolean value)
-
quiet
public ExecuteScriptActionExpressionType quiet(Boolean value)
-
type
public ExecuteScriptActionExpressionType type(String value)
- Overrides:
typein classActionExpressionType
-
parameter
public ExecuteScriptActionExpressionType parameter(ActionParameterValueType value)
- Overrides:
parameterin classActionExpressionType
-
beginParameter
public ActionParameterValueType beginParameter()
- Overrides:
beginParameterin classActionExpressionType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classActionExpressionType
-
clone
public ExecuteScriptActionExpressionType clone()
Creates and returns a deep copy of this object.- Overrides:
clonein classActionExpressionType- Returns:
- A deep copy of this object.
-
-