Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef _DATEORTIMETYPE_HPP
00021 #define _DATEORTIMETYPE_HPP
00022
00023 #include <xercesc/util/XMLString.hpp>
00024 #include <xqilla/items/AnyAtomicType.hpp>
00025
00026 #include <xqilla/framework/XQillaExport.hpp>
00027
00028 class ATDecimalOrDerived;
00029 class ATDurationOrDerived;
00030
00031 class XQILLA_API DateOrTimeType : public AnyAtomicType
00032 {
00033 public:
00034 typedef RefCountPointer<const DateOrTimeType> Ptr;
00035
00036
00037 virtual bool isDateOrTimeTypeValue() const;
00038
00042 virtual bool hasTimezone() const = 0;
00043
00044 };
00045
00046 #endif // _ATDATETIMEORDERIVED_HPP