public class ExecuteScriptType extends Object implements Serializable, Cloneable, 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}ItemListType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_INPUT |
static QName |
F_SCRIPTING_EXPRESSION |
protected ItemListType |
input |
protected JAXBElement<? extends ScriptingExpressionType> |
scriptingExpression |
Constructor and Description |
---|
ExecuteScriptType()
Creates a new
ExecuteScriptType instance. |
ExecuteScriptType(ExecuteScriptType o)
Creates a new
ExecuteScriptType instance by deeply copying a given ExecuteScriptType instance. |
Modifier and Type | Method and Description |
---|---|
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) |
ItemListType |
getInput()
Gets the value of the input property.
|
JAXBElement<? extends ScriptingExpressionType> |
getScriptingExpression()
Gets the value of the scriptingExpression property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setInput(ItemListType value)
Sets the value of the input property.
|
void |
setScriptingExpression(JAXBElement<? extends ScriptingExpressionType> value)
Sets the value of the scriptingExpression property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected JAXBElement<? extends ScriptingExpressionType> scriptingExpression
protected ItemListType input
public static final QName COMPLEX_TYPE
public static final QName F_SCRIPTING_EXPRESSION
public static final QName F_INPUT
public ExecuteScriptType()
ExecuteScriptType
instance.public ExecuteScriptType(ExecuteScriptType o)
ExecuteScriptType
instance by deeply copying a given ExecuteScriptType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public JAXBElement<? extends ScriptingExpressionType> getScriptingExpression()
JAXBElement
<
SearchExpressionType
>
JAXBElement
<
ActionExpressionType
>
JAXBElement
<
ScriptingExpressionType
>
JAXBElement
<
FilterExpressionType
>
JAXBElement
<
ForeachExpressionType
>
JAXBElement
<
ExpressionPipelineType
>
JAXBElement
<
SelectExpressionType
>
JAXBElement
<
ExpressionSequenceType
>
public void setScriptingExpression(JAXBElement<? extends ScriptingExpressionType> value)
value
- allowed object is
JAXBElement
<
SearchExpressionType
>
JAXBElement
<
ActionExpressionType
>
JAXBElement
<
ScriptingExpressionType
>
JAXBElement
<
FilterExpressionType
>
JAXBElement
<
ForeachExpressionType
>
JAXBElement
<
ExpressionPipelineType
>
JAXBElement
<
SelectExpressionType
>
JAXBElement
<
ExpressionSequenceType
>
public ItemListType getInput()
ItemListType
public void setInput(ItemListType value)
value
- allowed object is
ItemListType
public String toString()
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
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)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public ExecuteScriptType clone()
Copyright © 2016 Evolveum. All rights reserved.