IT_ContextAttributes::IT_EmbeddedTypeReflection Class Reference

Inheritance diagram for IT_ContextAttributes::IT_EmbeddedTypeReflection:

IT_Reflect::ReflectionImplT< IT_ContextAttributes::EmbeddedType > IT_Reflect::ComplexTypeImpl IT_Reflect::OccuringTypeImplT< IT_ContextAttributes::IT_EmbeddedTypeChoice > IT_Reflect::ReflectionImpl IT_Reflect::ComplexType IT_Reflect::ElementListImplBase IT_Reflect::Reflection IT_Reflect::Reflection IT_Reflect::ElementList IT_Bus::RefCountedBase IT_Bus::RefCountedBase IT_Reflect::Reflection IT_Bus::RefCountedBase List of all members.

Detailed Description

Definition at line 752 of file wsse10_secext_xsdTypes.h.

Public Member Functions

IT_Bus::AnyType::Kind get_type_kind () const throw (())
 Get the kind of the reflected object.
const IT_Reflect::Reflectionget_attribute_value (const IT_Bus::QName &name) const throw ((IT_Reflect::ReflectException))
 Get read-only reflection of named attribute.
IT_Reflect::Reflectionuse_attribute_value (const IT_Bus::QName &name) throw ((IT_Reflect::ReflectException))
 Use the named attribute.
void remove_attribute (const IT_Bus::QName &name) throw ((IT_Reflect::ReflectException))
 Remove an optional attribute.

Private Attributes

IT_Reflect::Traits< IT_Bus::AnyURINillable
>::ReflectionType 
var_ValueType

Static Private Attributes

static IT_AttributeNames _it_sm_attribute_names

Classes

class  IT_AttributeNames


Member Function Documentation

IT_Bus::AnyType::Kind IT_ContextAttributes::IT_EmbeddedTypeReflection::get_type_kind (  )  const throw (()) [virtual]

Get the kind of the reflected object.

Returns:
AnyType::Kind of the reflected object.

Reimplemented from IT_Reflect::ReflectionImplT< IT_ContextAttributes::EmbeddedType >.

const IT_Reflect::Reflection* IT_ContextAttributes::IT_EmbeddedTypeReflection::get_attribute_value ( const IT_Bus::QName name  )  const throw ((IT_Reflect::ReflectException)) [virtual]

Get read-only reflection of named attribute.

For optional attributes returns a 0 pointer if the attribute is missing.

Parameters:
name Attribute name.
Returns:
Reflection of attribute or 0 if missing. Caller must _remove_ref().
Exceptions:
ReflectException The attribute name is not valid.

Implements IT_Reflect::ComplexType.

IT_Reflect::Reflection* IT_ContextAttributes::IT_EmbeddedTypeReflection::use_attribute_value ( const IT_Bus::QName name  )  throw ((IT_Reflect::ReflectException)) [virtual]

Use the named attribute.

Returns a reflection object that can be used to modify the attribute. For optional attributes returns a 0 pointer if the attribute is missing.

Parameters:
name Attribute name.
Returns:
Reflection of attribute Caller must _remove_ref()
Exceptions:
ReflectException The attribute is not present, or the name is invalid.

Reimplemented from IT_Reflect::ComplexTypeImpl.

void IT_ContextAttributes::IT_EmbeddedTypeReflection::remove_attribute ( const IT_Bus::QName name  )  throw ((IT_Reflect::ReflectException)) [virtual]

Remove an optional attribute.

Does nothing for non-optional attributes.

Parameters:
name Attribute name.
Exceptions:
ReflectException 

Implements IT_Reflect::ComplexType.


Generated on Tue Mar 20 15:28:29 2007 for Artix by  doxygen 1.5.1-p1