fedora.common.xml.namespace
Class FedoraServiceProfileNamespace

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

public class FedoraServiceProfileNamespace
extends XMLNamespace

The Fedora Service Profile XML namespace.

 Namespace URI    : http://fedora.comm.nsdlib.org/service/profile
 Preferred Prefix : fsvp
 

Author:
cwilper@cs.cornell.edu

Field Summary
 QName BDEF_PID
          The bDefPID attribute.
 QName LICENSE
          The license attribute.
 QName MIME_TYPE
          The MIMEType element.
 QName NAME
          The name attribute.
 QName OPEN_SOURCE
          The opensource attribute.
 QName SERVICE_DESCRIPTION
          The serviceDescription element.
 QName SERVICE_IMPL_DEPENDENCIES
          The serviceImplDependencies element.
 QName SERVICE_IMPLEMENTATION
          The serviceImplementation element.
 QName SERVICE_INPUT_FORMATS
          The serviceInputFormats element.
 QName SERVICE_LIVE_TEST_URL
          The serviceLiveTestURL element.
 QName SERVICE_MESSAGING_PROTOCOL
          The serviceMessagingProtocol element.
 QName SERVICE_OUTPUT_FORMATS
          The serviceOutputFormats element.
 QName SERVICE_PROFILE
          The serviceProfile element.
 QName SOFTWARE
          The software element.
 QName TYPE
          The type attribute.
 QName VERSION
          The version attribute.
 
Fields inherited from class fedora.common.xml.namespace.XMLNamespace
prefix, uri
 
Method Summary
static FedoraServiceProfileNamespace 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

MIME_TYPE

public final QName MIME_TYPE
The MIMEType element.


SERVICE_DESCRIPTION

public final QName SERVICE_DESCRIPTION
The serviceDescription element.


SERVICE_IMPLEMENTATION

public final QName SERVICE_IMPLEMENTATION
The serviceImplementation element.


SERVICE_IMPL_DEPENDENCIES

public final QName SERVICE_IMPL_DEPENDENCIES
The serviceImplDependencies element.


SERVICE_INPUT_FORMATS

public final QName SERVICE_INPUT_FORMATS
The serviceInputFormats element.


SERVICE_LIVE_TEST_URL

public final QName SERVICE_LIVE_TEST_URL
The serviceLiveTestURL element.


SERVICE_MESSAGING_PROTOCOL

public final QName SERVICE_MESSAGING_PROTOCOL
The serviceMessagingProtocol element.


SERVICE_PROFILE

public final QName SERVICE_PROFILE
The serviceProfile element.


SERVICE_OUTPUT_FORMATS

public final QName SERVICE_OUTPUT_FORMATS
The serviceOutputFormats element.


SOFTWARE

public final QName SOFTWARE
The software element.


BDEF_PID

public final QName BDEF_PID
The bDefPID attribute.


NAME

public final QName NAME
The name attribute.


LICENSE

public final QName LICENSE
The license attribute.


OPEN_SOURCE

public final QName OPEN_SOURCE
The opensource attribute.


TYPE

public final QName TYPE
The type attribute.


VERSION

public final QName VERSION
The version attribute.

Method Detail

getInstance

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

Returns:
the instance.