Class ExternalSystem2SoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.scm.ExternalSystem2SoapList
-
public class ExternalSystem2SoapList extends Object
A list of valid external systems.- Since:
- 18.2
-
-
Constructor Summary
Constructors Constructor Description ExternalSystem2SoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalSystem2SoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(ExternalSystem2SoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public ExternalSystem2SoapRow[] getDataRows()
-
setDataRows
public void setDataRows(ExternalSystem2SoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-