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