com.google.api.ads.dfp.axis.v201206
Class CompanyPage

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201206.CompanyPage
All Implemented Interfaces:
Serializable

public class CompanyPage
extends Object
implements Serializable

Captures a page of Company objects.

See Also:
Serialized Form

Constructor Summary
CompanyPage()
           
CompanyPage(Integer totalResultSetSize, Integer startIndex, Company[] results)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Company[] getResults()
          Gets the results value for this CompanyPage.
 Company getResults(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 Integer getStartIndex()
          Gets the startIndex value for this CompanyPage.
 Integer getTotalResultSetSize()
          Gets the totalResultSetSize value for this CompanyPage.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setResults(Company[] results)
          Sets the results value for this CompanyPage.
 void setResults(int i, Company _value)
           
 void setStartIndex(Integer startIndex)
          Sets the startIndex value for this CompanyPage.
 void setTotalResultSetSize(Integer totalResultSetSize)
          Sets the totalResultSetSize value for this CompanyPage.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompanyPage

public CompanyPage()

CompanyPage

public CompanyPage(Integer totalResultSetSize,
                   Integer startIndex,
                   Company[] results)
Method Detail

getTotalResultSetSize

public Integer getTotalResultSetSize()
Gets the totalResultSetSize value for this CompanyPage.

Returns:
totalResultSetSize * The size of the total result set to which this page belongs.

setTotalResultSetSize

public void setTotalResultSetSize(Integer totalResultSetSize)
Sets the totalResultSetSize value for this CompanyPage.

Parameters:
totalResultSetSize - * The size of the total result set to which this page belongs.

getStartIndex

public Integer getStartIndex()
Gets the startIndex value for this CompanyPage.

Returns:
startIndex * The absolute index in the total result set on which this page begins.

setStartIndex

public void setStartIndex(Integer startIndex)
Sets the startIndex value for this CompanyPage.

Parameters:
startIndex - * The absolute index in the total result set on which this page begins.

getResults

public Company[] getResults()
Gets the results value for this CompanyPage.

Returns:
results * The collection of companies contained within this page.

setResults

public void setResults(Company[] results)
Sets the results value for this CompanyPage.

Parameters:
results - * The collection of companies contained within this page.

getResults

public Company getResults(int i)

setResults

public void setResults(int i,
                       Company _value)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2012. All Rights Reserved.