IT_ContextAttributes::IT_AttributedDateTimeReflection Class Reference

Inheritance diagram for IT_ContextAttributes::IT_AttributedDateTimeReflection:

IT_Reflect::ReflectionImplT< IT_ContextAttributes::AttributedDateTime > IT_Reflect::ComplexTypeImpl IT_Reflect::SimpleContent IT_Reflect::ReflectionImpl IT_Reflect::ComplexType IT_Reflect::ComplexType IT_Reflect::Reflection IT_Reflect::Reflection IT_Reflect::Reflection IT_Bus::RefCountedBase IT_Bus::RefCountedBase IT_Bus::RefCountedBase List of all members.

Detailed Description

Definition at line 156 of file wsse10_utility_xsdTypes.h.

Public Member Functions

const IT_Reflect::Reflectionget_value () const throw ((IT_Reflect::ReflectException))
 Get read-only reflection of the value.
IT_Reflect::Reflectionuse_value () throw ((IT_Reflect::ReflectException))
 Get reflection that can be used to modify the value.
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::String
>::ReflectionType 
var_value

Static Private Attributes

static IT_AttributeNames _it_sm_attribute_names

Classes

class  IT_AttributeNames


Member Function Documentation

const IT_Reflect::Reflection* IT_ContextAttributes::IT_AttributedDateTimeReflection::get_value (  )  const throw ((IT_Reflect::ReflectException)) [virtual]

Get read-only reflection of the value.

Returns:
Reflection of value. Caller must _remove_ref().

Implements IT_Reflect::SimpleContent.

IT_Reflect::Reflection* IT_ContextAttributes::IT_AttributedDateTimeReflection::use_value (  )  throw ((IT_Reflect::ReflectException)) [virtual]

Get reflection that can be used to modify the value.

Returns:
Reflection of value. Caller must _remove_ref().

Implements IT_Reflect::SimpleContent.

const IT_Reflect::Reflection* IT_ContextAttributes::IT_AttributedDateTimeReflection::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_AttributedDateTimeReflection::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_AttributedDateTimeReflection::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:30 2007 for Artix by  doxygen 1.5.1-p1