org.exist.soap
Class DocumentDesc

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

public class DocumentDesc
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DocumentDesc()
           
DocumentDesc(String name, String owner, String group, int permissions, DocumentType type)
           
 
Method Summary
 boolean equals(Object obj)
           
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getGroup()
          Gets the group value for this DocumentDesc.
 String getName()
          Gets the name value for this DocumentDesc.
 String getOwner()
          Gets the owner value for this DocumentDesc.
 int getPermissions()
          Gets the permissions value for this DocumentDesc.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 DocumentType getType()
          Gets the type value for this DocumentDesc.
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setGroup(String group)
          Sets the group value for this DocumentDesc.
 void setName(String name)
          Sets the name value for this DocumentDesc.
 void setOwner(String owner)
          Sets the owner value for this DocumentDesc.
 void setPermissions(int permissions)
          Sets the permissions value for this DocumentDesc.
 void setType(DocumentType type)
          Sets the type value for this DocumentDesc.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentDesc

public DocumentDesc()

DocumentDesc

public DocumentDesc(String name,
                    String owner,
                    String group,
                    int permissions,
                    DocumentType type)
Method Detail

getName

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

Returns:
name

setName

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

Parameters:
name -

getOwner

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

Returns:
owner

setOwner

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

Parameters:
owner -

getGroup

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

Returns:
group

setGroup

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

Parameters:
group -

getPermissions

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

Returns:
permissions

setPermissions

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

Parameters:
permissions -

getType

public DocumentType getType()
Gets the type value for this DocumentDesc.

Returns:
type

setType

public void setType(DocumentType type)
Sets the type value for this DocumentDesc.

Parameters:
type -

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.