Class ServiceRef


  • public class ServiceRef
    extends Object
    • Field Detail

      • serviceRefName

        protected String serviceRefName
      • configName

        protected String configName
      • configFile

        protected String configFile
      • wsdlOverride

        protected String wsdlOverride
    • Constructor Detail

      • ServiceRef

        public ServiceRef()
    • Method Detail

      • getServiceRefName

        public String getServiceRefName()
        Gets the value of the serviceRefName property.
        Returns:
        possible object is String
      • setServiceRefName

        public void setServiceRefName​(String value)
        Sets the value of the serviceRefName property.
        Parameters:
        value - allowed object is String
      • getConfigName

        public String getConfigName()
        Gets the value of the configName property.
        Returns:
        possible object is String
      • setConfigName

        public void setConfigName​(String value)
        Sets the value of the configName property.
        Parameters:
        value - allowed object is String
      • getConfigFile

        public String getConfigFile()
        Gets the value of the configFile property.
        Returns:
        possible object is String
      • setConfigFile

        public void setConfigFile​(String value)
        Sets the value of the configFile property.
        Parameters:
        value - allowed object is String
      • getWsdlOverride

        public String getWsdlOverride()
        Gets the value of the wsdlOverride property.
        Returns:
        possible object is String
      • setWsdlOverride

        public void setWsdlOverride​(String value)
        Sets the value of the wsdlOverride property.
        Parameters:
        value - allowed object is String