com.collabnet.helm.ws
Class UserInfoType

java.lang.Object
  extended by com.collabnet.helm.ws.UserInfoType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MemberInfoType

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

The domain user is a the representation of a user from the domain. The user has its internal userID, username and email as requered data, as well as the full name and organization, which can be nil.

See Also:
Serialized Form

Constructor Summary
UserInfoType()
           
UserInfoType(java.lang.String email, java.lang.String fullname, java.lang.String organization, java.lang.String username, java.lang.String emailLanguage, boolean userGroup)
           
 
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 getEmail()
          Gets the email value for this UserInfoType.
 java.lang.String getEmailLanguage()
          Gets the emailLanguage value for this UserInfoType.
 java.lang.String getFullname()
          Gets the fullname value for this UserInfoType.
 java.lang.String getOrganization()
          Gets the organization value for this UserInfoType.
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 UserInfoType.
 int hashCode()
           
 boolean isUserGroup()
          Gets the userGroup value for this UserInfoType.
 void setEmail(java.lang.String email)
          Sets the email value for this UserInfoType.
 void setEmailLanguage(java.lang.String emailLanguage)
          Sets the emailLanguage value for this UserInfoType.
 void setFullname(java.lang.String fullname)
          Sets the fullname value for this UserInfoType.
 void setOrganization(java.lang.String organization)
          Sets the organization value for this UserInfoType.
 void setUserGroup(boolean userGroup)
          Sets the userGroup value for this UserInfoType.
 void setUsername(java.lang.String username)
          Sets the username value for this UserInfoType.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserInfoType

public UserInfoType()

UserInfoType

public UserInfoType(java.lang.String email,
                    java.lang.String fullname,
                    java.lang.String organization,
                    java.lang.String username,
                    java.lang.String emailLanguage,
                    boolean userGroup)
Method Detail

getEmail

public java.lang.String getEmail()
Gets the email value for this UserInfoType.

Returns:
email * The main user's email used during the registration of the account, which is also used for the login process or email messaging.

setEmail

public void setEmail(java.lang.String email)
Sets the email value for this UserInfoType.

Parameters:
email - * The main user's email used during the registration of the account, which is also used for the login process or email messaging.

getFullname

public java.lang.String getFullname()
Gets the fullname value for this UserInfoType.

Returns:
fullname * The full name of the user.

setFullname

public void setFullname(java.lang.String fullname)
Sets the fullname value for this UserInfoType.

Parameters:
fullname - * The full name of the user.

getOrganization

public java.lang.String getOrganization()
Gets the organization value for this UserInfoType.

Returns:
organization * The name of the organization of the user.

setOrganization

public void setOrganization(java.lang.String organization)
Sets the organization value for this UserInfoType.

Parameters:
organization - * The name of the organization of the user.

getUsername

public java.lang.String getUsername()
Gets the username value for this UserInfoType.

Returns:
username

setUsername

public void setUsername(java.lang.String username)
Sets the username value for this UserInfoType.

Parameters:
username -

getEmailLanguage

public java.lang.String getEmailLanguage()
Gets the emailLanguage value for this UserInfoType.

Returns:
emailLanguage

setEmailLanguage

public void setEmailLanguage(java.lang.String emailLanguage)
Sets the emailLanguage value for this UserInfoType.

Parameters:
emailLanguage -

isUserGroup

public boolean isUserGroup()
Gets the userGroup value for this UserInfoType.

Returns:
userGroup

setUserGroup

public void setUserGroup(boolean userGroup)
Sets the userGroup value for this UserInfoType.

Parameters:
userGroup -

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