Uses of Class
org.exolab.castor.xml.schema.simpletypes.AtomicType

Packages that use AtomicType
org.exolab.castor.xml.schema.simpletypes   
 

Uses of AtomicType in org.exolab.castor.xml.schema.simpletypes
 

Subclasses of AtomicType in org.exolab.castor.xml.schema.simpletypes
 class AnyURIType
           
 class BinaryType
          Represents types derived from binary
 class BooleanType
          Represents the boolean type
 class DateTimeType
          Represents date/time XML SChema types
 class DecimalType
          Represents the decimal type and those derived from it (integer, short...)
 class DurationType
          Represents timeDuration
 class RealType
          Represents "real numbers" (float, double and user types derived from them) Those numbers are of the form m x 2^e The min and max values for m are accessed with get/setMin/MaxMantissa e are accessed with get/setMin/MaxExponent m and e are not facets as specified by the xmlschema, they are just a way to regroup real and float under the same class.
 class StringType
          Represents the XML Schema string type.
 



Copyright © 2012. All Rights Reserved.