Class QueryType
java.lang.Object
com.evolveum.prism.xml.ns._public.query_3.QueryType
- All Implemented Interfaces:
PlainStructured
,PlainStructured.WithoutStrategy
,DebugDumpable
,Serializable
,Cloneable
TODO
Java class for QueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://prism.evolveum.com/xml/ns/public/query-2}filter"/> <element name="paging" type="{http://prism.evolveum.com/xml/ns/public/query-2}PagingType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QName
protected String
static final QName
static final QName
static final QName
protected SearchFilterType
protected PagingType
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a deep copy of this object.debugDump
(int indent) description
(String value) boolean
filter
(SearchFilterType value) Gets the value of the description property.Gets the value of the filter property.Gets the value of the paging property.int
hashCode()
paging
(PagingType value) void
setDescription
(String value) Sets the value of the description property.void
setFilter
(SearchFilterType value) Sets the value of the filter property.void
setPaging
(PagingType value) Sets the value of the paging property.Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
Methods inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured.WithoutStrategy
equals, hashCode
-
Field Details
-
COMPLEX_TYPE
-
F_DESCRIPTION
-
F_FILTER
-
F_PAGING
-
description
-
filter
-
paging
-
-
Constructor Details
-
QueryType
public QueryType()
-
-
Method Details
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
description
-
getFilter
Gets the value of the filter property.- Returns:
- possible object is
SearchFilterType
-
setFilter
Sets the value of the filter property.- Parameters:
value
- allowed object isSearchFilterType
-
filter
-
getPaging
Gets the value of the paging property.- Returns:
- possible object is
PagingType
-
setPaging
Sets the value of the paging property.- Parameters:
value
- allowed object isPagingType
-
paging
-
hashCode
public int hashCode() -
equals
-
clone
Creates and returns a deep copy of this object.- Specified by:
clone
in interfacePlainStructured
- Overrides:
clone
in classObject
- Returns:
- A deep copy of this object.
-
debugDump
- Specified by:
debugDump
in interfaceDebugDumpable
-