Class RoleGroupSoapRow


  • public class RoleGroupSoapRow
    extends Object
    A list of Role-Group mappings.
    Since:
    4.4
    • Constructor Detail

      • RoleGroupSoapRow

        public RoleGroupSoapRow()
    • 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)