|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exist.soap.QueryResponseCollection
public class QueryResponseCollection
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 |
---|
public QueryResponseCollection()
public QueryResponseCollection(String collectionName, QueryResponseDocuments documents)
Method Detail |
---|
public String getCollectionName()
public void setCollectionName(String collectionName)
collectionName
- public QueryResponseDocuments getDocuments()
public void setDocuments(QueryResponseDocuments documents)
documents
- 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 |