Class Service

  • All Implemented Interfaces:
    Serializable

    @Generated("org.openapitools.codegen.languages.SpringCodegen")
    public class Service
    extends Object
    implements Serializable
    A service provides one or more layers used in a viewer
    See Also:
    Serialized Form
    • Constructor Detail

      • Service

        public Service()
    • Method Detail

      • getId

        @NotNull
        public @NotNull String getId()
        Get id
        Returns:
        id
      • setId

        public void setId​(String id)
      • getTitle

        @NotNull
        public @NotNull String getTitle()
        Get title
        Returns:
        title
      • setTitle

        public void setTitle​(String title)
      • getUrl

        @NotNull
        public @NotNull String getUrl()
        Get url
        Returns:
        url
      • setUrl

        public void setUrl​(String url)
      • getProtocol

        @NotNull
        @Valid
        public @NotNull @Valid GeoServiceProtocol getProtocol()
        Get protocol
        Returns:
        protocol
      • capabilities

        public Service capabilities​(String capabilities)
      • getCapabilities

        @NotNull
        public @NotNull String getCapabilities()
        capabilities document of the service - currently only for WMTS
        Returns:
        capabilities
      • setCapabilities

        public void setCapabilities​(String capabilities)
      • getServerType

        @NotNull
        public @NotNull Service.ServerTypeEnum getServerType()
        Get serverType
        Returns:
        serverType
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object