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

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

public class AdTypeSearchParameter
extends SearchParameter
implements Serializable

A SearchParameter for PLACEMENT IdeaTypes used to filter the results by the AdType.

This element is supported by following IdeaTypes: PLACEMENT.

This element is supported by following RequestTypes: IDEAS.

See Also:
Serialized Form

Constructor Summary
AdTypeSearchParameter()
           
AdTypeSearchParameter(String searchParameterType, SiteConstantsAdType[] adTypes)
           
 
Method Summary
 boolean equals(Object obj)
           
 SiteConstantsAdType[] getAdTypes()
          Gets the adTypes value for this AdTypeSearchParameter.
 SiteConstantsAdType getAdTypes(int i)
           
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
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAdTypes(int i, SiteConstantsAdType _value)
           
 void setAdTypes(SiteConstantsAdType[] adTypes)
          Sets the adTypes value for this AdTypeSearchParameter.
 
Methods inherited from class com.google.api.ads.adwords.v201109.o.SearchParameter
getSearchParameterType, setSearchParameterType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdTypeSearchParameter

public AdTypeSearchParameter()

AdTypeSearchParameter

public AdTypeSearchParameter(String searchParameterType,
                             SiteConstantsAdType[] adTypes)
Method Detail

getAdTypes

public SiteConstantsAdType[] getAdTypes()
Gets the adTypes value for this AdTypeSearchParameter.

Returns:
adTypes * A set of s desired in the results. For example, specify DISPLAY AdType to get PLACEMENT IdeaTypes that support display ads (independent of the ad size). This field must contain distinct elements. This field must not contain null elements. This field must contain at least one element. This field is required and should not be null.

setAdTypes

public void setAdTypes(SiteConstantsAdType[] adTypes)
Sets the adTypes value for this AdTypeSearchParameter.

Parameters:
adTypes - * A set of s desired in the results. For example, specify DISPLAY AdType to get PLACEMENT IdeaTypes that support display ads (independent of the ad size). This field must contain distinct elements. This field must not contain null elements. This field must contain at least one element. This field is required and should not be null.

getAdTypes

public SiteConstantsAdType getAdTypes(int i)

setAdTypes

public void setAdTypes(int i,
                       SiteConstantsAdType _value)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class SearchParameter

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.