|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.exist.soap.QueryResponseDocument
public class QueryResponseDocument
| 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 |
|---|
public QueryResponseDocument()
public QueryResponseDocument(String documentName,
int hitCount)
| Method Detail |
|---|
public String getDocumentName()
public void setDocumentName(String documentName)
documentName - public int getHitCount()
public void setHitCount(int hitCount)
hitCount - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic 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 | ||||||