org.jets3t.service.impl.soap.axis._2006_03_01
Class CanonicalUser

java.lang.Object
  extended by org.jets3t.service.impl.soap.axis._2006_03_01.Grantee
      extended by org.jets3t.service.impl.soap.axis._2006_03_01.User
          extended by org.jets3t.service.impl.soap.axis._2006_03_01.CanonicalUser
All Implemented Interfaces:
Serializable

public class CanonicalUser
extends User
implements Serializable

See Also:
Serialized Form

Constructor Summary
CanonicalUser()
           
CanonicalUser(String ID, String displayName)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getDisplayName()
          Gets the displayName value for this CanonicalUser.
 String getID()
          Gets the ID value for this CanonicalUser.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDisplayName(String displayName)
          Sets the displayName value for this CanonicalUser.
 void setID(String ID)
          Sets the ID value for this CanonicalUser.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CanonicalUser

public CanonicalUser()

CanonicalUser

public CanonicalUser(String ID,
                     String displayName)
Method Detail

getID

public String getID()
Gets the ID value for this CanonicalUser.

Returns:
ID

setID

public void setID(String ID)
Sets the ID value for this CanonicalUser.

Parameters:
ID -

getDisplayName

public String getDisplayName()
Gets the displayName value for this CanonicalUser.

Returns:
displayName

setDisplayName

public void setDisplayName(String displayName)
Sets the displayName value for this CanonicalUser.

Parameters:
displayName -

equals

public boolean equals(Object obj)
Overrides:
equals in class User

hashCode

public int hashCode()
Overrides:
hashCode in class User

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer