Class OwsServiceKey

    • Constructor Detail

      • OwsServiceKey

        public OwsServiceKey​(String service,
                             String version)
        Constructor
        Parameters:
        service - Service name
        version - Service version
    • Method Detail

      • getService

        public String getService()
        Get the service name
        Returns:
        The service name
      • hasService

        public boolean hasService()
        Check if the service name is not null.
        Returns:
        true, if the service name is not null.
      • getVersion

        public String getVersion()
        Get the service version
        Returns:
        The service version
      • hasVersion

        public boolean hasVersion()
        Check if the service version is not null.
        Returns:
        true, if the service version is not null.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object