Inheritance diagram for IT_ContextAttributes::tExtensibilityElement:
Definition at line 69 of file wsdl_ext_xsdTypes.h.
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 IT_Bus::AnyType::Kind | get_kind () const |
Returns the IT_Bus::AnyType::Kind for the type. | |
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) throw ((IT_Bus::DeserializationException)) |
Read the value 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 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. | |
void | set_holder_type (const IT_Bus::QName &type) |
Internal use only. | |
Protected Attributes | |
IT_AutoPtr< IT_tExtensibilityElementData > | var_data |
IT_Bus::AnyType& IT_ContextAttributes::tExtensibilityElement::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_Bus::AnyType.
Reimplemented in IT_ContextAttributes::BusSecurity, IT_ContextAttributes::ServerNamingPolicyType, IT_ContextAttributes::ConnectionPolicyType, IT_ContextAttributes::CredentialsType, IT_ContextAttributes::ClientNamingPolicyType, IT_ContextAttributes::DefaultConnectionPolicyType, IT_ContextAttributes::clientType, IT_ContextAttributes::serverType, IT_ContextAttributes::ServerConfiguration, IT_ContextAttributes::ClientConfiguration, IT_ContextAttributes::MQConnectionAttributesType, IT_ContextAttributes::mqClientType, IT_ContextAttributes::mqServerType, IT_ContextAttributes::MQAttributesType, IT_ContextAttributes::MQMessageAttributesType, IT_ContextAttributes::TibrvType, and IT_ContextAttributes::IT_tExtensibilityElementData.
virtual IT_Bus::AnyType::Kind IT_ContextAttributes::tExtensibilityElement::get_kind | ( | ) | const [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.
Reimplemented in IT_ContextAttributes::BusSecurity, IT_ContextAttributes::ServerNamingPolicyType, IT_ContextAttributes::ConnectionPolicyType, IT_ContextAttributes::CredentialsType, IT_ContextAttributes::ClientNamingPolicyType, IT_ContextAttributes::DefaultConnectionPolicyType, IT_ContextAttributes::clientType, IT_ContextAttributes::serverType, IT_ContextAttributes::ServerConfiguration, IT_ContextAttributes::ClientConfiguration, IT_ContextAttributes::MQConnectionAttributesType, IT_ContextAttributes::mqClientType, IT_ContextAttributes::mqServerType, IT_ContextAttributes::MQAttributesType, IT_ContextAttributes::MQMessageAttributesType, IT_ContextAttributes::TibrvType, and IT_ContextAttributes::IT_tExtensibilityElementData.
virtual const IT_Bus::QName& IT_ContextAttributes::tExtensibilityElement::get_type | ( | ) | const [virtual] |
Returns the IT_Bus::QName for the type.
Derived subclasses implement this method and return their QName.
Implements IT_Bus::AnyType.
Reimplemented in IT_ContextAttributes::BusSecurity, IT_ContextAttributes::ServerNamingPolicyType, IT_ContextAttributes::ConnectionPolicyType, IT_ContextAttributes::CredentialsType, IT_ContextAttributes::ClientNamingPolicyType, IT_ContextAttributes::DefaultConnectionPolicyType, IT_ContextAttributes::clientType, IT_ContextAttributes::serverType, IT_ContextAttributes::ServerConfiguration, IT_ContextAttributes::ClientConfiguration, IT_ContextAttributes::MQConnectionAttributesType, IT_ContextAttributes::mqClientType, IT_ContextAttributes::mqServerType, IT_ContextAttributes::MQAttributesType, IT_ContextAttributes::MQMessageAttributesType, IT_ContextAttributes::TibrvType, and IT_ContextAttributes::IT_tExtensibilityElementData.
virtual void IT_ContextAttributes::tExtensibilityElement::read | ( | const IT_Bus::QName & | name, | |
IT_Bus::ComplexTypeReader & | reader | |||
) | throw ((IT_Bus::DeserializationException)) [virtual] |
Read the value into the instance.
Derived subclasses implement this method.
Implements IT_Bus::AnyType.
Reimplemented in IT_ContextAttributes::BusSecurity, IT_ContextAttributes::ServerNamingPolicyType, IT_ContextAttributes::ConnectionPolicyType, IT_ContextAttributes::CredentialsType, IT_ContextAttributes::ClientNamingPolicyType, IT_ContextAttributes::DefaultConnectionPolicyType, IT_ContextAttributes::clientType, IT_ContextAttributes::serverType, IT_ContextAttributes::ServerConfiguration, IT_ContextAttributes::ClientConfiguration, IT_ContextAttributes::MQConnectionAttributesType, IT_ContextAttributes::mqClientType, IT_ContextAttributes::mqServerType, IT_ContextAttributes::MQAttributesType, IT_ContextAttributes::MQMessageAttributesType, IT_ContextAttributes::TibrvType, and IT_ContextAttributes::IT_tExtensibilityElementData.
virtual void IT_ContextAttributes::tExtensibilityElement::write | ( | const IT_Bus::QName & | name, | |
IT_Bus::ComplexTypeWriter & | writer | |||
) | const throw ((IT_Bus::SerializationException)) [virtual] |
Write the content of the instance.
Derived subclasses implement this method.
Implements IT_Bus::AnyType.
Reimplemented in IT_ContextAttributes::BusSecurity, IT_ContextAttributes::ServerNamingPolicyType, IT_ContextAttributes::ConnectionPolicyType, IT_ContextAttributes::CredentialsType, IT_ContextAttributes::ClientNamingPolicyType, IT_ContextAttributes::DefaultConnectionPolicyType, IT_ContextAttributes::clientType, IT_ContextAttributes::serverType, IT_ContextAttributes::ServerConfiguration, IT_ContextAttributes::ClientConfiguration, IT_ContextAttributes::MQConnectionAttributesType, IT_ContextAttributes::mqClientType, IT_ContextAttributes::mqServerType, IT_ContextAttributes::MQAttributesType, IT_ContextAttributes::MQMessageAttributesType, IT_ContextAttributes::TibrvType, and IT_ContextAttributes::IT_tExtensibilityElementData.
virtual IT_Reflect::Reflection* IT_ContextAttributes::tExtensibilityElement::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_Bus::AnyType.
Reimplemented in IT_ContextAttributes::BusSecurity, IT_ContextAttributes::ServerNamingPolicyType, IT_ContextAttributes::ConnectionPolicyType, IT_ContextAttributes::CredentialsType, IT_ContextAttributes::ClientNamingPolicyType, IT_ContextAttributes::DefaultConnectionPolicyType, IT_ContextAttributes::clientType, IT_ContextAttributes::serverType, IT_ContextAttributes::ServerConfiguration, IT_ContextAttributes::ClientConfiguration, IT_ContextAttributes::MQConnectionAttributesType, IT_ContextAttributes::mqClientType, IT_ContextAttributes::mqServerType, IT_ContextAttributes::MQAttributesType, IT_ContextAttributes::MQMessageAttributesType, IT_ContextAttributes::TibrvType, and IT_ContextAttributes::IT_tExtensibilityElementData.
virtual const IT_Reflect::Reflection* IT_ContextAttributes::tExtensibilityElement::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_Bus::AnyType.
Reimplemented in IT_ContextAttributes::BusSecurity, IT_ContextAttributes::ServerNamingPolicyType, IT_ContextAttributes::ConnectionPolicyType, IT_ContextAttributes::CredentialsType, IT_ContextAttributes::ClientNamingPolicyType, IT_ContextAttributes::DefaultConnectionPolicyType, IT_ContextAttributes::clientType, IT_ContextAttributes::serverType, IT_ContextAttributes::ServerConfiguration, IT_ContextAttributes::ClientConfiguration, IT_ContextAttributes::MQConnectionAttributesType, IT_ContextAttributes::mqClientType, IT_ContextAttributes::mqServerType, IT_ContextAttributes::MQAttributesType, IT_ContextAttributes::MQMessageAttributesType, IT_ContextAttributes::TibrvType, and IT_ContextAttributes::IT_tExtensibilityElementData.