org.alfresco.webservice.administration
Class NewUserDetails

java.lang.Object
  extended by org.alfresco.webservice.administration.NewUserDetails
All Implemented Interfaces:
java.io.Serializable

public class NewUserDetails
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
NewUserDetails()
           
NewUserDetails(java.lang.String userName, java.lang.String password, NamedValue[] properties)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getPassword()
          Gets the password value for this NewUserDetails.
 NamedValue[] getProperties()
          Gets the properties value for this NewUserDetails.
 NamedValue getProperties(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUserName()
          Gets the userName value for this NewUserDetails.
 int hashCode()
           
 void setPassword(java.lang.String password)
          Sets the password value for this NewUserDetails.
 void setProperties(int i, NamedValue _value)
           
 void setProperties(NamedValue[] properties)
          Sets the properties value for this NewUserDetails.
 void setUserName(java.lang.String userName)
          Sets the userName value for this NewUserDetails.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewUserDetails

public NewUserDetails()

NewUserDetails

public NewUserDetails(java.lang.String userName,
                      java.lang.String password,
                      NamedValue[] properties)
Method Detail

getUserName

public java.lang.String getUserName()
Gets the userName value for this NewUserDetails.

Returns:
userName

setUserName

public void setUserName(java.lang.String userName)
Sets the userName value for this NewUserDetails.

Parameters:
userName -

getPassword

public java.lang.String getPassword()
Gets the password value for this NewUserDetails.

Returns:
password

setPassword

public void setPassword(java.lang.String password)
Sets the password value for this NewUserDetails.

Parameters:
password -

getProperties

public NamedValue[] getProperties()
Gets the properties value for this NewUserDetails.

Returns:
properties

setProperties

public void setProperties(NamedValue[] properties)
Sets the properties value for this NewUserDetails.

Parameters:
properties -

getProperties

public NamedValue getProperties(int i)

setProperties

public void setProperties(int i,
                          NamedValue _value)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

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


getSerializer

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


getDeserializer

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



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.