public class PaginationType
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
entriesPerPage |
protected java.lang.Integer |
pageNumber |
Constructor and Description |
---|
PaginationType() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getEntriesPerPage()
Gets the value of the entriesPerPage property.
|
java.lang.Integer |
getPageNumber()
Gets the value of the pageNumber property.
|
void |
setEntriesPerPage(java.lang.Integer value)
Sets the value of the entriesPerPage property.
|
void |
setPageNumber(java.lang.Integer value)
Sets the value of the pageNumber property.
|
protected java.lang.Integer entriesPerPage
protected java.lang.Integer pageNumber
public java.lang.Integer getEntriesPerPage()
Integer
public void setEntriesPerPage(java.lang.Integer value)
value
- the value
allowed object is
Integer
public java.lang.Integer getPageNumber()
Integer
public void setPageNumber(java.lang.Integer value)
value
- the value
allowed object is
Integer
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.