Inheritance diagram for IT_ContextAttributes::BusSecurity:
Definition at line 686 of file bus_security_xsdTypes.h.
Public Types | |
typedef IT_BusSecurityReflection | 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 | |
BusSecurity_1 | var_BusSecurity_1 |
Friends | |
class | IT_BusSecurityReflection |
virtual AnyType::Kind IT_ContextAttributes::BusSecurity::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 749 of file bus_security_xsdTypes.h.
virtual const IT_Bus::QName& IT_ContextAttributes::BusSecurity::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.