Class RepositoryParameter2SoapDO


  • public class RepositoryParameter2SoapDO
    extends Object
    This class represents the data associated with an SCM repository.
    Since:
    7.0
    • Constructor Detail

      • RepositoryParameter2SoapDO

        public RepositoryParameter2SoapDO()
    • 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)