|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exist.soap.QueryResponseDocument
Constructor Summary | |
QueryResponseDocument()
|
|
QueryResponseDocument(java.lang.String documentName,
int hitCount)
|
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()
Gets the documentName value for this QueryResponseDocument. |
int |
getHitCount()
Gets the hitCount value for this QueryResponseDocument. |
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)
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(java.lang.String documentName, int hitCount)
Method Detail |
public java.lang.String getDocumentName()
public void setDocumentName(java.lang.String documentName)
documentName
- public int getHitCount()
public void setHitCount(int hitCount)
hitCount
- public boolean equals(java.lang.Object obj)
public int hashCode()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |