IT_Bus::NormalizedString Class Reference

#include <it_bus/normalized_string.h>

Inheritance diagram for IT_Bus::NormalizedString:

IT_Bus::AnySimpleType IT_Bus::AnyType IT_Bus::ImplementationDetails IT_Bus::Token IT_Bus::Language IT_Bus::Name IT_Bus::NMToken IT_Bus::NCName IT_Bus::ID List of all members.

Detailed Description

NormalizedString class.

Definition at line 23 of file normalized_string.h.

Public Types

typedef IT_Reflect::ValueRef<
IT_Bus::NormalizedString
IT_ReflectionType

Public Member Functions

 NormalizedString () IT_THROW_DECL(())
 No argument constructor.
NormalizedStringoperator= (const NormalizedString &rhs) IT_THROW_DECL(())
 Assignment operator.
const Stringget_value () const IT_THROW_DECL(())
 Obtain the string value of the instance.
virtual AnyType::Kind get_kind () const
 Returns the IT_Bus::AnyType::Kind for the type.
virtual const QNameget_type () const
 Returns the IT_Bus::QName for the type.

Public Attributes

NormalizedString(const String
&value) IT_THROW_DECL((IT_Bus
NormalizedString(const char
*value) IT_THROW_DECL((IT_Bu 
NormalizedString )(const NormalizedString &copy) IT_THROW_DECL(())
 Copy constructor.

Static Public Attributes

virtual IT_Reflect::Reflection
*virtual get_reflection()
IT_THROW_DECL((IT_Reflect
const IT_Reflect::Reflection
*virtual get_reflection()
const IT_THROW_DECL((IT_Reflect
void virtual write_value(AnySimpleTypeWriter
&writer) const IT_THROW_DECL((IT_Bus void static read_value(AnySimpleTypeReader &reader)
IT_THROW_DECL((IT_Bus const
QName 
get_static_type )()
 Return an instance of the IT_Reflect::Reflection type that encapsulates this instance.

Protected Attributes

String m_value


Member Function Documentation

virtual AnyType::Kind IT_Bus::NormalizedString::get_kind (  )  const [virtual]

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

Returns:
AnyType::BUILT_IN.

Reimplemented from IT_Bus::AnyType.

virtual const QName& IT_Bus::NormalizedString::get_type (  )  const [virtual]

Returns the IT_Bus::QName for the type.

Derived subclasses implement this method and return their QName.

Returns:
NT_SCHEMA_NSTRING.

Implements IT_Bus::AnyType.

Reimplemented in IT_Bus::ID, IT_Bus::Language, IT_Bus::Name, IT_Bus::NCName, IT_Bus::NMToken, and IT_Bus::Token.

const String& IT_Bus::NormalizedString::get_value (  )  const

Obtain the string value of the instance.

Returns:
IT_Bus::String


Member Data Documentation

virtual IT_Reflect::Reflection* virtual get_reflection ( ) IT_THROW_DECL((IT_Reflect const IT_Reflect::Reflection* virtual get_reflection ( ) const IT_THROW_DECL((IT_Reflect void virtual write_value ( AnySimpleTypeWriter& writer ) const IT_THROW_DECL((IT_Bus void static read_value ( AnySimpleTypeReader& reader ) IT_THROW_DECL((IT_Bus const QName IT_Bus::NormalizedString::get_static_type)() [static]

Return an instance of the IT_Reflect::Reflection type that encapsulates this instance.

Returns:
IT_Reflect::Reflection
Exceptions:
IT_Reflect::ReflectException 

Reimplemented in IT_Bus::ID, IT_Bus::Language, IT_Bus::Name, IT_Bus::NCName, IT_Bus::NMToken, and IT_Bus::Token.

Referenced by IT_Bus::SchemaTypeTraits< NormalizedString >::type_name().


Generated on Thu Sep 7 11:40:02 2006 for Artix by  doxygen 1.4.7