Inheritance diagram for IT_ContextAttributes::IT_BusSecurityReflection:

Definition at line 1054 of file bus_security_xsdTypes.h.
Public Member Functions | |
| const IT_Reflect::Reflection * | get_base () const throw ((IT_Reflect::ReflectException)) |
| Get reflection of the base part of the derived object. | |
| const IT_Reflect::Reflection * | get_extension () const throw ((IT_Reflect::ReflectException)) |
| Get reflection of the extension part of derived object. | |
| const IT_Reflect::Reflection * | get_restriction () const throw ((IT_Reflect::ReflectException)) |
| Get reflection of the restriction part of derived object. | |
| IT_Reflect::Reflection * | use_base () throw ((IT_Reflect::ReflectException)) |
| Get a reflection that can be used to modify the base part. | |
| IT_Reflect::Reflection * | use_extension () throw ((IT_Reflect::ReflectException)) |
| Get a reflection that can be used to modify the derived part. | |
| IT_Reflect::Reflection * | use_restriction () throw ((IT_Reflect::ReflectException)) |
| Get a reflection that can be used to modify the derived part. | |
Private Attributes | |
|
IT_Reflect::Traits< IT_ContextAttributes::BusSecurity_1 >::ReflectionType | var_BusSecurity_1 |
| const IT_Reflect::Reflection* IT_ContextAttributes::IT_BusSecurityReflection::get_base | ( | ) | const throw ((IT_Reflect::ReflectException)) [virtual] |
Get reflection of the base part of the derived object.
Implements IT_Reflect::ComplexContent.
| const IT_Reflect::Reflection* IT_ContextAttributes::IT_BusSecurityReflection::get_extension | ( | ) | const throw ((IT_Reflect::ReflectException)) [virtual] |
Get reflection of the extension part of derived object.
Return 0 if there is no extension.
| ReflectException | if has_extension() is false. |
Implements IT_Reflect::ComplexContent.
| const IT_Reflect::Reflection* IT_ContextAttributes::IT_BusSecurityReflection::get_restriction | ( | ) | const throw ((IT_Reflect::ReflectException)) [virtual] |
Get reflection of the restriction part of derived object.
Return 0 if there is no restriction.
| ReflectException | if has_restriction() is false. |
Implements IT_Reflect::ComplexContent.
| IT_Reflect::Reflection* IT_ContextAttributes::IT_BusSecurityReflection::use_base | ( | ) | throw ((IT_Reflect::ReflectException)) [virtual] |
Get a reflection that can be used to modify the base part.
Implements IT_Reflect::ComplexContent.
| IT_Reflect::Reflection* IT_ContextAttributes::IT_BusSecurityReflection::use_extension | ( | ) | throw ((IT_Reflect::ReflectException)) [virtual] |
Get a reflection that can be used to modify the derived part.
| ReflectException | if has_extension() is false. |
Implements IT_Reflect::ComplexContent.
| IT_Reflect::Reflection* IT_ContextAttributes::IT_BusSecurityReflection::use_restriction | ( | ) | throw ((IT_Reflect::ReflectException)) [virtual] |
Get a reflection that can be used to modify the derived part.
| ReflectException | if has_restriction() is false. |
Implements IT_Reflect::ComplexContent.
1.5.1-p1