de.hedenus.xmltypes.impl
Class AnyType

java.lang.Object
  extended by de.hedenus.xmltypes.impl.AbstractTypeImpl
      extended by de.hedenus.xmltypes.impl.W3SchemaType
          extended by de.hedenus.xmltypes.impl.UrType
              extended by de.hedenus.xmltypes.impl.AnyType
All Implemented Interfaces:
Type

public class AnyType
extends UrType

Any type.

Author:
Michael Hedenus

Field Summary
 
Fields inherited from class de.hedenus.xmltypes.impl.AbstractTypeImpl
baseTypes, name, typeFactory
 
Constructor Summary
protected AnyType(TypeFactoryImpl typeFactory)
           
 
Method Summary
 
Methods inherited from class de.hedenus.xmltypes.impl.UrType
getRepresentationClass, isAbstract, isPrimitive, parse, toLiteral, validate
 
Methods inherited from class de.hedenus.xmltypes.impl.W3SchemaType
getTypeSystem
 
Methods inherited from class de.hedenus.xmltypes.impl.AbstractTypeImpl
checkNull, getBaseTypes, getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnyType

protected AnyType(TypeFactoryImpl typeFactory)