com.vasoftware.sf.soap44.webservices.tracker
Class TrackerSoapList

java.lang.Object
  extended by com.vasoftware.sf.soap44.webservices.sfmain.FolderSoapList
      extended by com.vasoftware.sf.soap44.webservices.tracker.TrackerSoapList

public class TrackerSoapList
extends FolderSoapList

A list of trackers is represented by TrackerSoapList class. Each row within a tracker list is represented by the TrackerSoapRow class.

Since:
4.1

Constructor Summary
TrackerSoapList()
           
 
Method Summary
 TrackerSoapRow[] getDataRows()
           
static void registerTypeMappings(org.apache.axis.client.Call call)
           
 void setDataRows(TrackerSoapRow[] rows)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrackerSoapList

public TrackerSoapList()
Method Detail

getDataRows

public TrackerSoapRow[] getDataRows()

setDataRows

public void setDataRows(TrackerSoapRow[] rows)

registerTypeMappings

public static void registerTypeMappings(org.apache.axis.client.Call call)