Class BigDateTimeValueType

java.lang.Object
com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
All Implemented Interfaces:
IDateTimeValueType, Serializable

public class BigDateTimeValueType extends Object implements IDateTimeValueType
DateTimeValueType object that can hold all lexically valid dateTime value. This class provides:
  1. Unlimited digits for year (e.g., "year 9999999999999999999999")
  2. Unlimited digits for fraction of second (e.g. 0.00000000000001 sec)
To provide methods that can change date/time values, normalize method should be modified too.
Author:
Kohsuke KAWAGUCHI
See Also: