com.vasoftware.sf.soap44.webservices.frs
Class ReleaseSoapList

java.lang.Object
  extended by com.vasoftware.sf.soap44.webservices.sfmain.FolderSoapList
      extended by com.vasoftware.sf.soap44.webservices.frs.ReleaseSoapList

public class ReleaseSoapList
extends FolderSoapList

A release list is represented by the ReleaseSoapList class. Each row within the release list is represented by the ReleaseSoapRow class.

Since:
4.1

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

Constructor Detail

ReleaseSoapList

public ReleaseSoapList()
Method Detail

getDataRows

public ReleaseSoapRow[] getDataRows()

setDataRows

public void setDataRows(ReleaseSoapRow[] rows)

registerTypeMappings

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