com.google.soap.search
Class ResultElement

java.lang.Object
  extended by com.google.soap.search.ResultElement
All Implemented Interfaces:
Serializable

public class ResultElement
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ResultElement()
           
ResultElement(String summary, String URL, String snippet, String title, String cachedSize, boolean relatedInformationPresent, String hostName, DirectoryCategory directoryCategory, String directoryTitle)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCachedSize()
          Gets the cachedSize value for this ResultElement.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 DirectoryCategory getDirectoryCategory()
          Gets the directoryCategory value for this ResultElement.
 String getDirectoryTitle()
          Gets the directoryTitle value for this ResultElement.
 String getHostName()
          Gets the hostName value for this ResultElement.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getSnippet()
          Gets the snippet value for this ResultElement.
 String getSummary()
          Gets the summary value for this ResultElement.
 String getTitle()
          Gets the title value for this ResultElement.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getURL()
          Gets the URL value for this ResultElement.
 int hashCode()
           
 boolean isRelatedInformationPresent()
          Gets the relatedInformationPresent value for this ResultElement.
 void setCachedSize(String cachedSize)
          Sets the cachedSize value for this ResultElement.
 void setDirectoryCategory(DirectoryCategory directoryCategory)
          Sets the directoryCategory value for this ResultElement.
 void setDirectoryTitle(String directoryTitle)
          Sets the directoryTitle value for this ResultElement.
 void setHostName(String hostName)
          Sets the hostName value for this ResultElement.
 void setRelatedInformationPresent(boolean relatedInformationPresent)
          Sets the relatedInformationPresent value for this ResultElement.
 void setSnippet(String snippet)
          Sets the snippet value for this ResultElement.
 void setSummary(String summary)
          Sets the summary value for this ResultElement.
 void setTitle(String title)
          Sets the title value for this ResultElement.
 void setURL(String URL)
          Sets the URL value for this ResultElement.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultElement

public ResultElement()

ResultElement

public ResultElement(String summary,
                     String URL,
                     String snippet,
                     String title,
                     String cachedSize,
                     boolean relatedInformationPresent,
                     String hostName,
                     DirectoryCategory directoryCategory,
                     String directoryTitle)
Method Detail

getSummary

public String getSummary()
Gets the summary value for this ResultElement.

Returns:
summary

setSummary

public void setSummary(String summary)
Sets the summary value for this ResultElement.

Parameters:
summary -

getURL

public String getURL()
Gets the URL value for this ResultElement.

Returns:
URL

setURL

public void setURL(String URL)
Sets the URL value for this ResultElement.

Parameters:
URL -

getSnippet

public String getSnippet()
Gets the snippet value for this ResultElement.

Returns:
snippet

setSnippet

public void setSnippet(String snippet)
Sets the snippet value for this ResultElement.

Parameters:
snippet -

getTitle

public String getTitle()
Gets the title value for this ResultElement.

Returns:
title

setTitle

public void setTitle(String title)
Sets the title value for this ResultElement.

Parameters:
title -

getCachedSize

public String getCachedSize()
Gets the cachedSize value for this ResultElement.

Returns:
cachedSize

setCachedSize

public void setCachedSize(String cachedSize)
Sets the cachedSize value for this ResultElement.

Parameters:
cachedSize -

isRelatedInformationPresent

public boolean isRelatedInformationPresent()
Gets the relatedInformationPresent value for this ResultElement.

Returns:
relatedInformationPresent

setRelatedInformationPresent

public void setRelatedInformationPresent(boolean relatedInformationPresent)
Sets the relatedInformationPresent value for this ResultElement.

Parameters:
relatedInformationPresent -

getHostName

public String getHostName()
Gets the hostName value for this ResultElement.

Returns:
hostName

setHostName

public void setHostName(String hostName)
Sets the hostName value for this ResultElement.

Parameters:
hostName -

getDirectoryCategory

public DirectoryCategory getDirectoryCategory()
Gets the directoryCategory value for this ResultElement.

Returns:
directoryCategory

setDirectoryCategory

public void setDirectoryCategory(DirectoryCategory directoryCategory)
Sets the directoryCategory value for this ResultElement.

Parameters:
directoryCategory -

getDirectoryTitle

public String getDirectoryTitle()
Gets the directoryTitle value for this ResultElement.

Returns:
directoryTitle

setDirectoryTitle

public void setDirectoryTitle(String directoryTitle)
Sets the directoryTitle value for this ResultElement.

Parameters:
directoryTitle -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

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