Inheritance diagram for IT_ContextAttributes::tExtensibilityElement:
Definition at line 69 of file wsdl_ext_xsdTypes.h.
Public Member Functions | |
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. | |
Protected Attributes | |
IT_AutoPtr< IT_tExtensibilityElementData > | var_data |
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, and IT_ContextAttributes::TibrvType.
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.