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 | |
IT_Bus::AnyType & | copy (const IT_Bus::AnyType &rhs) |
Returns a reference to an AnyType that is a copy of the AnyType parameter. | |
virtual const IT_Bus::QName & | get_type () const |
Returns the IT_Bus::QName for the type. | |
virtual void | write_complexcontent_attributes (IT_Bus::ComplexTypeWriter &writer) const throw ((IT_Bus::SerializationException)) |
Write the attribute content of the instance. | |
virtual void | read_complexcontent_attributes (IT_Bus::ComplexTypeReader &reader) throw ((IT_Bus::DeserializationException)) |
Read the attribute content into the instance. | |
virtual void | write (const IT_Bus::QName &name, IT_Bus::ComplexTypeWriter &writer) const throw ((IT_Bus::SerializationException)) |
Write the content of the instance. | |
virtual void | read (const IT_Bus::QName &name, IT_Bus::ComplexTypeReader &reader) throw ((IT_Bus::DeserializationException)) |
Read the value into the instance. | |
virtual AnyType::Kind | get_kind () const |
Returns the IT_Bus::AnyType::Kind for the type. | |
virtual void | write_complex_contents (IT_Bus::ComplexTypeWriter &writer) const throw ((IT_Bus::SerializationException)) |
Write the complex content of the instance. | |
virtual void | read_complex_contents (IT_Bus::ComplexTypeReader &reader) throw ((IT_Bus::DeserializationException)) |
Read the values of the complex content into the instance. | |
virtual IT_Reflect::Reflection * | get_reflection () throw ((IT_Reflect::ReflectException)) |
Return an instance of the IT_Reflect::Reflection type that encapsulates this instance. | |
virtual const IT_Reflect::Reflection * | get_reflection () const throw ((IT_Reflect::ReflectException)) |
Return an instance of the IT_Reflect::Reflection type that encapsulates this instance. | |
Private Attributes | |
ServerConfiguration_1 | var_ServerConfiguration_1 |
Friends | |
class | IT_ServerConfigurationReflection |
IT_Bus::AnyType& IT_ContextAttributes::ServerConfiguration::copy | ( | const IT_Bus::AnyType & | rhs | ) | [virtual] |
Returns a reference to an AnyType that is a copy of the AnyType parameter.
Derived classes override this method, providing an appropriate implementation. In this base class, this method is not supported; an exception is always thrown.
AnyType | to be copied. |
IT_Bus::Exception | with message "Copy not supported" |
Reimplemented from IT_ContextAttributes::IT_tExtensibilityElementData.
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.
virtual void IT_ContextAttributes::ServerConfiguration::write_complexcontent_attributes | ( | IT_Bus::ComplexTypeWriter & | writer | ) | const throw ((IT_Bus::SerializationException)) [virtual] |
Write the attribute content of the instance.
This implementation does nothing. Derived classes override this implementation.
Reimplemented from IT_Bus::ComplexContentComplexType.
virtual void IT_ContextAttributes::ServerConfiguration::read_complexcontent_attributes | ( | IT_Bus::ComplexTypeReader & | reader | ) | throw ((IT_Bus::DeserializationException)) [virtual] |
Read the attribute content into the instance.
This implementation does nothing. Derived classes override this implementation.
Reimplemented from IT_Bus::ComplexContentComplexType.
virtual AnyType::Kind IT_ContextAttributes::ServerConfiguration::get_kind | ( | ) | const [inline, virtual] |
Returns the IT_Bus::AnyType::Kind for the type.
Reimplemented from IT_Bus::ComplexContentComplexType.
Definition at line 304 of file i18n_context_xsdTypes.h.
virtual void IT_ContextAttributes::ServerConfiguration::write_complex_contents | ( | IT_Bus::ComplexTypeWriter & | writer | ) | const throw ((IT_Bus::SerializationException)) [virtual] |
Write the complex content of the instance.
Derived classes implement this method.
Implements IT_Bus::ComplexContentComplexType.
virtual void IT_ContextAttributes::ServerConfiguration::read_complex_contents | ( | IT_Bus::ComplexTypeReader & | reader | ) | throw ((IT_Bus::DeserializationException)) [virtual] |
Read the values of the complex content into the instance.
Deerived classes implement this method.
Implements IT_Bus::ComplexContentComplexType.
virtual IT_Reflect::Reflection* IT_ContextAttributes::ServerConfiguration::get_reflection | ( | ) | throw ((IT_Reflect::ReflectException)) [virtual] |
Return an instance of the IT_Reflect::Reflection type that encapsulates this instance.
IT_Reflect::ReflectException |
Reimplemented from IT_ContextAttributes::IT_tExtensibilityElementData.
virtual const IT_Reflect::Reflection* IT_ContextAttributes::ServerConfiguration::get_reflection | ( | ) | const throw ((IT_Reflect::ReflectException)) [virtual] |
Return an instance of the IT_Reflect::Reflection type that encapsulates this instance.
IT_Reflect::ReflectException |
Reimplemented from IT_ContextAttributes::IT_tExtensibilityElementData.