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.ObjectSoapDO
UserRolesSoapDO class represents a user with many roles association for a project used in the webservices API.
- Since:
- 6.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
Returns 'roleIds'.Returns 'userName'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setRoleIds
(String[] roleIds) Sets 'roleIds'.void
setUserName
(String userName) Sets 'userName'.Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
-
Constructor Details
-
UserRolesSoapDO
public UserRolesSoapDO()
-
-
Method Details
-
getUserName
Returns 'userName'. The user name for whom the roles would be assigned.- Returns:
- Value of 'userName'.
-
setUserName
Sets 'userName'. The user name for whom the roles would be assigned.- Parameters:
userName
- Value of 'userName'.
-
getRoleIds
Returns 'roleIds'. Array of roles to be assinged to username.- Returns:
- Value of 'roleIds'.
-
setRoleIds
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)
-