Class RoleGroupSoapRow
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.rbac.RoleGroupSoapRow
-
public class RoleGroupSoapRow extends Object
A list of Role-Group mappings.- Since:
- 4.4
-
-
Constructor Summary
Constructors Constructor Description RoleGroupSoapRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGroupId()Returns 'groupId'.StringgetProjectId()Returns 'projectId'.StringgetRoleId()Returns 'roleId'.static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetGroupId(String groupId)Sets 'groupId'.voidsetProjectId(String projectId)Sets 'projectId'.voidsetRoleId(String roleId)Sets 'roleId'.
-
-
-
Method Detail
-
getRoleId
public String getRoleId()
Returns 'roleId'. Role identifier- Returns:
- Value of 'roleId'.
-
setRoleId
public void setRoleId(String roleId)
Sets 'roleId'. Role identifier- Parameters:
roleId- Value of 'roleId'.
-
getGroupId
public String getGroupId()
Returns 'groupId'. Group identifier- Returns:
- Value of 'groupId'.
-
setGroupId
public void setGroupId(String groupId)
Sets 'groupId'. Group identifier- Parameters:
groupId- Value of 'groupId'.
-
getProjectId
public String getProjectId()
Returns 'projectId'. Project identifier- Returns:
- Value of 'projectId'.
-
setProjectId
public void setProjectId(String projectId)
Sets 'projectId'. Project identifier- Parameters:
projectId- Value of 'projectId'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-