fedora.common.xml.format
Class OAIProvenance2_0Format

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

public class OAIProvenance2_0Format
extends XMLFormat

The OAI Provenance 2.0 XML format.

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

Author:
cwilper@cs.cornell.edu

Field Summary
 
Fields inherited from class fedora.common.xml.format.XMLFormat
namespace, uri, xsdLocation
 
Method Summary
static OAIProvenance2_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 OAIProvenance2_0Format getInstance()
Gets the only instance of this class.

Returns:
the instance.