Class TrackerUnitSoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.tracker.TrackerUnitSoapList
-
public class TrackerUnitSoapList extends Object
Represents a list of tracker units. Each row within a tracker unit list is represented by the TrackerUnitSoapRow class.Change HistoryRelease: 6.2- Initial version
- Since:
- 6.2
-
-
Constructor Summary
Constructors Constructor Description TrackerUnitSoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TrackerUnitSoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(TrackerUnitSoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public TrackerUnitSoapRow[] getDataRows()
-
setDataRows
public void setDataRows(TrackerUnitSoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-