Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members

IT_Bus::Nillable Class Reference

#include <it_bus/nillable.h>

Inheritance diagram for IT_Bus::Nillable:

IT_Bus::AnyType IT_Bus::NillablePtr< T > IT_Bus::NillableValueBase< T > IT_Bus::NillableValueBase< IT_Bus::AnyHolder > IT_Bus::NillableValueBase< IT_Bus::AnyURI > IT_Bus::NillableValueBase< IT_Bus::Base64Binary > IT_Bus::NillableValueBase< IT_Bus::Boolean > IT_Bus::NillableValueBase< IT_Bus::Byte > IT_Bus::NillableValueBase< IT_Bus::Date > IT_Bus::NillableValueBase< IT_Bus::DateTime > IT_Bus::NillableValueBase< IT_Bus::Decimal > IT_Bus::NillableValueBase< IT_Bus::Double > IT_Bus::NillableValueBase< IT_Bus::Duration > IT_Bus::NillableValueBase< IT_Bus::Float > IT_Bus::NillableValueBase< IT_Bus::GDay > IT_Bus::NillableValueBase< IT_Bus::GMonth > IT_Bus::NillableValueBase< IT_Bus::GMonthDay > IT_Bus::NillableValueBase< IT_Bus::GYear > IT_Bus::NillableValueBase< IT_Bus::GYearMonth > IT_Bus::NillableValueBase< IT_Bus::HexBinary > IT_Bus::NillableValueBase< IT_Bus::ID > IT_Bus::NillableValueBase< IT_Bus::Int > IT_Bus::NillableValueBase< IT_Bus::Integer > IT_Bus::NillableValueBase< IT_Bus::Language > IT_Bus::NillableValueBase< IT_Bus::Long > IT_Bus::NillableValueBase< IT_Bus::Name > IT_Bus::NillableValueBase< IT_Bus::NCName > IT_Bus::NillableValueBase< IT_Bus::NegativeInteger > IT_Bus::NillableValueBase< IT_Bus::NMToken > IT_Bus::NillableValueBase< IT_Bus::NMTokens > IT_Bus::NillableValueBase< IT_Bus::NonNegativeInteger > IT_Bus::NillableValueBase< IT_Bus::NonPositiveInteger > IT_Bus::NillableValueBase< IT_Bus::NormalizedString > IT_Bus::NillableValueBase< IT_Bus::PositiveInteger > IT_Bus::NillableValueBase< IT_Bus::QName > IT_Bus::NillableValueBase< IT_Bus::Short > IT_Bus::NillableValueBase< IT_Bus::String > IT_Bus::NillableValueBase< IT_Bus::Time > IT_Bus::NillableValueBase< IT_Bus::Token > IT_Bus::NillableValueBase< IT_Bus::UByte > IT_Bus::NillableValueBase< IT_Bus::UInt > IT_Bus::NillableValueBase< IT_Bus::ULong > IT_Bus::NillableValueBase< IT_Bus::UShort > List of all members.

Detailed Description

Represents a nillable element.

Definition at line 19 of file nillable.h.

Public Member Functions

 Nillable ()
 Constructor.
virtual ~Nillable ()
 Destructor.
virtual Boolean is_nil () const =0
 True if the element is nil.
virtual void set_nil ()=0
 Set the element to be nil.
virtual void read (const QName &name, ComplexTypeReader &reader) throw ((IT_Bus::DeserializationException))
 Read the value into the instance.
virtual void write (const QName &name, ComplexTypeWriter &writer) const throw ((IT_Bus::SerializationException))
 Write the content of the instance.
virtual AnyType::Kind get_kind () const
 Returns the IT_Bus::AnyType::Kind for the type.
virtual void write_value (const QName &name, ComplexTypeWriter &writer) const =0 throw ((SerializationException))
 Write the non-nil value.
virtual void read_value (const QName &name, ComplexTypeReader &reader)=0 throw ((DeserializationException))
 Read a non-nil value.


Constructor & Destructor Documentation

IT_Bus::Nillable::Nillable  ) 
 

Constructor.

virtual IT_Bus::Nillable::~Nillable  )  [virtual]
 

Destructor.


Member Function Documentation

virtual AnyType::Kind IT_Bus::Nillable::get_kind  )  const [virtual]
 

Returns the IT_Bus::AnyType::Kind for the type.

Derived subclasses override this method and return the appropriate Kind.

Returns:
AnyType::NILLABLE.

Reimplemented from IT_Bus::AnyType.

virtual void IT_Bus::Nillable::read const QName name,
ComplexTypeReader &  reader
throw ((IT_Bus::DeserializationException)) [virtual]
 

Read the value into the instance.

Derived subclasses implement this method.

Implements IT_Bus::AnyType.

Referenced by IT_Bus::NillablePtr< T >::read_value().

virtual void IT_Bus::Nillable::write const QName name,
ComplexTypeWriter &  writer
const throw ((IT_Bus::SerializationException)) [virtual]
 

Write the content of the instance.

Derived subclasses implement this method.

Implements IT_Bus::AnyType.

Referenced by IT_Bus::NillablePtr< T >::write_value().


Generated on Wed Mar 22 12:23:33 2006 for Artix by  doxygen 1.3.9.1