public class Paging extends Object
Java class for Paging complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Paging"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="startIndex" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="numberResults" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Integer |
numberResults |
protected Integer |
startIndex |
Constructor and Description |
---|
Paging() |
Modifier and Type | Method and Description |
---|---|
Integer |
getNumberResults()
Gets the value of the numberResults property.
|
Integer |
getStartIndex()
Gets the value of the startIndex property.
|
void |
setNumberResults(Integer value)
Sets the value of the numberResults property.
|
void |
setStartIndex(Integer value)
Sets the value of the startIndex property.
|
public Integer getStartIndex()
Integer
public void setStartIndex(Integer value)
value
- allowed object is
Integer
public Integer getNumberResults()
Integer
Copyright © 2018. All Rights Reserved.