Inheritance diagram for IT_ContextAttributes::ServerConfiguration:
Definition at line 241 of file i18n_context_xsdTypes.h.
Public Types | |
typedef IT_ServerConfigurationReflection | IT_ReflectionType |
Public Member Functions | |
virtual const IT_Bus::QName & | get_type () const |
Returns the IT_Bus::QName for the type. | |
virtual void | read (const IT_Bus::QName &name, IT_Bus::ComplexTypeReader &reader) IT_THROW_DECL((IT_Bus |
virtual AnyType::Kind | get_kind () const |
Returns the IT_Bus::AnyType::Kind for the type. | |
Private Attributes | |
ServerConfiguration_1 | var_ServerConfiguration_1 |
Friends | |
class | IT_ServerConfigurationReflection |
virtual AnyType::Kind IT_ContextAttributes::ServerConfiguration::get_kind | ( | ) | const [inline, virtual] |
Returns the IT_Bus::AnyType::Kind for the type.
Derived subclasses override this method and return the appropriate Kind.
Reimplemented from IT_Bus::AnyType.
Definition at line 304 of file i18n_context_xsdTypes.h.
virtual const IT_Bus::QName& IT_ContextAttributes::ServerConfiguration::get_type | ( | ) | const [virtual] |
Returns the IT_Bus::QName for the type.
Derived subclasses implement this method and return their QName.
Reimplemented from IT_ContextAttributes::IT_tExtensibilityElementData.