org.exist.soap
Class UserDesc

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

public class UserDesc
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
UserDesc()
           
UserDesc(String name, Strings groups, String home)
           
 
Method Summary
 boolean equals(Object obj)
           
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Strings getGroups()
          Gets the groups value for this UserDesc.
 String getHome()
          Gets the home value for this UserDesc.
 String getName()
          Gets the name value for this UserDesc.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setGroups(Strings groups)
          Sets the groups value for this UserDesc.
 void setHome(String home)
          Sets the home value for this UserDesc.
 void setName(String name)
          Sets the name value for this UserDesc.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserDesc

public UserDesc()

UserDesc

public UserDesc(String name,
                Strings groups,
                String home)
Method Detail

getName

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

Returns:
name

setName

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

Parameters:
name -

getGroups

public Strings getGroups()
Gets the groups value for this UserDesc.

Returns:
groups

setGroups

public void setGroups(Strings groups)
Sets the groups value for this UserDesc.

Parameters:
groups -

getHome

public String getHome()
Gets the home value for this UserDesc.

Returns:
home

setHome

public void setHome(String home)
Sets the home value for this UserDesc.

Parameters:
home -

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.