public class SearchFilterType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, DebugDumpable, Revivable
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
protected String |
description |
static QName |
F_DESCRIPTION |
protected Element |
filterClause |
protected MapXNode |
filterClauseXNode |
INDENT_STRING
Constructor and Description |
---|
SearchFilterType()
Creates a new
QueryType instance. |
SearchFilterType(SearchFilterType o)
Creates a new
QueryType instance by deeply copying a given QueryType instance. |
Modifier and Type | Method and Description |
---|---|
SearchFilterType |
clone()
Creates and returns a deep copy of this object.
|
boolean |
containsFilterClause() |
static SearchFilterType |
createFromXNode(XNode xnode) |
String |
debugDump()
Show the content of the object intended for diagnostics by system administrator.
|
String |
debugDump(int indent) |
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) |
String |
getDescription() |
Element |
getFilterClause()
Gets the value of the filter property.
|
MapXNode |
getFilterClauseXNode(PrismContext prismContext) |
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
parseFromXNode(XNode xnode) |
void |
revive(PrismContext prismContext) |
MapXNode |
serializeToXNode(PrismContext prismContext) |
void |
setDescription(String description) |
void |
setFilterClause(Element element)
Sets the value of the filter property.
|
void |
setFilterClauseXNode(MapXNode filterClauseXNode) |
String |
toString()
Generates a String representation of the contents of this type.
|
protected String description
protected Element filterClause
protected MapXNode filterClauseXNode
public static final QName COMPLEX_TYPE
public static final QName F_DESCRIPTION
public SearchFilterType()
QueryType
instance.public SearchFilterType(SearchFilterType o)
QueryType
instance by deeply copying a given QueryType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public String getDescription()
public void setDescription(String description)
public Element getFilterClause()
Element
public boolean containsFilterClause()
public void setFilterClause(Element element)
element
- allowed object is
Element
public void setFilterClauseXNode(MapXNode filterClauseXNode)
public MapXNode getFilterClauseXNode(PrismContext prismContext) throws SchemaException
SchemaException
public static SearchFilterType createFromXNode(XNode xnode) throws SchemaException
SchemaException
public void parseFromXNode(XNode xnode) throws SchemaException
SchemaException
public MapXNode serializeToXNode(PrismContext prismContext) throws SchemaException
SchemaException
public void revive(PrismContext prismContext) throws SchemaException
revive
in interface Revivable
SchemaException
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 SearchFilterType clone()
public String debugDump()
DebugDumpable
debugDump
in interface DebugDumpable
public String debugDump(int indent)
debugDump
in interface DebugDumpable
Copyright © 2014 evolveum. All rights reserved.