com.vasoftware.sf.soap44.webservices.scm
Class RepositorySoapList

java.lang.Object
  extended by com.vasoftware.sf.soap44.webservices.sfmain.FolderSoapList
      extended by com.vasoftware.sf.soap44.webservices.scm.RepositorySoapList

public class RepositorySoapList
extends FolderSoapList

This class represents a list of repositories. Each row within a repository list is represented by a RespositorySoapRow class.

Since:
4.1

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

Constructor Detail

RepositorySoapList

public RepositorySoapList()
Method Detail

getDataRows

public RepositorySoapRow[] getDataRows()

setDataRows

public void setDataRows(RepositorySoapRow[] rows)

registerTypeMappings

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