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