fedora.common.xml.format
Class OAIIdentifier2_0Format

java.lang.Object
  extended by fedora.common.xml.format.XMLFormat
      extended by fedora.common.xml.format.OAIIdentifier2_0Format

public class OAIIdentifier2_0Format
extends XMLFormat

The OAI Identifier 2.0 XML format.

 Format URI        : http://www.openarchives.org/OAI/2.0/oai-identifier
 Primary Namespace : http://www.openarchives.org/OAI/2.0/oai-identifier
 XSD Schema URL    : http://www.openarchives.org/OAI/2.0/oai-identifier.xsd
 

Author:
cwilper@cs.cornell.edu

Field Summary
 
Fields inherited from class fedora.common.xml.format.XMLFormat
namespace, uri, xsdLocation
 
Method Summary
static OAIIdentifier2_0Format getInstance()
          Gets the only instance of this class.
 
Methods inherited from class fedora.common.xml.format.XMLFormat
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public static OAIIdentifier2_0Format getInstance()
Gets the only instance of this class.

Returns:
the instance.