Class RoleGroupSoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.rbac.RoleGroupSoapRow
A list of Role-Group mappings.
- Since:
- 4.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'groupId'.Returns 'projectId'.Returns 'roleId'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setGroupId
(String groupId) Sets 'groupId'.void
setProjectId
(String projectId) Sets 'projectId'.void
Sets 'roleId'.
-
Constructor Details
-
RoleGroupSoapRow
public RoleGroupSoapRow()
-
-
Method Details
-
getRoleId
Returns 'roleId'. Role identifier- Returns:
- Value of 'roleId'.
-
setRoleId
Sets 'roleId'. Role identifier- Parameters:
roleId
- Value of 'roleId'.
-
getGroupId
Returns 'groupId'. Group identifier- Returns:
- Value of 'groupId'.
-
setGroupId
Sets 'groupId'. Group identifier- Parameters:
groupId
- Value of 'groupId'.
-
getProjectId
Returns 'projectId'. Project identifier- Returns:
- Value of 'projectId'.
-
setProjectId
Sets 'projectId'. Project identifier- Parameters:
projectId
- Value of 'projectId'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-