org.fcrepo.server.storage.service
Class Type

java.lang.Object
  extended by org.fcrepo.server.storage.service.Type
Direct Known Subclasses:
SimpleType

public class Type
extends Object

A data structure for holding WSDL xsd type declarations.

Author:
Sandy Payette

Field Summary
 String baseTypeLocalName
           
 String baseTypeName
           
 String baseTypeNamespaceURI
           
 String typeName
           
 
Constructor Summary
Type()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeName

public String typeName

baseTypeName

public String baseTypeName

baseTypeNamespaceURI

public String baseTypeNamespaceURI

baseTypeLocalName

public String baseTypeLocalName
Constructor Detail

Type

public Type()


Copyright © 2012 DuraSpace. All Rights Reserved.