de.hedenus.xmltypes.impl
Class W3SchemaType

java.lang.Object
  extended by de.hedenus.xmltypes.impl.AbstractTypeImpl
      extended by de.hedenus.xmltypes.impl.W3SchemaType
All Implemented Interfaces:
Type
Direct Known Subclasses:
BuiltInDerivedType, BuiltInPrimitiveType, UrType

public abstract class W3SchemaType
extends AbstractTypeImpl

W3Schema type.

Author:
Michael Hedenus

Field Summary
 
Fields inherited from class de.hedenus.xmltypes.impl.AbstractTypeImpl
baseTypes, name, typeFactory
 
Constructor Summary
protected W3SchemaType(TypeFactoryImpl typeFactory, java.lang.String name, Type[] baseTypes)
           
 
Method Summary
 java.lang.String getTypeSystem()
          Returns the type system identifier, for example "http://www.w3.org/2001/XMLSchema"
 
Methods inherited from class de.hedenus.xmltypes.impl.AbstractTypeImpl
checkNull, getBaseTypes, getName, toLiteral, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.hedenus.xmltypes.Type
getRepresentationClass, isAbstract, isPrimitive, parse, validate
 

Constructor Detail

W3SchemaType

protected W3SchemaType(TypeFactoryImpl typeFactory,
                       java.lang.String name,
                       Type[] baseTypes)
Method Detail

getTypeSystem

public java.lang.String getTypeSystem()
Description copied from interface: Type
Returns the type system identifier, for example "http://www.w3.org/2001/XMLSchema"