com.google.soap.search
Class GoogleSearchDirectoryCategory

java.lang.Object
  |
  +--com.google.soap.search.GoogleSearchDirectoryCategory

public class GoogleSearchDirectoryCategory
extends java.lang.Object

GoogleSearchDirectoryCategory encapsulates the directory category portion of GoogleSearchResult. Users of the API typically only need to call the get methods on this object; the fields are filled in when a search result is returned.

See Also:
GoogleSearchResult, GoogleSearchResultElement

Constructor Summary
GoogleSearchDirectoryCategory()
           
 
Method Summary
 java.lang.String getFullViewableName()
          Returns the ODP directory name for the current ODP category
 java.lang.String getSpecialEncoding()
          Returns the encoding scheme of the directory information.
 void setFullViewableName(java.lang.String fvn)
           
 void setSpecialEncoding(java.lang.String se)
           
 java.lang.String toString()
          Returns a formatted string representation of a Google search directory category.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GoogleSearchDirectoryCategory

public GoogleSearchDirectoryCategory()
Method Detail

setSpecialEncoding

public void setSpecialEncoding(java.lang.String se)

getSpecialEncoding

public java.lang.String getSpecialEncoding()
Returns the encoding scheme of the directory information.

setFullViewableName

public void setFullViewableName(java.lang.String fvn)

getFullViewableName

public java.lang.String getFullViewableName()
Returns the ODP directory name for the current ODP category

toString

public java.lang.String toString()
Returns a formatted string representation of a Google search directory category.
Overrides:
toString in class java.lang.Object