org.exist.soap
Class QueryResponse

java.lang.Object
  extended by org.exist.soap.QueryResponse
All Implemented Interfaces:
Serializable

public class QueryResponse
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
QueryResponse()
           
QueryResponse(QueryResponseCollections collections, int hits, long queryTime)
           
 
Method Summary
 boolean equals(Object obj)
           
 QueryResponseCollections getCollections()
          Gets the collections value for this QueryResponse.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 int getHits()
          Gets the hits value for this QueryResponse.
 long getQueryTime()
          Gets the queryTime value for this QueryResponse.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCollections(QueryResponseCollections collections)
          Sets the collections value for this QueryResponse.
 void setHits(int hits)
          Sets the hits value for this QueryResponse.
 void setQueryTime(long queryTime)
          Sets the queryTime value for this QueryResponse.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryResponse

public QueryResponse()

QueryResponse

public QueryResponse(QueryResponseCollections collections,
                     int hits,
                     long queryTime)
Method Detail

getCollections

public QueryResponseCollections getCollections()
Gets the collections value for this QueryResponse.

Returns:
collections

setCollections

public void setCollections(QueryResponseCollections collections)
Sets the collections value for this QueryResponse.

Parameters:
collections -

getHits

public int getHits()
Gets the hits value for this QueryResponse.

Returns:
hits

setHits

public void setHits(int hits)
Sets the hits value for this QueryResponse.

Parameters:
hits -

getQueryTime

public long getQueryTime()
Gets the queryTime value for this QueryResponse.

Returns:
queryTime

setQueryTime

public void setQueryTime(long queryTime)
Sets the queryTime value for this QueryResponse.

Parameters:
queryTime -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static Serializer getSerializer(String mechType,
                                       Class _javaType,
                                       QName _xmlType)
Get Custom Serializer


getDeserializer

public static Deserializer getDeserializer(String mechType,
                                           Class _javaType,
                                           QName _xmlType)
Get Custom Deserializer



Copyright (C) Wolfgang Meier. All rights reserved.