Class ReleaseSoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.FolderSoapList
-
- com.collabnet.ce.soap60.webservices.frs.ReleaseSoapList
-
public class ReleaseSoapList extends FolderSoapList
A release list is represented by the ReleaseSoapList class. Each row within the release list is represented by the ReleaseSoapRow class.- Since:
- 4.1
-
-
Constructor Summary
Constructors Constructor Description ReleaseSoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ReleaseSoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(ReleaseSoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public ReleaseSoapRow[] getDataRows()
-
setDataRows
public void setDataRows(ReleaseSoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-