com.google.api.adwords.v11
Class LocalBusinessAd

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

public class LocalBusinessAd
extends Ad
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
LocalBusinessAd()
           
LocalBusinessAd(java.lang.String address, Image businessImage, java.lang.String businessKey, java.lang.String businessName, java.lang.String city, java.lang.String countryCode, Image customIcon, java.lang.Long customIconId, java.lang.String description1, java.lang.String description2, java.lang.String phoneNumber, java.lang.String postalCode, java.lang.String region, StockIcon stockIcon, java.lang.Double targetRadiusInKm)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAddress()
          Gets the address value for this LocalBusinessAd.
 Image getBusinessImage()
          Gets the businessImage value for this LocalBusinessAd.
 java.lang.String getBusinessKey()
          Gets the businessKey value for this LocalBusinessAd.
 java.lang.String getBusinessName()
          Gets the businessName value for this LocalBusinessAd.
 java.lang.String getCity()
          Gets the city value for this LocalBusinessAd.
 java.lang.String getCountryCode()
          Gets the countryCode value for this LocalBusinessAd.
 Image getCustomIcon()
          Gets the customIcon value for this LocalBusinessAd.
 java.lang.Long getCustomIconId()
          Gets the customIconId value for this LocalBusinessAd.
 java.lang.String getDescription1()
          Gets the description1 value for this LocalBusinessAd.
 java.lang.String getDescription2()
          Gets the description2 value for this LocalBusinessAd.
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 getPhoneNumber()
          Gets the phoneNumber value for this LocalBusinessAd.
 java.lang.String getPostalCode()
          Gets the postalCode value for this LocalBusinessAd.
 java.lang.String getRegion()
          Gets the region value for this LocalBusinessAd.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 StockIcon getStockIcon()
          Gets the stockIcon value for this LocalBusinessAd.
 java.lang.Double getTargetRadiusInKm()
          Gets the targetRadiusInKm value for this LocalBusinessAd.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAddress(java.lang.String address)
          Sets the address value for this LocalBusinessAd.
 void setBusinessImage(Image businessImage)
          Sets the businessImage value for this LocalBusinessAd.
 void setBusinessKey(java.lang.String businessKey)
          Sets the businessKey value for this LocalBusinessAd.
 void setBusinessName(java.lang.String businessName)
          Sets the businessName value for this LocalBusinessAd.
 void setCity(java.lang.String city)
          Sets the city value for this LocalBusinessAd.
 void setCountryCode(java.lang.String countryCode)
          Sets the countryCode value for this LocalBusinessAd.
 void setCustomIcon(Image customIcon)
          Sets the customIcon value for this LocalBusinessAd.
 void setCustomIconId(java.lang.Long customIconId)
          Sets the customIconId value for this LocalBusinessAd.
 void setDescription1(java.lang.String description1)
          Sets the description1 value for this LocalBusinessAd.
 void setDescription2(java.lang.String description2)
          Sets the description2 value for this LocalBusinessAd.
 void setPhoneNumber(java.lang.String phoneNumber)
          Sets the phoneNumber value for this LocalBusinessAd.
 void setPostalCode(java.lang.String postalCode)
          Sets the postalCode value for this LocalBusinessAd.
 void setRegion(java.lang.String region)
          Sets the region value for this LocalBusinessAd.
 void setStockIcon(StockIcon stockIcon)
          Sets the stockIcon value for this LocalBusinessAd.
 void setTargetRadiusInKm(java.lang.Double targetRadiusInKm)
          Sets the targetRadiusInKm value for this LocalBusinessAd.
 
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

LocalBusinessAd

public LocalBusinessAd()

LocalBusinessAd

public LocalBusinessAd(java.lang.String address,
                       Image businessImage,
                       java.lang.String businessKey,
                       java.lang.String businessName,
                       java.lang.String city,
                       java.lang.String countryCode,
                       Image customIcon,
                       java.lang.Long customIconId,
                       java.lang.String description1,
                       java.lang.String description2,
                       java.lang.String phoneNumber,
                       java.lang.String postalCode,
                       java.lang.String region,
                       StockIcon stockIcon,
                       java.lang.Double targetRadiusInKm)
Method Detail

getAddress

public java.lang.String getAddress()
Gets the address value for this LocalBusinessAd.

Returns:
address

setAddress

public void setAddress(java.lang.String address)
Sets the address value for this LocalBusinessAd.

Parameters:
address -

getBusinessImage

public Image getBusinessImage()
Gets the businessImage value for this LocalBusinessAd.

Returns:
businessImage

setBusinessImage

public void setBusinessImage(Image businessImage)
Sets the businessImage value for this LocalBusinessAd.

Parameters:
businessImage -

getBusinessKey

public java.lang.String getBusinessKey()
Gets the businessKey value for this LocalBusinessAd.

Returns:
businessKey

setBusinessKey

public void setBusinessKey(java.lang.String businessKey)
Sets the businessKey value for this LocalBusinessAd.

Parameters:
businessKey -

getBusinessName

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

Returns:
businessName

setBusinessName

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

Parameters:
businessName -

getCity

public java.lang.String getCity()
Gets the city value for this LocalBusinessAd.

Returns:
city

setCity

public void setCity(java.lang.String city)
Sets the city value for this LocalBusinessAd.

Parameters:
city -

getCountryCode

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

Returns:
countryCode

setCountryCode

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

Parameters:
countryCode -

getCustomIcon

public Image getCustomIcon()
Gets the customIcon value for this LocalBusinessAd.

Returns:
customIcon

setCustomIcon

public void setCustomIcon(Image customIcon)
Sets the customIcon value for this LocalBusinessAd.

Parameters:
customIcon -

getCustomIconId

public java.lang.Long getCustomIconId()
Gets the customIconId value for this LocalBusinessAd.

Returns:
customIconId

setCustomIconId

public void setCustomIconId(java.lang.Long customIconId)
Sets the customIconId value for this LocalBusinessAd.

Parameters:
customIconId -

getDescription1

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

Returns:
description1

setDescription1

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

Parameters:
description1 -

getDescription2

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

Returns:
description2

setDescription2

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

Parameters:
description2 -

getPhoneNumber

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

Returns:
phoneNumber

setPhoneNumber

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

Parameters:
phoneNumber -

getPostalCode

public java.lang.String getPostalCode()
Gets the postalCode value for this LocalBusinessAd.

Returns:
postalCode

setPostalCode

public void setPostalCode(java.lang.String postalCode)
Sets the postalCode value for this LocalBusinessAd.

Parameters:
postalCode -

getRegion

public java.lang.String getRegion()
Gets the region value for this LocalBusinessAd.

Returns:
region

setRegion

public void setRegion(java.lang.String region)
Sets the region value for this LocalBusinessAd.

Parameters:
region -

getStockIcon

public StockIcon getStockIcon()
Gets the stockIcon value for this LocalBusinessAd.

Returns:
stockIcon

setStockIcon

public void setStockIcon(StockIcon stockIcon)
Sets the stockIcon value for this LocalBusinessAd.

Parameters:
stockIcon -

getTargetRadiusInKm

public java.lang.Double getTargetRadiusInKm()
Gets the targetRadiusInKm value for this LocalBusinessAd.

Returns:
targetRadiusInKm

setTargetRadiusInKm

public void setTargetRadiusInKm(java.lang.Double targetRadiusInKm)
Sets the targetRadiusInKm value for this LocalBusinessAd.

Parameters:
targetRadiusInKm -

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.