com.evolveum.prism.xml.ns._public.query_2
Class PagingType

java.lang.Object
  extended by com.evolveum.prism.xml.ns._public.query_2.PagingType
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

public class PagingType
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

Parameters limiting the number of returned entries, offset, etc. Used in the web service operations such as list or search

Java class for PagingType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PagingType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="orderBy" type="{http://prism.evolveum.com/xml/ns/public/types-2}XPathType" minOccurs="0"/>
         <element name="orderDirection" type="{http://prism.evolveum.com/xml/ns/public/query-2}OrderDirectionType" minOccurs="0"/>
         <element name="offset" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="maxSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
static javax.xml.namespace.QName COMPLEX_TYPE
           
static javax.xml.namespace.QName F_MAX_SIZE
           
static javax.xml.namespace.QName F_OFFSET
           
static javax.xml.namespace.QName F_ORDER_DIRECTION
           
protected  java.lang.Integer maxSize
           
protected  java.lang.Integer offset
           
protected  org.w3c.dom.Element orderBy
           
protected  OrderDirectionType orderDirection
           
 
Constructor Summary
PagingType()
          Creates a new PagingType instance.
PagingType(PagingType o)
          Creates a new PagingType instance by deeply copying a given PagingType instance.
 
Method Summary
 PagingType clone()
          Creates and returns a deep copy of this object.
 boolean equals(java.lang.Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
           
 java.lang.Integer getMaxSize()
          Gets the value of the maxSize property.
 java.lang.Integer getOffset()
          Gets the value of the offset property.
 org.w3c.dom.Element getOrderBy()
          Gets the value of the orderBy property.
 OrderDirectionType getOrderDirection()
          Gets the value of the orderDirection property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void setMaxSize(java.lang.Integer value)
          Sets the value of the maxSize property.
 void setOffset(java.lang.Integer value)
          Sets the value of the offset property.
 void setOrderBy(org.w3c.dom.Element value)
          Sets the value of the orderBy property.
 void setOrderDirection(OrderDirectionType value)
          Sets the value of the orderDirection property.
 java.lang.String toString()
          Generates a String representation of the contents of this type.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

orderBy

protected org.w3c.dom.Element orderBy

orderDirection

protected OrderDirectionType orderDirection

offset

protected java.lang.Integer offset

maxSize

protected java.lang.Integer maxSize

COMPLEX_TYPE

public static final javax.xml.namespace.QName COMPLEX_TYPE

F_ORDER_DIRECTION

public static final javax.xml.namespace.QName F_ORDER_DIRECTION

F_OFFSET

public static final javax.xml.namespace.QName F_OFFSET

F_MAX_SIZE

public static final javax.xml.namespace.QName F_MAX_SIZE
Constructor Detail

PagingType

public PagingType()
Creates a new PagingType instance.


PagingType

public PagingType(PagingType o)
Creates a new PagingType instance by deeply copying a given PagingType instance.

Parameters:
o - The instance to copy.
Throws:
java.lang.NullPointerException - if o is null.
Method Detail

getOrderBy

public org.w3c.dom.Element getOrderBy()
Gets the value of the orderBy property.

Returns:
possible object is Element

setOrderBy

public void setOrderBy(org.w3c.dom.Element value)
Sets the value of the orderBy property.

Parameters:
value - allowed object is Element

getOrderDirection

public OrderDirectionType getOrderDirection()
Gets the value of the orderDirection property.

Returns:
possible object is OrderDirectionType

setOrderDirection

public void setOrderDirection(OrderDirectionType value)
Sets the value of the orderDirection property.

Parameters:
value - allowed object is OrderDirectionType

getOffset

public java.lang.Integer getOffset()
Gets the value of the offset property.

Returns:
possible object is Integer

setOffset

public void setOffset(java.lang.Integer value)
Sets the value of the offset property.

Parameters:
value - allowed object is Integer

getMaxSize

public java.lang.Integer getMaxSize()
Gets the value of the maxSize property.

Returns:
possible object is Integer

setMaxSize

public void setMaxSize(java.lang.Integer value)
Sets the value of the maxSize property.

Parameters:
value - allowed object is Integer

toString

public java.lang.String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class java.lang.Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      java.lang.Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

clone

public PagingType clone()
Creates and returns a deep copy of this object.

Overrides:
clone in class java.lang.Object
Returns:
A deep copy of this object.


Copyright © 2012 evolveum. All Rights Reserved.