Class ProjectGroupMemberSoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ProjectGroupMemberSoapRow
ProjectGroupMemberList is used to get a list of project group members.
- Since:
- 6.0.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
Returns 'email'.Returns 'fullName'.Returns 'userName'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
Sets 'email'.void
setFullName
(String fullName) Sets 'fullName'.void
setUserName
(String userName) Sets 'userName'.
-
Constructor Details
-
ProjectGroupMemberSoapRow
public ProjectGroupMemberSoapRow()
-
-
Method Details
-
getUserName
Returns 'userName'. The username of the user- Returns:
- Value of 'userName'.
-
setUserName
Sets 'userName'. The username of the user- Parameters:
userName
- Value of 'userName'.
-
getFullName
Returns 'fullName'. The full name of the user- Returns:
- Value of 'fullName'.
-
setFullName
Sets 'fullName'. The full name of the user- Parameters:
fullName
- Value of 'fullName'.
-
getEmail
Returns 'email'. The email address of the user- Returns:
- Value of 'email'.
-
setEmail
Sets 'email'. The email address of the user- Parameters:
email
- Value of 'email'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-