com.evolveum.midpoint.xml.ns._public.common.common_1
Class PagingType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.PagingType
All Implemented Interfaces:
java.io.Serializable

public class PagingType
extends java.lang.Object
implements java.io.Serializable

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://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}PropertyReferenceType" minOccurs="0"/>
         <element name="orderDirection" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}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
protected  java.lang.Integer maxSize
           
protected  java.lang.Integer offset
           
protected  PropertyReferenceType orderBy
           
protected  OrderDirectionType orderDirection
           
 
Constructor Summary
PagingType()
           
 
Method Summary
 java.lang.Integer getMaxSize()
          Gets the value of the maxSize property.
 java.lang.Integer getOffset()
          Gets the value of the offset property.
 PropertyReferenceType getOrderBy()
          Gets the value of the orderBy property.
 OrderDirectionType getOrderDirection()
          Gets the value of the orderDirection property.
 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(PropertyReferenceType value)
          Sets the value of the orderBy property.
 void setOrderDirection(OrderDirectionType value)
          Sets the value of the orderDirection property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

orderBy

protected PropertyReferenceType orderBy

orderDirection

protected OrderDirectionType orderDirection

offset

protected java.lang.Integer offset

maxSize

protected java.lang.Integer maxSize
Constructor Detail

PagingType

public PagingType()
Method Detail

getOrderBy

public PropertyReferenceType getOrderBy()
Gets the value of the orderBy property.

Returns:
possible object is PropertyReferenceType

setOrderBy

public void setOrderBy(PropertyReferenceType value)
Sets the value of the orderBy property.

Parameters:
value - allowed object is PropertyReferenceType

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


Copyright © 2011 evolveum. All Rights Reserved.