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