org.iids.aos.webservices.wsdl.GoogleSearch
Class GoogleSearchResult

java.lang.Object
  extended by org.iids.aos.webservices.wsdl.GoogleSearch.GoogleSearchResult
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
GoogleSearchResult()
           
GoogleSearchResult(boolean documentFiltering, java.lang.String searchComments, int estimatedTotalResultsCount, boolean estimateIsExact, ResultElement[] resultElements, java.lang.String searchQuery, int startIndex, int endIndex, java.lang.String searchTips, DirectoryCategory[] directoryCategories, double searchTime)
           
 
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
 DirectoryCategory[] getDirectoryCategories()
          Gets the directoryCategories value for this GoogleSearchResult.
 int getEndIndex()
          Gets the endIndex value for this GoogleSearchResult.
 int getEstimatedTotalResultsCount()
          Gets the estimatedTotalResultsCount value for this GoogleSearchResult.
 ResultElement[] getResultElements()
          Gets the resultElements value for this GoogleSearchResult.
 java.lang.String getSearchComments()
          Gets the searchComments value for this GoogleSearchResult.
 java.lang.String getSearchQuery()
          Gets the searchQuery value for this GoogleSearchResult.
 double getSearchTime()
          Gets the searchTime value for this GoogleSearchResult.
 java.lang.String getSearchTips()
          Gets the searchTips value for this GoogleSearchResult.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getStartIndex()
          Gets the startIndex value for this GoogleSearchResult.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isDocumentFiltering()
          Gets the documentFiltering value for this GoogleSearchResult.
 boolean isEstimateIsExact()
          Gets the estimateIsExact value for this GoogleSearchResult.
 void setDirectoryCategories(DirectoryCategory[] directoryCategories)
          Sets the directoryCategories value for this GoogleSearchResult.
 void setDocumentFiltering(boolean documentFiltering)
          Sets the documentFiltering value for this GoogleSearchResult.
 void setEndIndex(int endIndex)
          Sets the endIndex value for this GoogleSearchResult.
 void setEstimatedTotalResultsCount(int estimatedTotalResultsCount)
          Sets the estimatedTotalResultsCount value for this GoogleSearchResult.
 void setEstimateIsExact(boolean estimateIsExact)
          Sets the estimateIsExact value for this GoogleSearchResult.
 void setResultElements(ResultElement[] resultElements)
          Sets the resultElements value for this GoogleSearchResult.
 void setSearchComments(java.lang.String searchComments)
          Sets the searchComments value for this GoogleSearchResult.
 void setSearchQuery(java.lang.String searchQuery)
          Sets the searchQuery value for this GoogleSearchResult.
 void setSearchTime(double searchTime)
          Sets the searchTime value for this GoogleSearchResult.
 void setSearchTips(java.lang.String searchTips)
          Sets the searchTips value for this GoogleSearchResult.
 void setStartIndex(int startIndex)
          Sets the startIndex value for this GoogleSearchResult.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleSearchResult

public GoogleSearchResult()

GoogleSearchResult

public GoogleSearchResult(boolean documentFiltering,
                          java.lang.String searchComments,
                          int estimatedTotalResultsCount,
                          boolean estimateIsExact,
                          ResultElement[] resultElements,
                          java.lang.String searchQuery,
                          int startIndex,
                          int endIndex,
                          java.lang.String searchTips,
                          DirectoryCategory[] directoryCategories,
                          double searchTime)
Method Detail

isDocumentFiltering

public boolean isDocumentFiltering()
Gets the documentFiltering value for this GoogleSearchResult.

Returns:
documentFiltering

setDocumentFiltering

public void setDocumentFiltering(boolean documentFiltering)
Sets the documentFiltering value for this GoogleSearchResult.

Parameters:
documentFiltering -

getSearchComments

public java.lang.String getSearchComments()
Gets the searchComments value for this GoogleSearchResult.

Returns:
searchComments

setSearchComments

public void setSearchComments(java.lang.String searchComments)
Sets the searchComments value for this GoogleSearchResult.

Parameters:
searchComments -

getEstimatedTotalResultsCount

public int getEstimatedTotalResultsCount()
Gets the estimatedTotalResultsCount value for this GoogleSearchResult.

Returns:
estimatedTotalResultsCount

setEstimatedTotalResultsCount

public void setEstimatedTotalResultsCount(int estimatedTotalResultsCount)
Sets the estimatedTotalResultsCount value for this GoogleSearchResult.

Parameters:
estimatedTotalResultsCount -

isEstimateIsExact

public boolean isEstimateIsExact()
Gets the estimateIsExact value for this GoogleSearchResult.

Returns:
estimateIsExact

setEstimateIsExact

public void setEstimateIsExact(boolean estimateIsExact)
Sets the estimateIsExact value for this GoogleSearchResult.

Parameters:
estimateIsExact -

getResultElements

public ResultElement[] getResultElements()
Gets the resultElements value for this GoogleSearchResult.

Returns:
resultElements

setResultElements

public void setResultElements(ResultElement[] resultElements)
Sets the resultElements value for this GoogleSearchResult.

Parameters:
resultElements -

getSearchQuery

public java.lang.String getSearchQuery()
Gets the searchQuery value for this GoogleSearchResult.

Returns:
searchQuery

setSearchQuery

public void setSearchQuery(java.lang.String searchQuery)
Sets the searchQuery value for this GoogleSearchResult.

Parameters:
searchQuery -

getStartIndex

public int getStartIndex()
Gets the startIndex value for this GoogleSearchResult.

Returns:
startIndex

setStartIndex

public void setStartIndex(int startIndex)
Sets the startIndex value for this GoogleSearchResult.

Parameters:
startIndex -

getEndIndex

public int getEndIndex()
Gets the endIndex value for this GoogleSearchResult.

Returns:
endIndex

setEndIndex

public void setEndIndex(int endIndex)
Sets the endIndex value for this GoogleSearchResult.

Parameters:
endIndex -

getSearchTips

public java.lang.String getSearchTips()
Gets the searchTips value for this GoogleSearchResult.

Returns:
searchTips

setSearchTips

public void setSearchTips(java.lang.String searchTips)
Sets the searchTips value for this GoogleSearchResult.

Parameters:
searchTips -

getDirectoryCategories

public DirectoryCategory[] getDirectoryCategories()
Gets the directoryCategories value for this GoogleSearchResult.

Returns:
directoryCategories

setDirectoryCategories

public void setDirectoryCategories(DirectoryCategory[] directoryCategories)
Sets the directoryCategories value for this GoogleSearchResult.

Parameters:
directoryCategories -

getSearchTime

public double getSearchTime()
Gets the searchTime value for this GoogleSearchResult.

Returns:
searchTime

setSearchTime

public void setSearchTime(double searchTime)
Sets the searchTime value for this GoogleSearchResult.

Parameters:
searchTime -

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 © 2003, 2004 IIDS Group. All Rights Reserved.