Class ArtifactsInPlanningFolderSoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.planning.ArtifactsInPlanningFolderSoapList
-
public class ArtifactsInPlanningFolderSoapList extends Object
ArtifactsInPlanningFolderSoapList class represents a list of artifacts within a planning folder. It contains a sequence of ArtifactsInPlanningFolderSoapRow objects. Note that the ArtifactsInPlanningFolderSoapRow object is strictly a data container used for one-way fetching of data about a list of objects. Its "setter" methods cannot be used to change data on the server.Change HistoryRelease: 6.1- Added Id for reportedInRelease field.
- Added Id for resolvedInRelease field.
- Added points field.
- Since:
- 5.3
-
-
Constructor Summary
Constructors Constructor Description ArtifactsInPlanningFolderSoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ArtifactsInPlanningFolderSoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(ArtifactsInPlanningFolderSoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public ArtifactsInPlanningFolderSoapRow[] getDataRows()
-
setDataRows
public void setDataRows(ArtifactsInPlanningFolderSoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-