Class RankedArtifactSoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.planning.RankedArtifactSoapList
-
public class RankedArtifactSoapList extends Object
RankedArtifactSoapList class represents a list of artifacts with their ranks within a planning folder. It contains a sequence of RankedArtifactSoapRow objects. Note that the RankedArtifactSoapRow 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.- Since:
- 5.4
-
-
Constructor Summary
Constructors Constructor Description RankedArtifactSoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RankedArtifactSoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(RankedArtifactSoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public RankedArtifactSoapRow[] getDataRows()
-
setDataRows
public void setDataRows(RankedArtifactSoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-