fedora.server.storage.service
Class SimpleType

java.lang.Object
  extended byfedora.server.storage.service.Type
      extended byfedora.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,v 1.7 2005/04/21 13:14:20 rlw Exp $
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()
           
 
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()