Class UserRolesSoapDO
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
-
- com.collabnet.ce.soap60.webservices.rbac.UserRolesSoapDO
-
public class UserRolesSoapDO extends com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDOUserRolesSoapDO class represents a user with many roles association for a project used in the webservices API.- Since:
- 6.0
-
-
Constructor Summary
Constructors Constructor Description UserRolesSoapDO()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getRoleIds()Returns 'roleIds'.StringgetUserName()Returns 'userName'.static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetRoleIds(String[] roleIds)Sets 'roleIds'.voidsetUserName(String userName)Sets 'userName'.
-
-
-
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)
-
-