Class FilterExpressionType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.model.scripting_3.ScriptingExpressionType
-
- com.evolveum.midpoint.xml.ns._public.model.scripting_3.FilterExpressionType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class FilterExpressionType extends ScriptingExpressionType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Filters input on a given condition.Java class for FilterExpressionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FilterExpressionType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}ScriptingExpressionType"> <sequence> <element name="filter" type="{http://prism.evolveum.com/xml/ns/public/query-3}SearchFilterType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_FILTERprotected SearchFilterTypefilter
-
Constructor Summary
Constructors Constructor Description FilterExpressionType()Creates a newFilterExpressionTypeinstance.FilterExpressionType(FilterExpressionType o)Creates a newFilterExpressionTypeinstance by deeply copying a givenFilterExpressionTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)SearchFilterTypebeginFilter()FilterExpressionTypeclone()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)FilterExpressionTypefilter(SearchFilterType value)SearchFilterTypegetFilter()Gets the value of the filter property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)voidsetFilter(SearchFilterType value)Sets the value of the filter property.StringtoString()Generates a String representation of the contents of this type.
-
-
-
Field Detail
-
filter
protected SearchFilterType filter
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_FILTER
public static final ItemName F_FILTER
-
-
Constructor Detail
-
FilterExpressionType
public FilterExpressionType()
Creates a newFilterExpressionTypeinstance.
-
FilterExpressionType
public FilterExpressionType(FilterExpressionType o)
Creates a newFilterExpressionTypeinstance by deeply copying a givenFilterExpressionTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getFilter
public SearchFilterType getFilter()
Gets the value of the filter property.- Returns:
- possible object is
SearchFilterType
-
setFilter
public void setFilter(SearchFilterType value)
Sets the value of the filter property.- Parameters:
value- allowed object isSearchFilterType
-
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 classScriptingExpressionType
-
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 classScriptingExpressionType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classScriptingExpressionType
-
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 classScriptingExpressionType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classScriptingExpressionType
-
filter
public FilterExpressionType filter(SearchFilterType value)
-
beginFilter
public SearchFilterType beginFilter()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classScriptingExpressionType
-
clone
public FilterExpressionType clone()
Creates and returns a deep copy of this object.- Overrides:
clonein classScriptingExpressionType- Returns:
- A deep copy of this object.
-
-