com.google.api.ads.adwords.v201109.cm
Class AdGroupReturnValue

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.ListReturnValue
      extended by com.google.api.ads.adwords.v201109.cm.AdGroupReturnValue
All Implemented Interfaces:
Serializable

public class AdGroupReturnValue
extends ListReturnValue
implements Serializable

A container for return values from the AdGroupService.

See Also:
Serialized Form

Constructor Summary
AdGroupReturnValue()
           
AdGroupReturnValue(String listReturnValueType, AdGroup[] value)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 AdGroup[] getValue()
          Gets the value value for this AdGroupReturnValue.
 AdGroup getValue(int i)
           
 int hashCode()
           
 void setValue(AdGroup[] value)
          Sets the value value for this AdGroupReturnValue.
 void setValue(int i, AdGroup _value)
           
 
Methods inherited from class com.google.api.ads.adwords.v201109.cm.ListReturnValue
getListReturnValueType, setListReturnValueType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdGroupReturnValue

public AdGroupReturnValue()

AdGroupReturnValue

public AdGroupReturnValue(String listReturnValueType,
                          AdGroup[] value)
Method Detail

getValue

public AdGroup[] getValue()
Gets the value value for this AdGroupReturnValue.

Returns:
value * List of AdGroups

setValue

public void setValue(AdGroup[] value)
Sets the value value for this AdGroupReturnValue.

Parameters:
value - * List of AdGroups

getValue

public AdGroup getValue(int i)

setValue

public void setValue(int i,
                     AdGroup _value)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class ListReturnValue

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 © 2011. All Rights Reserved.