fedora.common.xml.namespace
Class FedoraDSCompositeModelNamespace

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

public class FedoraDSCompositeModelNamespace
extends XMLNamespace

The Fedora DS Composite Model XML namespace.

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

Author:
Chris Wilper

Field Summary
 
Fields inherited from class fedora.common.xml.namespace.XMLNamespace
prefix, uri
 
Method Summary
static FedoraDSCompositeModelNamespace 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
 

Method Detail

getInstance

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

Returns:
the instance.