fedora.common.xml.format
Class FedoraObjectHistory1_0Format

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

public class FedoraObjectHistory1_0Format
extends XMLFormat

The Fedora Object History 1.0 XML format.

 Format URI        : info:fedora/fedora-system:FedoraObjectHistory-1.0
 Primary Namespace : http://www.fedora.info/definitions/1/0/access/
 XSD Schema URL    : http://www.fedora.info/definitions/1/0/fedoraObjectHistory.xsd
 

Author:
cwilper@cs.cornell.edu

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

Returns:
the instance.