|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.collabnet.helm.ws.domain.SimpleUsernameStatusType
public class SimpleUsernameStatusType
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'.
| 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 |
|---|
public SimpleUsernameStatusType()
public SimpleUsernameStatusType(java.lang.String domain,
java.lang.String username,
boolean valid)
| Method Detail |
|---|
public java.lang.String getDomain()
public void setDomain(java.lang.String domain)
domain - public java.lang.String getUsername()
public void setUsername(java.lang.String username)
username - public boolean isValid()
public void setValid(boolean valid)
valid - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||