com.google.api.adwords.v10
Class TextAd

java.lang.Object
  extended by com.google.api.adwords.v10.Ad
      extended by com.google.api.adwords.v10.TextAd
All Implemented Interfaces:
java.io.Serializable

public class TextAd
extends Ad
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TextAd()
           
TextAd(java.lang.String description1, java.lang.String description2, java.lang.String headline)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription1()
          Gets the description1 value for this TextAd.
 java.lang.String getDescription2()
          Gets the description2 value for this TextAd.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getHeadline()
          Gets the headline value for this TextAd.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDescription1(java.lang.String description1)
          Sets the description1 value for this TextAd.
 void setDescription2(java.lang.String description2)
          Sets the description2 value for this TextAd.
 void setHeadline(java.lang.String headline)
          Sets the headline value for this TextAd.
 
Methods inherited from class com.google.api.adwords.v10.Ad
getAdGroupId, getAdType, getDestinationUrl, getDisplayUrl, getExemptionRequest, getId, getStatus, isDisapproved, setAdGroupId, setAdType, setDestinationUrl, setDisapproved, setDisplayUrl, setExemptionRequest, setId, setStatus
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextAd

public TextAd()

TextAd

public TextAd(java.lang.String description1,
              java.lang.String description2,
              java.lang.String headline)
Method Detail

getDescription1

public java.lang.String getDescription1()
Gets the description1 value for this TextAd.

Returns:
description1

setDescription1

public void setDescription1(java.lang.String description1)
Sets the description1 value for this TextAd.

Parameters:
description1 -

getDescription2

public java.lang.String getDescription2()
Gets the description2 value for this TextAd.

Returns:
description2

setDescription2

public void setDescription2(java.lang.String description2)
Sets the description2 value for this TextAd.

Parameters:
description2 -

getHeadline

public java.lang.String getHeadline()
Gets the headline value for this TextAd.

Returns:
headline

setHeadline

public void setHeadline(java.lang.String headline)
Sets the headline value for this TextAd.

Parameters:
headline -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class Ad

hashCode

public int hashCode()
Overrides:
hashCode in class Ad

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2005 Google Corp. All Rights Reserved.