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

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.Setting
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GeoTargetTypeSetting, RealTimeBiddingSetting

public abstract class Setting
extends Object
implements Serializable

Base type for AdWords campaign settings.

See Also:
Serialized Form

Constructor Summary
Setting()
           
Setting(String settingType)
           
 
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
 String getSettingType()
          Gets the settingType value for this Setting.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setSettingType(String settingType)
          Sets the settingType value for this Setting.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Setting

public Setting()

Setting

public Setting(String settingType)
Method Detail

getSettingType

public String getSettingType()
Gets the settingType value for this Setting.

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

setSettingType

public void setSettingType(String settingType)
Sets the settingType value for this Setting.

Parameters:
settingType - * Indicates that this instance is a subtype of Setting. 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.