public class PageSpecDataObj extends Object
Java class for pageSpecDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="pageSpecDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pageSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="sortAscending" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="sortField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="startIndex" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
pageSize |
protected boolean |
sortAscending |
protected String |
sortField |
protected int |
startIndex |
| Constructor and Description |
|---|
PageSpecDataObj() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPageSize()
Gets the value of the pageSize property.
|
String |
getSortField()
Gets the value of the sortField property.
|
int |
getStartIndex()
Gets the value of the startIndex property.
|
boolean |
isSortAscending()
Gets the value of the sortAscending property.
|
void |
setPageSize(int value)
Sets the value of the pageSize property.
|
void |
setSortAscending(boolean value)
Sets the value of the sortAscending property.
|
void |
setSortField(String value)
Sets the value of the sortField property.
|
void |
setStartIndex(int value)
Sets the value of the startIndex property.
|
protected int pageSize
protected boolean sortAscending
protected String sortField
protected int startIndex
public int getPageSize()
public void setPageSize(int value)
public boolean isSortAscending()
public void setSortAscending(boolean value)
public String getSortField()
Stringpublic void setSortField(String value)
value - allowed object is
Stringpublic int getStartIndex()
public void setStartIndex(int value)
Copyright © 2004-2013 Hudson. All Rights Reserved.