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