com.vasoftware.sf.soap44.webservices.taskmgr
Class TaskSoapList

java.lang.Object
  extended by com.vasoftware.sf.soap44.webservices.taskmgr.TaskSoapList

public class TaskSoapList
extends java.lang.Object

TaskList class represents a list of tasks.

Change History
Release: 4.2

Since:
4.1

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

Constructor Detail

TaskSoapList

public TaskSoapList()
Method Detail

getDataRows

public TaskSoapRow[] getDataRows()

setDataRows

public void setDataRows(TaskSoapRow[] rows)

registerTypeMappings

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