public class SearchExpressionType extends ScriptingExpressionType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for SearchExpressionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchExpressionType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}ScriptingExpressionType"> <sequence> <element name="type" type="{http://www.w3.org/2001/XMLSchema}QName"/> <element name="variable" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="searchFilter" type="{http://prism.evolveum.com/xml/ns/public/query-3}SearchFilterType" minOccurs="0"/> <element name="parameter" type="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}ActionParameterValueType" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}scriptingExpression" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_PARAMETER |
static QName |
F_SCRIPTING_EXPRESSION |
static QName |
F_SEARCH_FILTER |
static QName |
F_TYPE |
static QName |
F_VARIABLE |
protected List<ActionParameterValueType> |
parameter |
protected JAXBElement<? extends ScriptingExpressionType> |
scriptingExpression |
protected com.evolveum.prism.xml.ns._public.query_3.SearchFilterType |
searchFilter |
protected QName |
type |
protected String |
variable |
Constructor and Description |
---|
SearchExpressionType()
Creates a new
SearchExpressionType instance. |
SearchExpressionType(SearchExpressionType o)
Creates a new
SearchExpressionType instance by deeply copying a given SearchExpressionType instance. |
Modifier and Type | Method and Description |
---|---|
SearchExpressionType |
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) |
List<ActionParameterValueType> |
getParameter()
Gets the value of the parameter property.
|
JAXBElement<? extends ScriptingExpressionType> |
getScriptingExpression()
Expression to evaluate for each object found.
|
com.evolveum.prism.xml.ns._public.query_3.SearchFilterType |
getSearchFilter()
Gets the value of the searchFilter property.
|
QName |
getType()
Gets the value of the type property.
|
String |
getVariable()
Gets the value of the variable property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setScriptingExpression(JAXBElement<? extends ScriptingExpressionType> value)
Sets the value of the scriptingExpression property.
|
void |
setSearchFilter(com.evolveum.prism.xml.ns._public.query_3.SearchFilterType value)
Sets the value of the searchFilter property.
|
void |
setType(QName value)
Sets the value of the type property.
|
void |
setVariable(String value)
Sets the value of the variable property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected QName type
protected String variable
protected com.evolveum.prism.xml.ns._public.query_3.SearchFilterType searchFilter
protected List<ActionParameterValueType> parameter
protected JAXBElement<? extends ScriptingExpressionType> scriptingExpression
public static final QName COMPLEX_TYPE
public static final QName F_TYPE
public static final QName F_VARIABLE
public static final QName F_SEARCH_FILTER
public static final QName F_PARAMETER
public static final QName F_SCRIPTING_EXPRESSION
public SearchExpressionType()
SearchExpressionType
instance.public SearchExpressionType(SearchExpressionType o)
SearchExpressionType
instance by deeply copying a given SearchExpressionType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public QName getType()
QName
public void setType(QName value)
value
- allowed object is
QName
public String getVariable()
String
public void setVariable(String value)
value
- allowed object is
String
public com.evolveum.prism.xml.ns._public.query_3.SearchFilterType getSearchFilter()
SearchFilterType
public void setSearchFilter(com.evolveum.prism.xml.ns._public.query_3.SearchFilterType value)
value
- allowed object is
SearchFilterType
public List<ActionParameterValueType> getParameter()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
ActionParameterValueType
public JAXBElement<? extends ScriptingExpressionType> getScriptingExpression()
JAXBElement
<
ActionExpressionType
>
JAXBElement
<
FilterExpressionType
>
JAXBElement
<
ExpressionSequenceType
>
JAXBElement
<
ScriptingExpressionType
>
JAXBElement
<
SearchExpressionType
>
JAXBElement
<
ForeachExpressionType
>
JAXBElement
<
ExpressionPipelineType
>
JAXBElement
<
SelectExpressionType
>
public void setScriptingExpression(JAXBElement<? extends ScriptingExpressionType> value)
value
- allowed object is
JAXBElement
<
ActionExpressionType
>
JAXBElement
<
FilterExpressionType
>
JAXBElement
<
ExpressionSequenceType
>
JAXBElement
<
ScriptingExpressionType
>
JAXBElement
<
SearchExpressionType
>
JAXBElement
<
ForeachExpressionType
>
JAXBElement
<
ExpressionPipelineType
>
JAXBElement
<
SelectExpressionType
>
public String toString()
toString
in class ScriptingExpressionType
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
hashCode
in class ScriptingExpressionType
public int hashCode()
hashCode
in class ScriptingExpressionType
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
equals
in class ScriptingExpressionType
public boolean equals(Object object)
equals
in class ScriptingExpressionType
public SearchExpressionType clone()
clone
in class ScriptingExpressionType
Copyright © 2016 Evolveum. All rights reserved.