public class Page
extends java.lang.Object
Java class for page complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="page"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> </sequence> <attribute name="pageCount" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="pageIndex" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="pageSize" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="recordCount" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
pageCount |
protected int |
pageIndex |
protected int |
pageSize |
protected int |
recordCount |
Constructor and Description |
---|
Page() |
Modifier and Type | Method and Description |
---|---|
int |
getPageCount()
Gets the value of the pageCount property.
|
int |
getPageIndex()
Gets the value of the pageIndex property.
|
int |
getPageSize()
Gets the value of the pageSize property.
|
int |
getRecordCount()
Gets the value of the recordCount property.
|
void |
setPageCount(int value)
Sets the value of the pageCount property.
|
void |
setPageIndex(int value)
Sets the value of the pageIndex property.
|
void |
setPageSize(int value)
Sets the value of the pageSize property.
|
void |
setRecordCount(int value)
Sets the value of the recordCount property.
|
protected int pageCount
protected int pageIndex
protected int pageSize
protected int recordCount
public int getPageCount()
public void setPageCount(int value)
public int getPageIndex()
public void setPageIndex(int value)
public int getPageSize()
public void setPageSize(int value)
public int getRecordCount()
public void setRecordCount(int value)