fedora.server.storage.service
Class SimpleType

java.lang.Object
  extended by fedora.server.storage.service.Type
      extended by fedora.server.storage.service.SimpleType

public class SimpleType
extends Type

Title: SimpleType.java

Description: A data structure for holding WSDL xsd type declarations for simple types.

Version:
$Id: SimpleType.java 3966 2005-04-21 13:33:01Z rlw $
Author:
payette@cs.cornell.edu

Field Summary
 java.util.Vector enumerationOfValues
           
 
Fields inherited from class fedora.server.storage.service.Type
baseTypeLocalName, baseTypeName, baseTypeNamespaceURI, typeName
 
Constructor Summary
SimpleType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

enumerationOfValues

public java.util.Vector enumerationOfValues
Constructor Detail

SimpleType

public SimpleType()