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