public class PaginationResultType
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
totalNumberOfEntries |
protected java.lang.Integer |
totalNumberOfPages |
Constructor and Description |
---|
PaginationResultType() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getTotalNumberOfEntries()
Gets the value of the totalNumberOfEntries property.
|
java.lang.Integer |
getTotalNumberOfPages()
Gets the value of the totalNumberOfPages property.
|
void |
setTotalNumberOfEntries(java.lang.Integer value)
Sets the value of the totalNumberOfEntries property.
|
void |
setTotalNumberOfPages(java.lang.Integer value)
Sets the value of the totalNumberOfPages property.
|
protected java.lang.Integer totalNumberOfPages
protected java.lang.Integer totalNumberOfEntries
public java.lang.Integer getTotalNumberOfPages()
Integer
public void setTotalNumberOfPages(java.lang.Integer value)
value
- the value
allowed object is
Integer
public java.lang.Integer getTotalNumberOfEntries()
Integer
public void setTotalNumberOfEntries(java.lang.Integer value)
value
- the value
allowed object is
Integer
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.