XMLBEANSXX
0.9.8
|
#include <XmlTypesGen.h>
Classes | |
class | Factory |
Public Member Functions | |
XmlTime () | |
XmlTime (const xmlbeansxx::ContentsPtr &p) | |
XmlTime (const xmlbeansxx::XmlObject &p) | |
XmlTime (const std::string &value) | |
XmlTime (const xmlbeansxx::XmlAnySimpleType &v) | |
virtual void | setXmlObject (const xmlbeansxx::XmlObject &p) |
virtual const xmlbeansxx::SchemaType * | getOrginSchemaType () const |
XmlTime (const boost::posix_time::ptime &pt) | |
XmlTime (const boost::posix_time::time_duration &td) | |
XmlTime (const xmlbeansxx::Calendar &td) | |
bool | operator== (const XmlTime &b) const |
bool | operator!= (const XmlTime &b) const |
bool | operator<= (const XmlTime &b) const |
bool | operator>= (const XmlTime &b) const |
bool | operator> (const XmlTime &b) const |
bool | operator< (const XmlTime &b) const |
virtual xmlbeansxx::Calendar | getCalendarValue () const |
virtual void | setCalendarValue (const xmlbeansxx::Calendar &v) |
boost::posix_time::time_duration | getTimeValue () const |
void | setTimeValue (const boost::posix_time::time_duration &d) |
Static Public Member Functions | |
static const xmlbeansxx::SchemaType * | type () |
Private Member Functions | |
XMLBEANSXX_STATIC_LOGGER_PTR (log) | |
Static Private Member Functions | |
static xmlbeansxx::SchemaType | initSchemaType () |
xmlbeansxx::XmlTime::XmlTime | ( | const xmlbeansxx::ContentsPtr & | p | ) |
xmlbeansxx::XmlTime::XmlTime | ( | const xmlbeansxx::XmlObject & | p | ) |
xmlbeansxx::XmlTime::XmlTime | ( | const std::string & | value | ) |
xmlbeansxx::XmlTime::XmlTime | ( | const xmlbeansxx::XmlAnySimpleType & | v | ) |
xmlbeansxx::XmlTime::XmlTime | ( | const boost::posix_time::ptime & | pt | ) |
xmlbeansxx::XmlTime::XmlTime | ( | const boost::posix_time::time_duration & | td | ) |
xmlbeansxx::XmlTime::XmlTime | ( | const xmlbeansxx::Calendar & | td | ) |
xmlbeansxx::Calendar xmlbeansxx::XmlTime::getCalendarValue | ( | ) | const [virtual] |
const xmlbeansxx::SchemaType * xmlbeansxx::XmlTime::getOrginSchemaType | ( | ) | const [virtual] |
Reimplemented from xmlbeansxx::XmlAnySimpleType.
boost::posix_time::time_duration xmlbeansxx::XmlTime::getTimeValue | ( | ) | const |
xmlbeansxx::SchemaType xmlbeansxx::XmlTime::initSchemaType | ( | ) | [static, private] |
Reimplemented from xmlbeansxx::XmlAnySimpleType.
bool xmlbeansxx::XmlTime::operator!= | ( | const XmlTime & | b | ) | const |
bool xmlbeansxx::XmlTime::operator< | ( | const XmlTime & | b | ) | const |
bool xmlbeansxx::XmlTime::operator<= | ( | const XmlTime & | b | ) | const |
bool xmlbeansxx::XmlTime::operator== | ( | const XmlTime & | b | ) | const |
bool xmlbeansxx::XmlTime::operator> | ( | const XmlTime & | b | ) | const |
bool xmlbeansxx::XmlTime::operator>= | ( | const XmlTime & | b | ) | const |
void xmlbeansxx::XmlTime::setCalendarValue | ( | const xmlbeansxx::Calendar & | v | ) | [virtual] |
void xmlbeansxx::XmlTime::setTimeValue | ( | const boost::posix_time::time_duration & | d | ) |
void xmlbeansxx::XmlTime::setXmlObject | ( | const xmlbeansxx::XmlObject & | p | ) | [virtual] |
Reimplemented from xmlbeansxx::XmlAnySimpleType.
const xmlbeansxx::SchemaType * xmlbeansxx::XmlTime::type | ( | ) | [static] |
Reimplemented from xmlbeansxx::XmlAnySimpleType.
xmlbeansxx::XmlTime::XMLBEANSXX_STATIC_LOGGER_PTR | ( | log | ) | [private] |
Reimplemented from xmlbeansxx::XmlObject.