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