org.exist.soap
Class QueryResponseDocument

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

public class QueryResponseDocument
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
QueryResponseDocument()
           
QueryResponseDocument(String documentName, int hitCount)
           
 
Method Summary
 boolean equals(Object obj)
           
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getDocumentName()
          Gets the documentName value for this QueryResponseDocument.
 int getHitCount()
          Gets the hitCount value for this QueryResponseDocument.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDocumentName(String documentName)
          Sets the documentName value for this QueryResponseDocument.
 void setHitCount(int hitCount)
          Sets the hitCount value for this QueryResponseDocument.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryResponseDocument

public QueryResponseDocument()

QueryResponseDocument

public QueryResponseDocument(String documentName,
                             int hitCount)
Method Detail

getDocumentName

public String getDocumentName()
Gets the documentName value for this QueryResponseDocument.

Returns:
documentName

setDocumentName

public void setDocumentName(String documentName)
Sets the documentName value for this QueryResponseDocument.

Parameters:
documentName -

getHitCount

public int getHitCount()
Gets the hitCount value for this QueryResponseDocument.

Returns:
hitCount

setHitCount

public void setHitCount(int hitCount)
Sets the hitCount value for this QueryResponseDocument.

Parameters:
hitCount -

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.