Class CheckoutCommandSoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.scm.CheckoutCommandSoapList
-
public class CheckoutCommandSoapList extends Object
List of checkout commands for various protocols.- Since:
- 8.1
-
-
Constructor Summary
Constructors Constructor Description CheckoutCommandSoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CheckoutCommandSoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(CheckoutCommandSoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public CheckoutCommandSoapRow[] getDataRows()
-
setDataRows
public void setDataRows(CheckoutCommandSoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-