#include <it_bus/nillable_types.h>
Inheritance diagram for IT_Bus::NonPositiveIntegerNillable:
See header file for complete method details.
Definition at line 920 of file nillable_types.h.
Public Member Functions | |
const QName & | get_type () const |
Returns the IT_Bus::QName for the type. | |
virtual void | write_value (const QName &name, ComplexTypeWriter &writer) const IT_THROW_DECL((SerializationException)) |
Write the non-nil value. |
const QName& IT_Bus::NonPositiveIntegerNillable::get_type | ( | ) | const [virtual] |
Returns the IT_Bus::QName for the type.
Derived subclasses implement this method and return their QName.
Reimplemented from IT_Bus::NillableValueBase< IT_Bus::NonPositiveInteger >.