com.vasoftware.sf.soap44.webservices.docman
Class DocumentSoapList

java.lang.Object
  extended by com.vasoftware.sf.soap44.webservices.docman.DocumentSoapList

public class DocumentSoapList
extends java.lang.Object

DocumentList class represents the list of documents.

Change History
Release: 4.2
Release: 4.4

Since:
4.1

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

Constructor Detail

DocumentSoapList

public DocumentSoapList()
Method Detail

getDataRows

public DocumentSoapRow[] getDataRows()

setDataRows

public void setDataRows(DocumentSoapRow[] rows)

registerTypeMappings

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