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

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.AdExtension
      extended by com.google.api.ads.adwords.v201109.cm.SitelinksExtension
All Implemented Interfaces:
Serializable

public class SitelinksExtension
extends AdExtension
implements Serializable

Class to represent a set of sitelinks and their order of preference.

See Also:
Serialized Form

Constructor Summary
SitelinksExtension()
           
SitelinksExtension(Long id, String adExtensionType, Sitelink[] sitelinks)
           
 
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
 Sitelink[] getSitelinks()
          Gets the sitelinks value for this SitelinksExtension.
 Sitelink getSitelinks(int i)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setSitelinks(int i, Sitelink _value)
           
 void setSitelinks(Sitelink[] sitelinks)
          Sets the sitelinks value for this SitelinksExtension.
 
Methods inherited from class com.google.api.ads.adwords.v201109.cm.AdExtension
getAdExtensionType, getId, setAdExtensionType, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SitelinksExtension

public SitelinksExtension()

SitelinksExtension

public SitelinksExtension(Long id,
                          String adExtensionType,
                          Sitelink[] sitelinks)
Method Detail

getSitelinks

public Sitelink[] getSitelinks()
Gets the sitelinks value for this SitelinksExtension.

Returns:
sitelinks * This field must contain at least one element. This field is required and should not be null.

setSitelinks

public void setSitelinks(Sitelink[] sitelinks)
Sets the sitelinks value for this SitelinksExtension.

Parameters:
sitelinks - * This field must contain at least one element. This field is required and should not be null.

getSitelinks

public Sitelink getSitelinks(int i)

setSitelinks

public void setSitelinks(int i,
                         Sitelink _value)

equals

public boolean equals(Object obj)
Overrides:
equals in class AdExtension

hashCode

public int hashCode()
Overrides:
hashCode in class AdExtension

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.