Class NewsPostSoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.news.NewsPostSoapList
-
public class NewsPostSoapList extends Object
NewsPostList class represents a list of news posts.- Since:
- 4.1
-
-
Constructor Summary
Constructors Constructor Description NewsPostSoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description NewsPostSoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(NewsPostSoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public NewsPostSoapRow[] getDataRows()
-
setDataRows
public void setDataRows(NewsPostSoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-