com.google.api.adwords.v11
Class SiteKeywordGroups

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

public class SiteKeywordGroups
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SiteKeywordGroups()
           
SiteKeywordGroups(java.lang.String[] groups, SiteKeyword[] keywords)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
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[] getGroups()
          Gets the groups value for this SiteKeywordGroups.
 java.lang.String getGroups(int i)
           
 SiteKeyword[] getKeywords()
          Gets the keywords value for this SiteKeywordGroups.
 SiteKeyword getKeywords(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setGroups(int i, java.lang.String _value)
           
 void setGroups(java.lang.String[] groups)
          Sets the groups value for this SiteKeywordGroups.
 void setKeywords(int i, SiteKeyword _value)
           
 void setKeywords(SiteKeyword[] keywords)
          Sets the keywords value for this SiteKeywordGroups.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SiteKeywordGroups

public SiteKeywordGroups()

SiteKeywordGroups

public SiteKeywordGroups(java.lang.String[] groups,
                         SiteKeyword[] keywords)
Method Detail

getGroups

public java.lang.String[] getGroups()
Gets the groups value for this SiteKeywordGroups.

Returns:
groups

setGroups

public void setGroups(java.lang.String[] groups)
Sets the groups value for this SiteKeywordGroups.

Parameters:
groups -

getGroups

public java.lang.String getGroups(int i)

setGroups

public void setGroups(int i,
                      java.lang.String _value)

getKeywords

public SiteKeyword[] getKeywords()
Gets the keywords value for this SiteKeywordGroups.

Returns:
keywords

setKeywords

public void setKeywords(SiteKeyword[] keywords)
Sets the keywords value for this SiteKeywordGroups.

Parameters:
keywords -

getKeywords

public SiteKeyword getKeywords(int i)

setKeywords

public void setKeywords(int i,
                        SiteKeyword _value)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

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.