|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.soap.search.ResultElement
public class ResultElement
| 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 |
|---|
public ResultElement()
public ResultElement(String summary,
String URL,
String snippet,
String title,
String cachedSize,
boolean relatedInformationPresent,
String hostName,
DirectoryCategory directoryCategory,
String directoryTitle)
| Method Detail |
|---|
public String getSummary()
public void setSummary(String summary)
summary - public String getURL()
public void setURL(String URL)
URL - public String getSnippet()
public void setSnippet(String snippet)
snippet - public String getTitle()
public void setTitle(String title)
title - public String getCachedSize()
public void setCachedSize(String cachedSize)
cachedSize - public boolean isRelatedInformationPresent()
public void setRelatedInformationPresent(boolean relatedInformationPresent)
relatedInformationPresent - public String getHostName()
public void setHostName(String hostName)
hostName - public DirectoryCategory getDirectoryCategory()
public void setDirectoryCategory(DirectoryCategory directoryCategory)
directoryCategory - public String getDirectoryTitle()
public void setDirectoryTitle(String directoryTitle)
directoryTitle - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||