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

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

public abstract class DataEntry
extends Object
implements Serializable

The base class of all return types of the table service.

See Also:
Serialized Form

Constructor Summary
DataEntry()
           
DataEntry(String dataEntryType)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDataEntryType()
          Gets the dataEntryType value for this DataEntry.
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 setDataEntryType(String dataEntryType)
          Sets the dataEntryType value for this DataEntry.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataEntry

public DataEntry()

DataEntry

public DataEntry(String dataEntryType)
Method Detail

getDataEntryType

public String getDataEntryType()
Gets the dataEntryType value for this DataEntry.

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

setDataEntryType

public void setDataEntryType(String dataEntryType)
Sets the dataEntryType value for this DataEntry.

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