|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.o.Attribute
public abstract class Attribute
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.
| 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 |
|---|
public Attribute()
public Attribute(String attributeType)
| Method Detail |
|---|
public String getAttributeType()
public void setAttributeType(String attributeType)
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.public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||