Class RoleGroupSoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.rbac.RoleGroupSoapList
-
public class RoleGroupSoapList extends Object
A list of Role-Group mappings.- Since:
- 4.4
-
-
Constructor Summary
Constructors Constructor Description RoleGroupSoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RoleGroupSoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(RoleGroupSoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public RoleGroupSoapRow[] getDataRows()
-
setDataRows
public void setDataRows(RoleGroupSoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-