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

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

public class KeywordMatchTypeSearchParameter
extends SearchParameter
implements Serializable

A SearchParameter for KEYWORD IdeaTypes that specifies the KeywordMatchTypes that all results must match. For example, results may be limited to only Broad or Exact matches. Setting no KeywordMatchTypeSearchParameter will match all targeting ideas, regardless of KeywordMatchType. If multiple KeywordMatchTypes are set, a result need only match one match type to be returned.

This element is supported by following IdeaTypes: KEYWORD.

This element is supported by following RequestTypes: IDEAS, STATS.

See Also:
Serialized Form

Constructor Summary
KeywordMatchTypeSearchParameter()
           
KeywordMatchTypeSearchParameter(String searchParameterType, KeywordMatchType[] keywordMatchTypes)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 KeywordMatchType[] getKeywordMatchTypes()
          Gets the keywordMatchTypes value for this KeywordMatchTypeSearchParameter.
 KeywordMatchType getKeywordMatchTypes(int i)
           
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 setKeywordMatchTypes(int i, KeywordMatchType _value)
           
 void setKeywordMatchTypes(KeywordMatchType[] keywordMatchTypes)
          Sets the keywordMatchTypes value for this KeywordMatchTypeSearchParameter.
 
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

KeywordMatchTypeSearchParameter

public KeywordMatchTypeSearchParameter()

KeywordMatchTypeSearchParameter

public KeywordMatchTypeSearchParameter(String searchParameterType,
                                       KeywordMatchType[] keywordMatchTypes)
Method Detail

getKeywordMatchTypes

public KeywordMatchType[] getKeywordMatchTypes()
Gets the keywordMatchTypes value for this KeywordMatchTypeSearchParameter.

Returns:
keywordMatchTypes * A Set of KeywordMatchTypes that results must match. Results need only match a single match type in the set. 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.

setKeywordMatchTypes

public void setKeywordMatchTypes(KeywordMatchType[] keywordMatchTypes)
Sets the keywordMatchTypes value for this KeywordMatchTypeSearchParameter.

Parameters:
keywordMatchTypes - * A Set of KeywordMatchTypes that results must match. Results need only match a single match type in the set. 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.

getKeywordMatchTypes

public KeywordMatchType getKeywordMatchTypes(int i)

setKeywordMatchTypes

public void setKeywordMatchTypes(int i,
                                 KeywordMatchType _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.