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

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

public class CampaignReturnValue
extends ListReturnValue
implements Serializable

A container for return values from the CampaignService.

See Also:
Serialized Form

Constructor Summary
CampaignReturnValue()
           
CampaignReturnValue(String listReturnValueType, Campaign[] 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
 Campaign[] getValue()
          Gets the value value for this CampaignReturnValue.
 Campaign getValue(int i)
           
 int hashCode()
           
 void setValue(Campaign[] value)
          Sets the value value for this CampaignReturnValue.
 void setValue(int i, Campaign _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

CampaignReturnValue

public CampaignReturnValue()

CampaignReturnValue

public CampaignReturnValue(String listReturnValueType,
                           Campaign[] value)
Method Detail

getValue

public Campaign[] getValue()
Gets the value value for this CampaignReturnValue.

Returns:
value

setValue

public void setValue(Campaign[] value)
Sets the value value for this CampaignReturnValue.

Parameters:
value -

getValue

public Campaign getValue(int i)

setValue

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