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