Class ProjectGroupSoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.ProjectGroupSoapList
-
public class ProjectGroupSoapList extends Object
ProjectGroupList is used to get a list of project groups.- Since:
- 6.0.1
-
-
Constructor Summary
Constructors Constructor Description ProjectGroupSoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectGroupSoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(ProjectGroupSoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public ProjectGroupSoapRow[] getDataRows()
-
setDataRows
public void setDataRows(ProjectGroupSoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-