org.exist.soap
Class CollectionDesc

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

public class CollectionDesc
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CollectionDesc()
           
CollectionDesc(String name, String owner, String group, int permissions, long created, Strings collections, DocumentDescs documents)
           
 
Method Summary
 boolean equals(Object obj)
           
 Strings getCollections()
          Gets the collections value for this CollectionDesc.
 long getCreated()
          Gets the created value for this CollectionDesc.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 DocumentDescs getDocuments()
          Gets the documents value for this CollectionDesc.
 String getGroup()
          Gets the group value for this CollectionDesc.
 String getName()
          Gets the name value for this CollectionDesc.
 String getOwner()
          Gets the owner value for this CollectionDesc.
 int getPermissions()
          Gets the permissions value for this CollectionDesc.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCollections(Strings collections)
          Sets the collections value for this CollectionDesc.
 void setCreated(long created)
          Sets the created value for this CollectionDesc.
 void setDocuments(DocumentDescs documents)
          Sets the documents value for this CollectionDesc.
 void setGroup(String group)
          Sets the group value for this CollectionDesc.
 void setName(String name)
          Sets the name value for this CollectionDesc.
 void setOwner(String owner)
          Sets the owner value for this CollectionDesc.
 void setPermissions(int permissions)
          Sets the permissions value for this CollectionDesc.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionDesc

public CollectionDesc()

CollectionDesc

public CollectionDesc(String name,
                      String owner,
                      String group,
                      int permissions,
                      long created,
                      Strings collections,
                      DocumentDescs documents)
Method Detail

getName

public String getName()
Gets the name value for this CollectionDesc.

Returns:
name

setName

public void setName(String name)
Sets the name value for this CollectionDesc.

Parameters:
name -

getOwner

public String getOwner()
Gets the owner value for this CollectionDesc.

Returns:
owner

setOwner

public void setOwner(String owner)
Sets the owner value for this CollectionDesc.

Parameters:
owner -

getGroup

public String getGroup()
Gets the group value for this CollectionDesc.

Returns:
group

setGroup

public void setGroup(String group)
Sets the group value for this CollectionDesc.

Parameters:
group -

getPermissions

public int getPermissions()
Gets the permissions value for this CollectionDesc.

Returns:
permissions

setPermissions

public void setPermissions(int permissions)
Sets the permissions value for this CollectionDesc.

Parameters:
permissions -

getCreated

public long getCreated()
Gets the created value for this CollectionDesc.

Returns:
created

setCreated

public void setCreated(long created)
Sets the created value for this CollectionDesc.

Parameters:
created -

getCollections

public Strings getCollections()
Gets the collections value for this CollectionDesc.

Returns:
collections

setCollections

public void setCollections(Strings collections)
Sets the collections value for this CollectionDesc.

Parameters:
collections -

getDocuments

public DocumentDescs getDocuments()
Gets the documents value for this CollectionDesc.

Returns:
documents

setDocuments

public void setDocuments(DocumentDescs documents)
Sets the documents value for this CollectionDesc.

Parameters:
documents -

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.