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

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

public class LineItemPage
extends Object
implements Serializable

Captures a page of LineItem objects.

See Also:
Serialized Form

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

Constructor Detail

LineItemPage

public LineItemPage()

LineItemPage

public LineItemPage(Integer totalResultSetSize,
                    Integer startIndex,
                    LineItem[] results)
Method Detail

getTotalResultSetSize

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

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

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

getStartIndex

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

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

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

getResults

public LineItem[] getResults()
Gets the results value for this LineItemPage.

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

setResults

public void setResults(LineItem[] results)
Sets the results value for this LineItemPage.

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

getResults

public LineItem getResults(int i)

setResults

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