com.google.api.adwords.v11
Class MobileAd

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

public class MobileAd
extends Ad
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
MobileAd()
           
MobileAd(java.lang.String businessName, java.lang.String countryCode, java.lang.String description, java.lang.String headline, java.lang.String[] markupLanguages, java.lang.String[] mobileCarriers, java.lang.String phoneNumber)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getBusinessName()
          Gets the businessName value for this MobileAd.
 java.lang.String getCountryCode()
          Gets the countryCode value for this MobileAd.
 java.lang.String getDescription()
          Gets the description value for this MobileAd.
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 MobileAd.
 java.lang.String[] getMarkupLanguages()
          Gets the markupLanguages value for this MobileAd.
 java.lang.String getMarkupLanguages(int i)
           
 java.lang.String[] getMobileCarriers()
          Gets the mobileCarriers value for this MobileAd.
 java.lang.String getMobileCarriers(int i)
           
 java.lang.String getPhoneNumber()
          Gets the phoneNumber value for this MobileAd.
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 setBusinessName(java.lang.String businessName)
          Sets the businessName value for this MobileAd.
 void setCountryCode(java.lang.String countryCode)
          Sets the countryCode value for this MobileAd.
 void setDescription(java.lang.String description)
          Sets the description value for this MobileAd.
 void setHeadline(java.lang.String headline)
          Sets the headline value for this MobileAd.
 void setMarkupLanguages(int i, java.lang.String _value)
           
 void setMarkupLanguages(java.lang.String[] markupLanguages)
          Sets the markupLanguages value for this MobileAd.
 void setMobileCarriers(int i, java.lang.String _value)
           
 void setMobileCarriers(java.lang.String[] mobileCarriers)
          Sets the mobileCarriers value for this MobileAd.
 void setPhoneNumber(java.lang.String phoneNumber)
          Sets the phoneNumber value for this MobileAd.
 
Methods inherited from class com.google.api.adwords.v11.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

MobileAd

public MobileAd()

MobileAd

public MobileAd(java.lang.String businessName,
                java.lang.String countryCode,
                java.lang.String description,
                java.lang.String headline,
                java.lang.String[] markupLanguages,
                java.lang.String[] mobileCarriers,
                java.lang.String phoneNumber)
Method Detail

getBusinessName

public java.lang.String getBusinessName()
Gets the businessName value for this MobileAd.

Returns:
businessName

setBusinessName

public void setBusinessName(java.lang.String businessName)
Sets the businessName value for this MobileAd.

Parameters:
businessName -

getCountryCode

public java.lang.String getCountryCode()
Gets the countryCode value for this MobileAd.

Returns:
countryCode

setCountryCode

public void setCountryCode(java.lang.String countryCode)
Sets the countryCode value for this MobileAd.

Parameters:
countryCode -

getDescription

public java.lang.String getDescription()
Gets the description value for this MobileAd.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this MobileAd.

Parameters:
description -

getHeadline

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

Returns:
headline

setHeadline

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

Parameters:
headline -

getMarkupLanguages

public java.lang.String[] getMarkupLanguages()
Gets the markupLanguages value for this MobileAd.

Returns:
markupLanguages

setMarkupLanguages

public void setMarkupLanguages(java.lang.String[] markupLanguages)
Sets the markupLanguages value for this MobileAd.

Parameters:
markupLanguages -

getMarkupLanguages

public java.lang.String getMarkupLanguages(int i)

setMarkupLanguages

public void setMarkupLanguages(int i,
                               java.lang.String _value)

getMobileCarriers

public java.lang.String[] getMobileCarriers()
Gets the mobileCarriers value for this MobileAd.

Returns:
mobileCarriers

setMobileCarriers

public void setMobileCarriers(java.lang.String[] mobileCarriers)
Sets the mobileCarriers value for this MobileAd.

Parameters:
mobileCarriers -

getMobileCarriers

public java.lang.String getMobileCarriers(int i)

setMobileCarriers

public void setMobileCarriers(int i,
                              java.lang.String _value)

getPhoneNumber

public java.lang.String getPhoneNumber()
Gets the phoneNumber value for this MobileAd.

Returns:
phoneNumber

setPhoneNumber

public void setPhoneNumber(java.lang.String phoneNumber)
Sets the phoneNumber value for this MobileAd.

Parameters:
phoneNumber -

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.