public class

PaginationResultType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.PaginationResultType

Class Overview

Java class for PaginationResultType complex type.

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

 <complexType name="PaginationResultType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TotalNumberOfPages" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="TotalNumberOfEntries" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Integer totalNumberOfEntries
protected Integer totalNumberOfPages
Public Constructors
PaginationResultType()
Public Methods
Integer getTotalNumberOfEntries()
Gets the value of the totalNumberOfEntries property.
Integer getTotalNumberOfPages()
Gets the value of the totalNumberOfPages property.
void setTotalNumberOfEntries(Integer value)
Sets the value of the totalNumberOfEntries property.
void setTotalNumberOfPages(Integer value)
Sets the value of the totalNumberOfPages property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Integer totalNumberOfEntries

protected Integer totalNumberOfPages

Public Constructors

public PaginationResultType ()

Public Methods

public Integer getTotalNumberOfEntries ()

Gets the value of the totalNumberOfEntries property.

Returns
  • possible object is Integer

public Integer getTotalNumberOfPages ()

Gets the value of the totalNumberOfPages property.

Returns
  • possible object is Integer

public void setTotalNumberOfEntries (Integer value)

Sets the value of the totalNumberOfEntries property.

Parameters
value Allowed object is Integer

public void setTotalNumberOfPages (Integer value)

Sets the value of the totalNumberOfPages property.

Parameters
value Allowed object is Integer