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

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

public class DocumentReviewSoapList
extends java.lang.Object

DocumentReviewList class represents the list of document reviews for a document.

Since:
4.2

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

Constructor Detail

DocumentReviewSoapList

public DocumentReviewSoapList()
Method Detail

getDataRows

public DocumentReviewSoapRow[] getDataRows()

setDataRows

public void setDataRows(DocumentReviewSoapRow[] rows)

registerTypeMappings

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