Interface MetadataExtensionInformation


@UML(identifier="MD_MetadataExtensionInformation", specification=ISO_19115) public interface MetadataExtensionInformation
Information describing metadata extensions.
Since:
2.0
  • Method Details

    • getExtensionOnLineResource

      @UML(identifier="extensionOnLineResource", obligation=OPTIONAL, specification=ISO_19115) default OnlineResource getExtensionOnLineResource()
      Information about on-line sources containing the community profile name and the extended metadata elements and information for all new metadata elements.
      Returns:
      on-line sources to community profile name and extended metadata elements, or null.
    • getExtendedElementInformation

      @UML(identifier="extendedElementInformation", obligation=OPTIONAL, specification=ISO_19115) default Collection<? extends ExtendedElementInformation> getExtendedElementInformation()
      Provides information about a new metadata element, not found in ISO 19115, which is required to describe the resource.
      Returns:
      new metadata element not found in ISO 19115.