Class WebService

    • Constructor Detail

      • WebService

        public WebService()
      • WebService

        public WebService​(String name,
                          boolean enabled,
                          String filename,
                          String transformName,
                          String fieldName,
                          String contentType,
                          boolean listingStatus,
                          String bodyContentVariable,
                          String runConfigurationName)
    • Method Detail

      • isEnabled

        public boolean isEnabled()
        Gets enabled
        Returns:
        value of enabled
      • setEnabled

        public void setEnabled​(boolean enabled)
        Parameters:
        enabled - The enabled to set
      • getFilename

        public String getFilename()
        Gets filename
        Returns:
        value of filename
      • setFilename

        public void setFilename​(String filename)
        Parameters:
        filename - The filename to set
      • getTransformName

        public String getTransformName()
        Gets transformName
        Returns:
        value of transformName
      • setTransformName

        public void setTransformName​(String transformName)
        Parameters:
        transformName - The transformName to set
      • getFieldName

        public String getFieldName()
        Gets fieldName
        Returns:
        value of fieldName
      • setFieldName

        public void setFieldName​(String fieldName)
        Parameters:
        fieldName - The fieldName to set
      • getContentType

        public String getContentType()
        Gets contentType
        Returns:
        value of contentType
      • setContentType

        public void setContentType​(String contentType)
        Parameters:
        contentType - The contentType to set
      • isListingStatus

        public boolean isListingStatus()
        Gets listingStatus
        Returns:
        value of listingStatus
      • setListingStatus

        public void setListingStatus​(boolean listingStatus)
        Parameters:
        listingStatus - The listingStatus to set
      • getBodyContentVariable

        public String getBodyContentVariable()
        Gets bodyContentVariable
        Returns:
        value of bodyContentVariable
      • setBodyContentVariable

        public void setBodyContentVariable​(String bodyContentVariable)
        Sets bodyContentVariable
        Parameters:
        bodyContentVariable - value of bodyContentVariable
      • getRunConfigurationName

        public String getRunConfigurationName()
        Gets runConfigurationName
        Returns:
        value of runConfigurationName
      • setRunConfigurationName

        public void setRunConfigurationName​(String runConfigurationName)
        Sets runConfigurationName
        Parameters:
        runConfigurationName - value of runConfigurationName