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

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.Target
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AdScheduleTarget

public abstract class Target
extends Object
implements Serializable

Target abstract class.

See Also:
Serialized Form

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

Constructor Detail

Target

public Target()

Target

public Target(String targetType)
Method Detail

getTargetType

public String getTargetType()
Gets the targetType value for this Target.

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

setTargetType

public void setTargetType(String targetType)
Sets the targetType value for this Target.

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