com.google.api.ads.adwords.v201109.o
Class WebpageDescriptor

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.o.WebpageDescriptor
All Implemented Interfaces:
Serializable

public class WebpageDescriptor
extends Object
implements Serializable

Basic information about a webpage.

See Also:
Serialized Form

Constructor Summary
WebpageDescriptor()
           
WebpageDescriptor(String url, String title)
           
 
Method Summary
 boolean equals(Object obj)
           
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
 String getTitle()
          Gets the title value for this WebpageDescriptor.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getUrl()
          Gets the url value for this WebpageDescriptor.
 int hashCode()
           
 void setTitle(String title)
          Sets the title value for this WebpageDescriptor.
 void setUrl(String url)
          Sets the url value for this WebpageDescriptor.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebpageDescriptor

public WebpageDescriptor()

WebpageDescriptor

public WebpageDescriptor(String url,
                         String title)
Method Detail

getUrl

public String getUrl()
Gets the url value for this WebpageDescriptor.

Returns:
url * The URL of the webpage.

setUrl

public void setUrl(String url)
Sets the url value for this WebpageDescriptor.

Parameters:
url - * The URL of the webpage.

getTitle

public String getTitle()
Gets the title value for this WebpageDescriptor.

Returns:
title * The title of the webpage.

setTitle

public void setTitle(String title)
Sets the title value for this WebpageDescriptor.

Parameters:
title - * The title of the webpage.

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.