|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.lib.jaxb.v201206.Paging
public class Paging
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>
| Field Summary | |
|---|---|
protected Integer |
numberResults
|
protected Integer |
startIndex
|
| Constructor Summary | |
|---|---|
Paging()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Integer startIndex
protected Integer numberResults
| Constructor Detail |
|---|
public Paging()
| Method Detail |
|---|
public Integer getStartIndex()
Integerpublic void setStartIndex(Integer value)
value - allowed object is
Integerpublic Integer getNumberResults()
Integerpublic void setNumberResults(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||