Class RepositoryParameter2SoapDO
java.lang.Object
com.collabnet.ce.soap60.webservices.scm.RepositoryParameter2SoapDO
This class represents the data associated with an SCM repository.
- Since:
- 7.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'paramKey'.Returns 'paramValue'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setParamKey
(String paramKey) Sets 'paramKey'.void
setParamValue
(String paramValue) Sets 'paramValue'.
-
Constructor Details
-
RepositoryParameter2SoapDO
public RepositoryParameter2SoapDO()
-
-
Method Details
-
getParamKey
Returns 'paramKey'.- Returns:
- Value of 'paramKey'.
-
setParamKey
Sets 'paramKey'.- Parameters:
paramKey
- Value of 'paramKey'.
-
getParamValue
Returns 'paramValue'.- Returns:
- Value of 'paramValue'.
-
setParamValue
Sets 'paramValue'.- Parameters:
paramValue
- Value of 'paramValue'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-