public class UserRolesSoapDO
extends com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
Constructor and Description |
---|
UserRolesSoapDO() |
Modifier and Type | Method and Description |
---|---|
String[] |
getRoleIds()
Returns 'roleIds'.
|
String |
getUserName()
Returns 'userName'.
|
static void |
registerTypeMappings(org.apache.axis.client.Call call) |
void |
setRoleIds(String[] roleIds)
Sets 'roleIds'.
|
void |
setUserName(String userName)
Sets 'userName'.
|
public String getUserName()
public void setUserName(String userName)
userName
- Value of 'userName'.public String[] getRoleIds()
public void setRoleIds(String[] roleIds)
roleIds
- Value of 'roleIds'.public static void registerTypeMappings(org.apache.axis.client.Call call)
Copyright © 2016 CollabNet. All Rights Reserved.