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

java.lang.Object
  extended by com.vasoftware.sf.soap44.webservices.sfmain.FolderSoapList
      extended by com.vasoftware.sf.soap44.webservices.taskmgr.TaskGroupSoapList

public class TaskGroupSoapList
extends FolderSoapList

The TaskGroupList class represents a list of task groups. See TaskGroupSoapDO for constants and more information.

Since:
4.1

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

Constructor Detail

TaskGroupSoapList

public TaskGroupSoapList()
Method Detail

getDataRows

public TaskGroupSoapRow[] getDataRows()

setDataRows

public void setDataRows(TaskGroupSoapRow[] rows)

registerTypeMappings

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