Class DocumentReviewSoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.docman.DocumentReviewSoapList
-
public class DocumentReviewSoapList extends Object
DocumentReviewList class represents the list of document reviews for a document.- Since:
- 4.2
-
-
Constructor Summary
Constructors Constructor Description DocumentReviewSoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentReviewSoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(DocumentReviewSoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public DocumentReviewSoapRow[] getDataRows()
-
setDataRows
public void setDataRows(DocumentReviewSoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-