public class

PagingInfo

extends Object
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.xrm._2011.contracts.PagingInfo

Class Overview

Java class for PagingInfo complex type.

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

 <complexType name="PagingInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Count" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="PageNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="PagingCookie" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ReturnTotalRecordCount" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Integer count
protected Integer pageNumber
protected String pagingCookie
protected Boolean returnTotalRecordCount
Public Constructors
PagingInfo()
Public Methods
Integer getCount()
Gets the value of the count property.
Integer getPageNumber()
Gets the value of the pageNumber property.
String getPagingCookie()
Gets the value of the pagingCookie property.
Boolean isReturnTotalRecordCount()
Gets the value of the returnTotalRecordCount property.
void setCount(Integer value)
Sets the value of the count property.
void setPageNumber(Integer value)
Sets the value of the pageNumber property.
void setPagingCookie(String value)
Sets the value of the pagingCookie property.
void setReturnTotalRecordCount(Boolean value)
Sets the value of the returnTotalRecordCount property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Integer count

protected Integer pageNumber

protected String pagingCookie

protected Boolean returnTotalRecordCount

Public Constructors

public PagingInfo ()

Public Methods

public Integer getCount ()

Gets the value of the count property.

Returns
  • possible object is Integer

public Integer getPageNumber ()

Gets the value of the pageNumber property.

Returns
  • possible object is Integer

public String getPagingCookie ()

Gets the value of the pagingCookie property.

Returns
  • possible object is String

public Boolean isReturnTotalRecordCount ()

Gets the value of the returnTotalRecordCount property.

Returns
  • possible object is Boolean

public void setCount (Integer value)

Sets the value of the count property.

Parameters
value Allowed object is Integer

public void setPageNumber (Integer value)

Sets the value of the pageNumber property.

Parameters
value Allowed object is Integer

public void setPagingCookie (String value)

Sets the value of the pagingCookie property.

Parameters
value Allowed object is String

public void setReturnTotalRecordCount (Boolean value)

Sets the value of the returnTotalRecordCount property.

Parameters
value Allowed object is Boolean