com.google.api.ads.dfp.axis.v201204
Class CustomFieldPage

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

public class CustomFieldPage
extends Object
implements Serializable

Captures a page of CustomField objects.

See Also:
Serialized Form

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

Constructor Detail

CustomFieldPage

public CustomFieldPage()

CustomFieldPage

public CustomFieldPage(Integer totalResultSetSize,
                       Integer startIndex,
                       CustomField[] results)
Method Detail

getTotalResultSetSize

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

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 CustomFieldPage.

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

getStartIndex

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

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 CustomFieldPage.

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

getResults

public CustomField[] getResults()
Gets the results value for this CustomFieldPage.

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

setResults

public void setResults(CustomField[] results)
Sets the results value for this CustomFieldPage.

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

getResults

public CustomField getResults(int i)

setResults

public void setResults(int i,
                       CustomField _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.