com.google.api.ads.adwords.lib.jaxb.v201206
Class Paging

java.lang.Object
  extended by com.google.api.ads.adwords.lib.jaxb.v201206.Paging

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>
 


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

startIndex

protected Integer startIndex

numberResults

protected Integer numberResults
Constructor Detail

Paging

public Paging()
Method Detail

getStartIndex

public Integer getStartIndex()
Gets the value of the startIndex property.

Returns:
possible object is Integer

setStartIndex

public void setStartIndex(Integer value)
Sets the value of the startIndex property.

Parameters:
value - allowed object is Integer

getNumberResults

public Integer getNumberResults()
Gets the value of the numberResults property.

Returns:
possible object is Integer

setNumberResults

public void setNumberResults(Integer value)
Sets the value of the numberResults property.

Parameters:
value - allowed object is Integer


Copyright © 2012. All Rights Reserved.