XSD
Class AnySimpleType

java.lang.Object
  |
  +--Datatypes.Datatype
        |
        +--XSD.AnySimpleType
Direct Known Subclasses:
Boolean, DateTime, Decimal, Dimension, String

public abstract class AnySimpleType
extends Datatype


Field Summary
 
Fields inherited from class Datatypes.Datatype
nativeValue
 
Constructor Summary
AnySimpleType()
           
 
Methods inherited from class Datatypes.Datatype
compare, compareTo, equal, equals, isValidForm, lexicalForm, lookup, register, setValue, value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnySimpleType

public AnySimpleType()