Class CommentSoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.CommentSoapList
-
public class CommentSoapList extends Object
List of comments for an object.- Since:
- 4.1-SP2
-
-
Constructor Summary
Constructors Constructor Description CommentSoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CommentSoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(CommentSoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public CommentSoapRow[] getDataRows()
-
setDataRows
public void setDataRows(CommentSoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-