org.fcrepo.oai
Interface MetadataFormat

All Known Implementing Classes:
SimpleMetadataFormat

public interface MetadataFormat

Describes a metadata format.

Author:
Chris Wilper
See Also:
http://www.openarchives.org/OAI/openarchivesprotocol.html#ListMetadataFormats

Method Summary
 String getNamespaceURI()
          Get the URI of the namespace.
 String getPrefix()
          Get the prefix of the format.
 String getSchemaLocation()
          Get the URL of the schema.
 

Method Detail

getPrefix

String getPrefix()
Get the prefix of the format.


getSchemaLocation

String getSchemaLocation()
Get the URL of the schema.


getNamespaceURI

String getNamespaceURI()
Get the URI of the namespace.



Copyright © 2011 DuraSpace. All Rights Reserved.