public class ProjectMemberSoapRow extends Object implements Serializable
| Constructor and Description |
|---|
ProjectMemberSoapRow() |
ProjectMemberSoapRow(String email,
String fullName,
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 ProjectMemberSoapRow.
|
String |
getFullName()
Gets the fullName value for this ProjectMemberSoapRow.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getUserName()
Gets the userName value for this ProjectMemberSoapRow.
|
int |
hashCode() |
void |
setEmail(String email)
Sets the email value for this ProjectMemberSoapRow.
|
void |
setFullName(String fullName)
Sets the fullName value for this ProjectMemberSoapRow.
|
void |
setUserName(String userName)
Sets the userName value for this ProjectMemberSoapRow.
|
public String getEmail()
public void setEmail(String email)
email - public String getFullName()
public void setFullName(String fullName)
fullName - 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.