com.google.api.ads.adwords.v201109.o
Class Attribute

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.o.Attribute
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AdFormatSpecListAttribute, BidLandscapeAttribute, BooleanAttribute, CriterionAttribute, DoubleAttribute, IdeaTypeAttribute, InStreamAdInfoAttribute, IntegerAttribute, IntegerSetAttribute, KeywordAttribute, LongAttribute, LongRangeAttribute, MoneyAttribute, MonthlySearchVolumeAttribute, OpportunityIdeaTypeAttribute, PlacementAttribute, PlacementTypeAttribute, StringAttribute, WebpageDescriptorAttribute

public abstract class Attribute
extends Object
implements Serializable

Attributes encompass the core information about a particular com.google.ads.api.services.targetingideas.TargetingIdea. Some attributes are for KEYWORD IdeaTypes, some are for PLACEMENT IdeaTypes, and some are for both. Ultimately, an Attribute instance simply wraps an actual value of interest. For example, KeywordAttribute wraps the keyword itself, while a BooleanAttribute simply wraps a boolean describing some information about the keyword idea.

See Also:
Serialized Form

Constructor Summary
Attribute()
           
Attribute(String attributeType)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAttributeType()
          Gets the attributeType value for this Attribute.
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
 int hashCode()
           
 void setAttributeType(String attributeType)
          Sets the attributeType value for this Attribute.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute()

Attribute

public Attribute(String attributeType)
Method Detail

getAttributeType

public String getAttributeType()
Gets the attributeType value for this Attribute.

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

setAttributeType

public void setAttributeType(String attributeType)
Sets the attributeType value for this Attribute.

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