IT_Bus::BinaryInParamNillable< TYPE > Class Template Reference

Inheritance diagram for IT_Bus::BinaryInParamNillable< TYPE >:

IT_Bus::Nillable IT_Bus::AnyType IT_Bus::ImplementationDetails List of all members.

Detailed Description

template<const QName * TYPE>
class IT_Bus::BinaryInParamNillable< TYPE >

Definition at line 99 of file binary_nillable_type.h.

Public Member Functions

 BinaryInParamNillable (const BinaryInParamNillable &other)
 BinaryInParamNillable (const IT_Bus::BinaryBufferNillable &other)
virtual ~BinaryInParamNillable ()
AnyTypecopy (const AnyType &other)
virtual const QNameget_type () const
 Returns the IT_Bus::QName for the type.
virtual Boolean is_nil () const
 True if the element is nil.
virtual void write_value (const QName &name, ComplexTypeWriter &writer) const IT_THROW_DECL((SerializationException))
 Write the non-nil value.
virtual void read_value (const QName &name, ComplexTypeReader &reader) IT_THROW_DECL((DeserializationException))
 Read a non-nil value.
virtual const IT_Bus::BinaryBufferNillableget () const IT_THROW_DECL((NoDataException))
 Returns the value.

Private Types

typedef BinaryInParamNillable ThisType

Private Attributes

const IT_Bus::BinaryBufferNillablem_data


Member Function Documentation

template<const QName * TYPE>
const IT_Bus::BinaryBufferNillable & IT_Bus::BinaryInParamNillable< TYPE >::get (  )  const [virtual]

Returns the value.

Exceptions:
NoDataException if called when is_nil() is true.

Definition at line 381 of file binary_nillable_type.h.

References IT_Bus::BinaryInParamNillable< TYPE >::is_nil(), and IT_Bus::BinaryInParamNillable< TYPE >::m_data.

template<const QName * TYPE>
const QName & IT_Bus::BinaryInParamNillable< TYPE >::get_type (  )  const [virtual]

Returns the IT_Bus::QName for the type.

Derived subclasses implement this method and return their QName.

Returns:
IT_Bus::QName.

Implements IT_Bus::AnyType.

Definition at line 367 of file binary_nillable_type.h.


Generated on Thu Sep 7 11:39:48 2006 for Artix by  doxygen 1.4.7