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