com.collabnet.helm.ws.domain
Class SimpleUsernameStatusType

java.lang.Object
  extended by com.collabnet.helm.ws.domain.SimpleUsernameStatusType
All Implemented Interfaces:
java.io.Serializable

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

The status of a username is used to show the verification of the username and password of a given user on helm. It will return the value of the domain, the username that was verified and the boolean value 'valid'.

See Also:
Serialized Form

Constructor Summary
SimpleUsernameStatusType()
           
SimpleUsernameStatusType(java.lang.String domain, java.lang.String username, boolean valid)
           
 
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 getDomain()
          Gets the domain value for this SimpleUsernameStatusType.
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 SimpleUsernameStatusType.
 int hashCode()
           
 boolean isValid()
          Gets the valid value for this SimpleUsernameStatusType.
 void setDomain(java.lang.String domain)
          Sets the domain value for this SimpleUsernameStatusType.
 void setUsername(java.lang.String username)
          Sets the username value for this SimpleUsernameStatusType.
 void setValid(boolean valid)
          Sets the valid value for this SimpleUsernameStatusType.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleUsernameStatusType

public SimpleUsernameStatusType()

SimpleUsernameStatusType

public SimpleUsernameStatusType(java.lang.String domain,
                                java.lang.String username,
                                boolean valid)
Method Detail

getDomain

public java.lang.String getDomain()
Gets the domain value for this SimpleUsernameStatusType.

Returns:
domain

setDomain

public void setDomain(java.lang.String domain)
Sets the domain value for this SimpleUsernameStatusType.

Parameters:
domain -

getUsername

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

Returns:
username

setUsername

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

Parameters:
username -

isValid

public boolean isValid()
Gets the valid value for this SimpleUsernameStatusType.

Returns:
valid

setValid

public void setValid(boolean valid)
Sets the valid value for this SimpleUsernameStatusType.

Parameters:
valid -

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