Class DateTimeBase

java.lang.Object
org.exolab.castor.types.DateTimeBase
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
Date, DateTime, GDay, GMonth, GMonthDay, GYear, GYearMonth, Time

public abstract class DateTimeBase extends Object implements Serializable, Cloneable
The base class for date/time XML Schema types.

The validation of the date/time fields is done in the set methods and follows the ISO8601 Date and Time Format.

Note: the Castor date/time types are mutable, unlike the date/time types of the JDK in Java2. This is needed by the Marshaling framework.

Version:
$Revision$
See Also: