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

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.ListReturnValue
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AdExtensionOverrideReturnValue, AdGroupAdReturnValue, AdGroupCriterionReturnValue, AdGroupReturnValue, CampaignAdExtensionReturnValue, CampaignCriterionReturnValue, CampaignReturnValue, CampaignTargetReturnValue, ConversionTrackerReturnValue, ExperimentReturnValue, UserListReturnValue

public abstract class ListReturnValue
extends Object
implements Serializable

Base list return value type.

See Also:
Serialized Form

Constructor Summary
ListReturnValue()
           
ListReturnValue(String listReturnValueType)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getListReturnValueType()
          Gets the listReturnValueType value for this ListReturnValue.
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
 int hashCode()
           
 void setListReturnValueType(String listReturnValueType)
          Sets the listReturnValueType value for this ListReturnValue.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListReturnValue

public ListReturnValue()

ListReturnValue

public ListReturnValue(String listReturnValueType)
Method Detail

getListReturnValueType

public String getListReturnValueType()
Gets the listReturnValueType value for this ListReturnValue.

Returns:
listReturnValueType * Indicates that this instance is a subtype of ListReturnValue. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.

setListReturnValueType

public void setListReturnValueType(String listReturnValueType)
Sets the listReturnValueType value for this ListReturnValue.

Parameters:
listReturnValueType - * Indicates that this instance is a subtype of ListReturnValue. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.

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