Class RepositoryParameter2SoapDO
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.scm.RepositoryParameter2SoapDO
-
public class RepositoryParameter2SoapDO extends Object
This class represents the data associated with an SCM repository.- Since:
- 7.0
-
-
Constructor Summary
Constructors Constructor Description RepositoryParameter2SoapDO()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetParamKey()Returns 'paramKey'.StringgetParamValue()Returns 'paramValue'.static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetParamKey(String paramKey)Sets 'paramKey'.voidsetParamValue(String paramValue)Sets 'paramValue'.
-
-
-
Method Detail
-
getParamKey
public String getParamKey()
Returns 'paramKey'.- Returns:
- Value of 'paramKey'.
-
setParamKey
public void setParamKey(String paramKey)
Sets 'paramKey'.- Parameters:
paramKey- Value of 'paramKey'.
-
getParamValue
public String getParamValue()
Returns 'paramValue'.- Returns:
- Value of 'paramValue'.
-
setParamValue
public void setParamValue(String paramValue)
Sets 'paramValue'.- Parameters:
paramValue- Value of 'paramValue'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-