org.exist.soap
Class QueryResponseDocument

java.lang.Object
  extended byorg.exist.soap.QueryResponseDocument
All Implemented Interfaces:
java.io.Serializable

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

Wrapper class containing a query result summary for a single document.

Author:
wolf
See Also:
Serialized Form

Constructor Summary
QueryResponseDocument()
           
 
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
 java.lang.String getDocumentName()
          Returns the name of the document represented by this object.
 int getHitCount()
          Returns the number of hits found within this document.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDocumentName(java.lang.String documentName)
           
 void setHitCount(int hitCount)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryResponseDocument

public QueryResponseDocument()
Method Detail

getDocumentName

public java.lang.String getDocumentName()
Returns the name of the document represented by this object.

Returns:

setDocumentName

public void setDocumentName(java.lang.String documentName)

getHitCount

public int getHitCount()
Returns the number of hits found within this document.

Returns:

setHitCount

public void setHitCount(int hitCount)

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 (C) Wolfgang Meier. All rights reserved.