Class UserRolesSoapDO


  • public class UserRolesSoapDO
    extends com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
    UserRolesSoapDO class represents a user with many roles association for a project used in the webservices API.
    Since:
    6.0
    • Constructor Detail

      • UserRolesSoapDO

        public UserRolesSoapDO()
    • Method Detail

      • getUserName

        public String getUserName()
        Returns 'userName'. The user name for whom the roles would be assigned.
        Returns:
        Value of 'userName'.
      • setUserName

        public void setUserName​(String userName)
        Sets 'userName'. The user name for whom the roles would be assigned.
        Parameters:
        userName - Value of 'userName'.
      • getRoleIds

        public String[] getRoleIds()
        Returns 'roleIds'. Array of roles to be assinged to username.
        Returns:
        Value of 'roleIds'.
      • setRoleIds

        public void setRoleIds​(String[] roleIds)
        Sets 'roleIds'. Array of roles to be assinged to username.
        Parameters:
        roleIds - Value of 'roleIds'.
      • registerTypeMappings

        public static void registerTypeMappings​(org.apache.axis.client.Call call)