XMLBEANSXX
0.9.8
|
#include <XmlTypesGen.h>
Classes | |
class | Factory |
Public Member Functions | |
XmlDate () | |
XmlDate (const xmlbeansxx::ContentsPtr &p) | |
XmlDate (const xmlbeansxx::XmlObject &p) | |
XmlDate (const std::string &value) | |
XmlDate (const xmlbeansxx::XmlAnySimpleType &v) | |
virtual void | setXmlObject (const xmlbeansxx::XmlObject &p) |
virtual const xmlbeansxx::SchemaType * | getOrginSchemaType () const |
XmlDate (const boost::posix_time::ptime &pt) | |
XmlDate (const boost::gregorian::date &gd) | |
XmlDate (const xmlbeansxx::Calendar &td) | |
operator boost::gregorian::date () const | |
bool | operator== (const XmlDate &b) const |
bool | operator!= (const XmlDate &b) const |
bool | operator<= (const XmlDate &b) const |
bool | operator>= (const XmlDate &b) const |
bool | operator> (const XmlDate &b) const |
bool | operator< (const XmlDate &b) const |
boost::gregorian::date | getDateValue () const |
void | setDateValue (const boost::gregorian::date &d) |
virtual xmlbeansxx::Calendar | getCalendarValue () const |
virtual void | setCalendarValue (const xmlbeansxx::Calendar &v) |
XmlInteger | daysFrom (const XmlDate &from) const |
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::XmlDate::XmlDate | ( | const xmlbeansxx::ContentsPtr & | p | ) |
xmlbeansxx::XmlDate::XmlDate | ( | const xmlbeansxx::XmlObject & | p | ) |
xmlbeansxx::XmlDate::XmlDate | ( | const std::string & | value | ) |
xmlbeansxx::XmlDate::XmlDate | ( | const xmlbeansxx::XmlAnySimpleType & | v | ) |
xmlbeansxx::XmlDate::XmlDate | ( | const boost::posix_time::ptime & | pt | ) |
xmlbeansxx::XmlDate::XmlDate | ( | const boost::gregorian::date & | gd | ) |
xmlbeansxx::XmlDate::XmlDate | ( | const xmlbeansxx::Calendar & | td | ) |
XmlInteger xmlbeansxx::XmlDate::daysFrom | ( | const XmlDate & | from | ) | const |
xmlbeansxx::Calendar xmlbeansxx::XmlDate::getCalendarValue | ( | ) | const [virtual] |
boost::gregorian::date xmlbeansxx::XmlDate::getDateValue | ( | ) | const |
const xmlbeansxx::SchemaType * xmlbeansxx::XmlDate::getOrginSchemaType | ( | ) | const [virtual] |
Reimplemented from xmlbeansxx::XmlAnySimpleType.
xmlbeansxx::SchemaType xmlbeansxx::XmlDate::initSchemaType | ( | ) | [static, private] |
Reimplemented from xmlbeansxx::XmlAnySimpleType.
xmlbeansxx::XmlDate::operator boost::gregorian::date | ( | ) | const |
bool xmlbeansxx::XmlDate::operator!= | ( | const XmlDate & | b | ) | const |
bool xmlbeansxx::XmlDate::operator< | ( | const XmlDate & | b | ) | const |
bool xmlbeansxx::XmlDate::operator<= | ( | const XmlDate & | b | ) | const |
bool xmlbeansxx::XmlDate::operator== | ( | const XmlDate & | b | ) | const |
bool xmlbeansxx::XmlDate::operator> | ( | const XmlDate & | b | ) | const |
bool xmlbeansxx::XmlDate::operator>= | ( | const XmlDate & | b | ) | const |
void xmlbeansxx::XmlDate::setCalendarValue | ( | const xmlbeansxx::Calendar & | v | ) | [virtual] |
void xmlbeansxx::XmlDate::setDateValue | ( | const boost::gregorian::date & | d | ) |
void xmlbeansxx::XmlDate::setXmlObject | ( | const xmlbeansxx::XmlObject & | p | ) | [virtual] |
Reimplemented from xmlbeansxx::XmlAnySimpleType.
const xmlbeansxx::SchemaType * xmlbeansxx::XmlDate::type | ( | ) | [static] |
Reimplemented from xmlbeansxx::XmlAnySimpleType.
xmlbeansxx::XmlDate::XMLBEANSXX_STATIC_LOGGER_PTR | ( | log | ) | [private] |
Reimplemented from xmlbeansxx::XmlObject.