org.globus.ogsa.samples.google
Class ResultElement

java.lang.Object
  extended byorg.globus.ogsa.samples.google.ResultElement
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

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

Constructor Detail

ResultElement

public ResultElement()
Method Detail

getSummary

public java.lang.String getSummary()

setSummary

public void setSummary(java.lang.String summary)

getURL

public java.lang.String getURL()

setURL

public void setURL(java.lang.String URL)

getSnippet

public java.lang.String getSnippet()

setSnippet

public void setSnippet(java.lang.String snippet)

getTitle

public java.lang.String getTitle()

setTitle

public void setTitle(java.lang.String title)

getCachedSize

public java.lang.String getCachedSize()

setCachedSize

public void setCachedSize(java.lang.String cachedSize)

isRelatedInformationPresent

public boolean isRelatedInformationPresent()

setRelatedInformationPresent

public void setRelatedInformationPresent(boolean relatedInformationPresent)

getHostName

public java.lang.String getHostName()

setHostName

public void setHostName(java.lang.String hostName)

getDirectoryCategory

public DirectoryCategory getDirectoryCategory()

setDirectoryCategory

public void setDirectoryCategory(DirectoryCategory directoryCategory)

getDirectoryTitle

public java.lang.String getDirectoryTitle()

setDirectoryTitle

public void setDirectoryTitle(java.lang.String directoryTitle)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

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 ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.