XMLBEANSXX
0.9.8
|
#include <XmlTypesGen.h>
Classes | |
class | Factory |
Public Member Functions | |
XmlFloat () | |
XmlFloat (const xmlbeansxx::ContentsPtr &p) | |
XmlFloat (const xmlbeansxx::XmlObject &p) | |
XmlFloat (const std::string &value) | |
XmlFloat (const xmlbeansxx::XmlAnySimpleType &v) | |
virtual void | setXmlObject (const xmlbeansxx::XmlObject &p) |
virtual const xmlbeansxx::SchemaType * | getOrginSchemaType () const |
virtual float | getFloatValue () const |
virtual void | setFloatValue (float v) |
Static Public Member Functions | |
static const xmlbeansxx::SchemaType * | type () |
Static Private Member Functions | |
static xmlbeansxx::SchemaType | initSchemaType () |
xmlbeansxx::XmlFloat::XmlFloat | ( | const xmlbeansxx::ContentsPtr & | p | ) |
xmlbeansxx::XmlFloat::XmlFloat | ( | const xmlbeansxx::XmlObject & | p | ) |
xmlbeansxx::XmlFloat::XmlFloat | ( | const std::string & | value | ) |
float xmlbeansxx::XmlFloat::getFloatValue | ( | ) | const [virtual] |
const xmlbeansxx::SchemaType * xmlbeansxx::XmlFloat::getOrginSchemaType | ( | ) | const [virtual] |
Reimplemented from xmlbeansxx::XmlAnySimpleType.
xmlbeansxx::SchemaType xmlbeansxx::XmlFloat::initSchemaType | ( | ) | [static, private] |
Reimplemented from xmlbeansxx::XmlAnySimpleType.
void xmlbeansxx::XmlFloat::setFloatValue | ( | float | v | ) | [virtual] |
void xmlbeansxx::XmlFloat::setXmlObject | ( | const xmlbeansxx::XmlObject & | p | ) | [virtual] |
Reimplemented from xmlbeansxx::XmlAnySimpleType.
const xmlbeansxx::SchemaType * xmlbeansxx::XmlFloat::type | ( | ) | [static] |
Reimplemented from xmlbeansxx::XmlAnySimpleType.