org.exist.soap
Class QueryResponseCollection

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

public class QueryResponseCollection
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
QueryResponseCollection()
           
QueryResponseCollection(String collectionName, QueryResponseDocuments documents)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCollectionName()
          Gets the collectionName value for this QueryResponseCollection.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 QueryResponseDocuments getDocuments()
          Gets the documents value for this QueryResponseCollection.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCollectionName(String collectionName)
          Sets the collectionName value for this QueryResponseCollection.
 void setDocuments(QueryResponseDocuments documents)
          Sets the documents value for this QueryResponseCollection.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryResponseCollection

public QueryResponseCollection()

QueryResponseCollection

public QueryResponseCollection(String collectionName,
                               QueryResponseDocuments documents)
Method Detail

getCollectionName

public String getCollectionName()
Gets the collectionName value for this QueryResponseCollection.

Returns:
collectionName

setCollectionName

public void setCollectionName(String collectionName)
Sets the collectionName value for this QueryResponseCollection.

Parameters:
collectionName -

getDocuments

public QueryResponseDocuments getDocuments()
Gets the documents value for this QueryResponseCollection.

Returns:
documents

setDocuments

public void setDocuments(QueryResponseDocuments documents)
Sets the documents value for this QueryResponseCollection.

Parameters:
documents -

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.