public class PagedSearchCapabilityType extends CapabilityType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for PagedSearchCapabilityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PagedSearchCapabilityType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3}CapabilityType"> <sequence> <element name="defaultSortField" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/> <element name="defaultSortDirection" type="{http://prism.evolveum.com/xml/ns/public/query-3}OrderDirectionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
protected com.evolveum.prism.xml.ns._public.query_3.OrderDirectionType |
defaultSortDirection |
protected QName |
defaultSortField |
static QName |
F_DEFAULT_SORT_DIRECTION |
static QName |
F_DEFAULT_SORT_FIELD |
enabled, F_ENABLED
Constructor and Description |
---|
PagedSearchCapabilityType()
Creates a new
PagedSearchCapabilityType instance. |
PagedSearchCapabilityType(PagedSearchCapabilityType o)
Creates a new
PagedSearchCapabilityType instance by deeply copying a given PagedSearchCapabilityType instance. |
Modifier and Type | Method and Description |
---|---|
PagedSearchCapabilityType |
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) |
com.evolveum.prism.xml.ns._public.query_3.OrderDirectionType |
getDefaultSortDirection()
Gets the value of the defaultSortDirection property.
|
QName |
getDefaultSortField()
Gets the value of the defaultSortField property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setDefaultSortDirection(com.evolveum.prism.xml.ns._public.query_3.OrderDirectionType value)
Sets the value of the defaultSortDirection property.
|
void |
setDefaultSortField(QName value)
Sets the value of the defaultSortField property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
isEnabled, setEnabled
protected QName defaultSortField
protected com.evolveum.prism.xml.ns._public.query_3.OrderDirectionType defaultSortDirection
public static final QName COMPLEX_TYPE
public static final QName F_DEFAULT_SORT_FIELD
public static final QName F_DEFAULT_SORT_DIRECTION
public PagedSearchCapabilityType()
PagedSearchCapabilityType
instance.public PagedSearchCapabilityType(PagedSearchCapabilityType o)
PagedSearchCapabilityType
instance by deeply copying a given PagedSearchCapabilityType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public QName getDefaultSortField()
QName
public void setDefaultSortField(QName value)
value
- allowed object is
QName
public com.evolveum.prism.xml.ns._public.query_3.OrderDirectionType getDefaultSortDirection()
OrderDirectionType
public void setDefaultSortDirection(com.evolveum.prism.xml.ns._public.query_3.OrderDirectionType value)
value
- allowed object is
OrderDirectionType
public String toString()
toString
in class CapabilityType
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 CapabilityType
public int hashCode()
hashCode
in class CapabilityType
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 CapabilityType
public boolean equals(Object object)
equals
in class CapabilityType
public PagedSearchCapabilityType clone()
clone
in class CapabilityType
Copyright © 2016 Evolveum. All rights reserved.