public class

PaginationType

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

Class Overview

Java class for PaginationType complex type.

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

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

Summary

Fields
protected Integer entriesPerPage
protected Integer pageNumber
Public Constructors
PaginationType()
Public Methods
Integer getEntriesPerPage()
Gets the value of the entriesPerPage property.
Integer getPageNumber()
Gets the value of the pageNumber property.
void setEntriesPerPage(Integer value)
Sets the value of the entriesPerPage property.
void setPageNumber(Integer value)
Sets the value of the pageNumber property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Integer entriesPerPage

protected Integer pageNumber

Public Constructors

public PaginationType ()

Public Methods

public Integer getEntriesPerPage ()

Gets the value of the entriesPerPage property.

Returns
  • possible object is Integer

public Integer getPageNumber ()

Gets the value of the pageNumber property.

Returns
  • possible object is Integer

public void setEntriesPerPage (Integer value)

Sets the value of the entriesPerPage 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