Class ReplicaRepositorySoapRow
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.scm.ReplicaRepositorySoapRow
-
public class ReplicaRepositorySoapRow extends Object
List of repositories for replica.- Since:
- 8.1
-
-
Constructor Summary
Constructors Constructor Description ReplicaRepositorySoapRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetReplicaId()Returns 'replicaId'.StringgetRepositoryId()Returns 'repositoryId'.StringgetStatus()Returns 'status'.static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetReplicaId(String replicaId)Sets 'replicaId'.voidsetRepositoryId(String repositoryId)Sets 'repositoryId'.voidsetStatus(String status)Sets 'status'.
-
-
-
Field Detail
-
PREPARING
public static final String PREPARING
- See Also:
- Constant Field Values
-
READY
public static final String READY
- See Also:
- Constant Field Values
-
PENDING
public static final String PENDING
- See Also:
- Constant Field Values
-
PENDING_REMOVAL
public static final String PENDING_REMOVAL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getReplicaId
public String getReplicaId()
Returns 'replicaId'.- Returns:
- Value of 'replicaId'.
-
setReplicaId
public void setReplicaId(String replicaId)
Sets 'replicaId'.- Parameters:
replicaId- Value of 'replicaId'.
-
getRepositoryId
public String getRepositoryId()
Returns 'repositoryId'.- Returns:
- Value of 'repositoryId'.
-
setRepositoryId
public void setRepositoryId(String repositoryId)
Sets 'repositoryId'.- Parameters:
repositoryId- Value of 'repositoryId'.
-
getStatus
public String getStatus()
Returns 'status'.- Returns:
- Value of 'status'.
-
setStatus
public void setStatus(String status)
Sets 'status'.- Parameters:
status- Value of 'status'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-