Class ExternalLink

  • All Implemented Interfaces:
    Serializable

    @Entity
    public class ExternalLink
    extends RegistryObject
    ExternalLinks use URIs to associate content in the registry with content that MAY reside outside the registry. For example, an organization submitting an XML Schema could use an ExternalLink to associate the XML Schema with the organization's home page.
    Author:
    pramirez
    See Also:
    Serialized Form
    • Constructor Detail

      • ExternalLink

        public ExternalLink()
    • Method Detail

      • getExternalURI

        public URI getExternalURI()
      • setExternalURI

        public void setExternalURI​(URI externalURI)