fedora.oai
Interface MetadataFormat

All Known Implementing Classes:
SimpleMetadataFormat

public interface MetadataFormat

Title: MetadataFormat.java

Description: Describes a metadata format.

Version:
$Id: MetadataFormat.java 3965 2005-04-21 12:52:40Z rlw $
Author:
cwilper@cs.cornell.edu
See Also:
http://www.openarchives.org/OAI/openarchivesprotocol.html#ListMetadataFormats

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

Method Detail

getPrefix

java.lang.String getPrefix()
Get the prefix of the format.


getSchemaLocation

java.lang.String getSchemaLocation()
Get the URL of the schema.


getNamespaceURI

java.lang.String getNamespaceURI()
Get the URI of the namespace.