|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exist.soap.QueryResponse
public class QueryResponse
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 |
---|
public QueryResponse()
public QueryResponse(QueryResponseCollections collections, int hits, long queryTime)
Method Detail |
---|
public QueryResponseCollections getCollections()
public void setCollections(QueryResponseCollections collections)
collections
- public int getHits()
public void setHits(int hits)
hits
- public long getQueryTime()
public void setQueryTime(long queryTime)
queryTime
- public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public static TypeDesc getTypeDesc()
public static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
public static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |