Class ReplicableScmExternalSystemSoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.scm.ReplicableScmExternalSystemSoapList
-
public class ReplicableScmExternalSystemSoapList extends Object
This class represents a list of external systems. Each row within this list is represented by a ReplicableScmExternalSystemSoapRow class.- Since:
- 6.0
-
-
Constructor Summary
Constructors Constructor Description ReplicableScmExternalSystemSoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ReplicableScmExternalSystemSoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(ReplicableScmExternalSystemSoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public ReplicableScmExternalSystemSoapRow[] getDataRows()
-
setDataRows
public void setDataRows(ReplicableScmExternalSystemSoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-