fedora.common.xml.namespace
Class FedoraAuditNamespace

java.lang.Object
  extended by fedora.common.xml.namespace.XMLNamespace
      extended by fedora.common.xml.namespace.FedoraAuditNamespace

public class FedoraAuditNamespace
extends XMLNamespace

The Fedora Audit XML namespace.

 Namespace URI    : info:fedora/fedora-system:def/audit#
 Preferred Prefix : audit
 

Author:
cwilper@cs.cornell.edu

Field Summary
 QName ACTION
          The action element.
 QName AUDIT_TRAIL
          The auditTrail element.
 QName COMPONENT_ID
          The componentID element.
 QName DATE
          The date element.
 QName ID
          The ID attribute.
 QName JUSTIFICATION
          The justification element.
 QName PROCESS
          The process element.
 QName RECORD
          The record element.
 QName RESPONSIBILITY
          The responsibility element.
 QName TYPE
          The type attribute.
 
Fields inherited from class fedora.common.xml.namespace.XMLNamespace
prefix, uri
 
Method Summary
static FedoraAuditNamespace getInstance()
          Gets the only instance of this class.
 
Methods inherited from class fedora.common.xml.namespace.XMLNamespace
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ACTION

public final QName ACTION
The action element.


AUDIT_TRAIL

public final QName AUDIT_TRAIL
The auditTrail element.


COMPONENT_ID

public final QName COMPONENT_ID
The componentID element.


DATE

public final QName DATE
The date element.


JUSTIFICATION

public final QName JUSTIFICATION
The justification element.


PROCESS

public final QName PROCESS
The process element.


RECORD

public final QName RECORD
The record element.


RESPONSIBILITY

public final QName RESPONSIBILITY
The responsibility element.


ID

public final QName ID
The ID attribute.


TYPE

public final QName TYPE
The type attribute.

Method Detail

getInstance

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

Returns:
the instance.