Interface MetadataFormat


public interface MetadataFormat
Describes the repository metadata format as defined in ListMetadataFormats.
  • Method Summary

    Modifier and Type
    Method
    Description
    The XML namespace URI of this metadata format.
    The metadata prefix.
    The location of the associated XML schema.
  • Method Details

    • getPrefix

      String getPrefix()
      The metadata prefix.
    • getSchema

      URL getSchema()
      The location of the associated XML schema.
    • getNamespace

      URI getNamespace()
      The XML namespace URI of this metadata format.