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 Details

    • RepositoryParameter2SoapDO

      public RepositoryParameter2SoapDO()
  • Method Details

    • 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)