Class OrderedDocumentFolderFieldSoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.docman.OrderedDocumentFolderFieldSoapList
-
public class OrderedDocumentFolderFieldSoapList extends Object
A list of document fields and separators with layoutId, display order and other detail is represented by OrderedDocumentFolderFieldSoapList class. Each row within the document fields list is represented by the OrderedDocumentFolderFieldSoapRow class.- Since:
- 17.1
-
-
Constructor Summary
Constructors Constructor Description OrderedDocumentFolderFieldSoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description OrderedDocumentFolderFieldSoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(OrderedDocumentFolderFieldSoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public OrderedDocumentFolderFieldSoapRow[] getDataRows()
-
setDataRows
public void setDataRows(OrderedDocumentFolderFieldSoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-