fedora.oai
Interface MetadataFormat

All Known Implementing Classes:
SimpleMetadataFormat

public interface MetadataFormat

Title: MetadataFormat.java

Description: Describes a metadata format.

Version:
$Id: MetadataFormat.java,v 1.8 2005/04/21 12:42:08 rlw Exp $
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

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


getSchemaLocation

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


getNamespaceURI

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