org.exist.soap
Class Collection

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

public class Collection
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Collection()
           
Collection(StringArray collections, StringArray resources)
           
 
Method Summary
 boolean equals(Object obj)
           
 StringArray getCollections()
          Gets the collections value for this Collection.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 StringArray getResources()
          Gets the resources value for this Collection.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCollections(StringArray collections)
          Sets the collections value for this Collection.
 void setResources(StringArray resources)
          Sets the resources value for this Collection.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Collection

public Collection()

Collection

public Collection(StringArray collections,
                  StringArray resources)
Method Detail

getCollections

public StringArray getCollections()
Gets the collections value for this Collection.

Returns:
collections

setCollections

public void setCollections(StringArray collections)
Sets the collections value for this Collection.

Parameters:
collections -

getResources

public StringArray getResources()
Gets the resources value for this Collection.

Returns:
resources

setResources

public void setResources(StringArray resources)
Sets the resources value for this Collection.

Parameters:
resources -

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.