public class UserSoapRow extends Object implements Serializable
| Constructor and Description |
|---|
UserSoapRow() |
UserSoapRow(String email,
String fullName,
String status,
boolean superUser,
String userName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getEmail()
Gets the email value for this UserSoapRow.
|
String |
getFullName()
Gets the fullName value for this UserSoapRow.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getStatus()
Gets the status value for this UserSoapRow.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getUserName()
Gets the userName value for this UserSoapRow.
|
int |
hashCode() |
boolean |
isSuperUser()
Gets the superUser value for this UserSoapRow.
|
void |
setEmail(String email)
Sets the email value for this UserSoapRow.
|
void |
setFullName(String fullName)
Sets the fullName value for this UserSoapRow.
|
void |
setStatus(String status)
Sets the status value for this UserSoapRow.
|
void |
setSuperUser(boolean superUser)
Sets the superUser value for this UserSoapRow.
|
void |
setUserName(String userName)
Sets the userName value for this UserSoapRow.
|
public String getEmail()
public void setEmail(String email)
email - public String getFullName()
public void setFullName(String fullName)
fullName - public String getStatus()
public void setStatus(String status)
status - public boolean isSuperUser()
public void setSuperUser(boolean superUser)
superUser - public String getUserName()
public void setUserName(String userName)
userName - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2004-2014 Hudson. All Rights Reserved.