mil::tatrc::physiology::datamodel::ScalarHeatResistanceData Class Reference

Class corresponding to the ScalarHeatResistanceData schema type. More...

#include <Properties.hxx>

Inheritance diagram for mil::tatrc::physiology::datamodel::ScalarHeatResistanceData:

Public Member Functions

virtual ~ScalarHeatResistanceData ()
 Destructor. More...
 
- Public Member Functions inherited from mil::tatrc::physiology::datamodel::ScalarData
virtual ~ScalarData ()
 Destructor. More...
 
const value_typevalue () const
 Return a read-only (constant) reference to the attribute. More...
 
value_typevalue ()
 Return a read-write reference to the attribute. More...
 
void value (const value_type &x)
 Set the attribute value. More...
 
const unit_optionalunit () const
 Return a read-only (constant) reference to the attribute container. More...
 
unit_optionalunit ()
 Return a read-write reference to the attribute container. More...
 
void unit (const unit_type &x)
 Set the attribute value. More...
 
void unit (const unit_optional &x)
 Set the attribute value. More...
 
void unit (::std::unique_ptr< unit_type > p)
 Set the attribute value without copying. More...
 
const readOnly_typereadOnly () const
 Return a read-only (constant) reference to the attribute. More...
 
readOnly_typereadOnly ()
 Return a read-write reference to the attribute. More...
 
void readOnly (const readOnly_type &x)
 Set the attribute value. More...
 
 ScalarData ()
 Default constructor. More...
 
 ScalarData (const value_type &)
 Create an instance from the ultimate base and initializers for required elements and attributes. More...
 
 ScalarData (const ::xercesc::DOMElement &e,::xml_schema::flags f=0,::xml_schema::container *c=0)
 Create an instance from a DOM element. More...
 
 ScalarData (const ScalarData &x,::xml_schema::flags f=0,::xml_schema::container *c=0)
 Copy constructor. More...
 
ScalarDataoperator= (const ScalarData &x)
 Copy assignment operator. More...
 
- Public Member Functions inherited from mil::tatrc::physiology::datamodel::PropertyData
virtual ~PropertyData ()
 Destructor. More...
 
 PropertyData ()
 Create an instance from the ultimate base and initializers for required elements and attributes. More...
 
 PropertyData (const ::xercesc::DOMElement &e,::xml_schema::flags f=0,::xml_schema::container *c=0)
 Create an instance from a DOM element. More...
 
 PropertyData (const ::xercesc::DOMAttr &a,::xml_schema::flags f=0,::xml_schema::container *c=0)
 Create an instance from a DOM attribute. More...
 
 PropertyData (const ::std::string &s, const ::xercesc::DOMElement *e,::xml_schema::flags f=0,::xml_schema::container *c=0)
 Create an instance from a string fragment. More...
 
 PropertyData (const PropertyData &x,::xml_schema::flags f=0,::xml_schema::container *c=0)
 Copy constructor. More...
 

Constructors

 ScalarHeatResistanceData ()
 Default constructor. More...
 
 ScalarHeatResistanceData (const value_type &)
 Create an instance from the ultimate base and initializers for required elements and attributes. More...
 
 ScalarHeatResistanceData (const ::xercesc::DOMElement &e,::xml_schema::flags f=0,::xml_schema::container *c=0)
 Create an instance from a DOM element. More...
 
 ScalarHeatResistanceData (const ScalarHeatResistanceData &x,::xml_schema::flags f=0,::xml_schema::container *c=0)
 Copy constructor. More...
 
virtual ScalarHeatResistanceData_clone (::xml_schema::flags f=0,::xml_schema::container *c=0) const
 Copy the instance polymorphically. More...
 

Additional Inherited Members

- Public Types inherited from mil::tatrc::physiology::datamodel::ScalarData
typedef ::xml_schema::double_ value_type
 Attribute type. More...
 
typedef ::xsd::cxx::tree::traits< value_type, char,::xsd::cxx::tree::schema_type::double_ > value_traits
 Attribute traits type. More...
 
typedef ::xml_schema::string unit_type
 Attribute type. More...
 
typedef ::xsd::cxx::tree::optional< unit_typeunit_optional
 Attribute optional container type. More...
 
typedef ::xsd::cxx::tree::traits< unit_type, char > unit_traits
 Attribute traits type. More...
 
typedef ::xml_schema::boolean readOnly_type
 Attribute type. More...
 
typedef ::xsd::cxx::tree::traits< readOnly_type, char > readOnly_traits
 Attribute traits type. More...
 
- Static Public Member Functions inherited from mil::tatrc::physiology::datamodel::ScalarData
static readOnly_type readOnly_default_value ()
 Return the default value for the attribute. More...
 

Detailed Description

Class corresponding to the ScalarHeatResistanceData schema type.

Constructor & Destructor Documentation

mil::tatrc::physiology::datamodel::ScalarHeatResistanceData::ScalarHeatResistanceData ( )

Default constructor.

Note that this constructor leaves required elements and attributes uninitialized.

mil::tatrc::physiology::datamodel::ScalarHeatResistanceData::ScalarHeatResistanceData ( const value_type value)

Create an instance from the ultimate base and initializers for required elements and attributes.

mil::tatrc::physiology::datamodel::ScalarHeatResistanceData::ScalarHeatResistanceData ( const ::xercesc::DOMElement &  e,
::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
)

Create an instance from a DOM element.

Parameters
eA DOM element to extract the data from.
fFlags to create the new instance with.
cA pointer to the object that will contain the new instance.
mil::tatrc::physiology::datamodel::ScalarHeatResistanceData::ScalarHeatResistanceData ( const ScalarHeatResistanceData x,
::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
)

Copy constructor.

Parameters
xAn instance to make a copy of.
fFlags to create the copy with.
cA pointer to the object that will contain the copy.

For polymorphic object models use the _clone function instead.

mil::tatrc::physiology::datamodel::ScalarHeatResistanceData::~ScalarHeatResistanceData ( )
virtual

Destructor.

Member Function Documentation

ScalarHeatResistanceData * mil::tatrc::physiology::datamodel::ScalarHeatResistanceData::_clone ( ::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
) const
virtual

Copy the instance polymorphically.

Parameters
fFlags to create the copy with.
cA pointer to the object that will contain the copy.
Returns
A pointer to the dynamically allocated copy.

This function ensures that the dynamic type of the instance is used for copying and should be used for polymorphic object models instead of the copy constructor.

Reimplemented from mil::tatrc::physiology::datamodel::ScalarData.