fedora.common.xml.namespace
Class FedoraBindingSpecNamespace

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

public class FedoraBindingSpecNamespace
extends XMLNamespace

The Fedora Binding Specification XML namespace.

 Namespace URI    : http://fedora.comm.nsdlib.org/service/bindspec 
 Preferred Prefix : fbs
 

Author:
cwilper@cs.cornell.edu

Field Summary
 QName BDEF_PID
          The bDefPID attribute.
 QName DS_INPUT
          The DSInput element.
 QName DS_INPUT_INSTRUCTION
          The DSInputInstruction element.
 QName DS_INPUT_LABEL
          The DSInputLabel element.
 QName DS_INPUT_SPEC
          The DSInputSpec element.
 QName DS_MAX
          The DSMax attribute.
 QName DS_MIME
          The DSMIME element.
 QName DS_MIN
          The DSMin attribute.
 QName DS_ORDINALITY
          The DSOrdinality attribute.
 QName LABEL
          The label attribute.
 QName WSDL_MSG_PART_NAME
          The wsdlMsgPartName attribute.
 
Fields inherited from class fedora.common.xml.namespace.XMLNamespace
prefix, uri
 
Method Summary
static FedoraBindingSpecNamespace 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

DS_INPUT

public final QName DS_INPUT
The DSInput element.


DS_INPUT_INSTRUCTION

public final QName DS_INPUT_INSTRUCTION
The DSInputInstruction element.


DS_INPUT_LABEL

public final QName DS_INPUT_LABEL
The DSInputLabel element.


DS_INPUT_SPEC

public final QName DS_INPUT_SPEC
The DSInputSpec element.


DS_MIME

public final QName DS_MIME
The DSMIME element.


BDEF_PID

public final QName BDEF_PID
The bDefPID attribute.


DS_MAX

public final QName DS_MAX
The DSMax attribute.


DS_MIN

public final QName DS_MIN
The DSMin attribute.


DS_ORDINALITY

public final QName DS_ORDINALITY
The DSOrdinality attribute.


LABEL

public final QName LABEL
The label attribute.


WSDL_MSG_PART_NAME

public final QName WSDL_MSG_PART_NAME
The wsdlMsgPartName attribute.

Method Detail

getInstance

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

Returns:
the instance.