Class NamedUri

    • Constructor Detail

      • NamedUri

        public NamedUri()
    • Method Detail

      • getName

        public String getName()
        Get the name of the URI.
        Returns:
        The name of the URI.
      • setName

        public NamedUri setName​(String name)
        Set the name of the URI.
        Parameters:
        name - The name of the URI.
        Returns:
        this object.
      • getUri

        public URI getUri()
        Get the value of the URI.
        Returns:
        The value of the URI.
      • setUri

        public NamedUri setUri​(URI uri)
        Set the value of the URI.
        Parameters:
        uri - The value of the URI.
        Returns:
        this object.