mil::tatrc::physiology::datamodel::ThermalCircuitPathData Class Reference

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

#include <Circuit.hxx>

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

Public Member Functions

virtual ~ThermalCircuitPathData ()
 Destructor. More...
 
- Public Member Functions inherited from mil::tatrc::physiology::datamodel::CircuitPathData
virtual ~CircuitPathData ()
 Destructor. More...
 
const Name_typeName () const
 Return a read-only (constant) reference to the element. More...
 
Name_typeName ()
 Return a read-write reference to the element. More...
 
void Name (const Name_type &x)
 Set the element value. More...
 
void Name (::std::unique_ptr< Name_type > p)
 Set the element value without copying. More...
 
const SourceNode_typeSourceNode () const
 Return a read-only (constant) reference to the element. More...
 
SourceNode_typeSourceNode ()
 Return a read-write reference to the element. More...
 
void SourceNode (const SourceNode_type &x)
 Set the element value. More...
 
void SourceNode (::std::unique_ptr< SourceNode_type > p)
 Set the element value without copying. More...
 
const TargetNode_typeTargetNode () const
 Return a read-only (constant) reference to the element. More...
 
TargetNode_typeTargetNode ()
 Return a read-write reference to the element. More...
 
void TargetNode (const TargetNode_type &x)
 Set the element value. More...
 
void TargetNode (::std::unique_ptr< TargetNode_type > p)
 Set the element value without copying. More...
 
const Switch_optionalSwitch () const
 Return a read-only (constant) reference to the element container. More...
 
Switch_optionalSwitch ()
 Return a read-write reference to the element container. More...
 
void Switch (const Switch_type &x)
 Set the element value. More...
 
void Switch (const Switch_optional &x)
 Set the element value. More...
 
void Switch (::std::unique_ptr< Switch_type > p)
 Set the element value without copying. More...
 
const NextSwitch_optionalNextSwitch () const
 Return a read-only (constant) reference to the element container. More...
 
NextSwitch_optionalNextSwitch ()
 Return a read-write reference to the element container. More...
 
void NextSwitch (const NextSwitch_type &x)
 Set the element value. More...
 
void NextSwitch (const NextSwitch_optional &x)
 Set the element value. More...
 
void NextSwitch (::std::unique_ptr< NextSwitch_type > p)
 Set the element value without copying. More...
 
const Valve_optionalValve () const
 Return a read-only (constant) reference to the element container. More...
 
Valve_optionalValve ()
 Return a read-write reference to the element container. More...
 
void Valve (const Valve_type &x)
 Set the element value. More...
 
void Valve (const Valve_optional &x)
 Set the element value. More...
 
void Valve (::std::unique_ptr< Valve_type > p)
 Set the element value without copying. More...
 
const NextValve_optionalNextValve () const
 Return a read-only (constant) reference to the element container. More...
 
NextValve_optionalNextValve ()
 Return a read-write reference to the element container. More...
 
void NextValve (const NextValve_type &x)
 Set the element value. More...
 
void NextValve (const NextValve_optional &x)
 Set the element value. More...
 
void NextValve (::std::unique_ptr< NextValve_type > p)
 Set the element value without copying. More...
 
const PolarizedState_optionalPolarizedState () const
 Return a read-only (constant) reference to the element container. More...
 
PolarizedState_optionalPolarizedState ()
 Return a read-write reference to the element container. More...
 
void PolarizedState (const PolarizedState_type &x)
 Set the element value. More...
 
void PolarizedState (const PolarizedState_optional &x)
 Set the element value. More...
 
void PolarizedState (::std::unique_ptr< PolarizedState_type > p)
 Set the element value without copying. More...
 
const NextPolarizedState_optionalNextPolarizedState () const
 Return a read-only (constant) reference to the element container. More...
 
NextPolarizedState_optionalNextPolarizedState ()
 Return a read-write reference to the element container. More...
 
void NextPolarizedState (const NextPolarizedState_type &x)
 Set the element value. More...
 
void NextPolarizedState (const NextPolarizedState_optional &x)
 Set the element value. More...
 
void NextPolarizedState (::std::unique_ptr< NextPolarizedState_type > p)
 Set the element value without copying. More...
 
 CircuitPathData ()
 Default constructor. More...
 
 CircuitPathData (const Name_type &, const SourceNode_type &, const TargetNode_type &)
 Create an instance from the ultimate base and initializers for required elements and attributes. More...
 
 CircuitPathData (::std::unique_ptr< Name_type >,::std::unique_ptr< SourceNode_type >,::std::unique_ptr< TargetNode_type >)
 Create an instance from the ultimate base and initializers for required elements and attributes (::std::unique_ptr version). More...
 
 CircuitPathData (const ::xercesc::DOMElement &e,::xml_schema::flags f=0,::xml_schema::container *c=0)
 Create an instance from a DOM element. More...
 
 CircuitPathData (const CircuitPathData &x,::xml_schema::flags f=0,::xml_schema::container *c=0)
 Copy constructor. More...
 
CircuitPathDataoperator= (const CircuitPathData &x)
 Copy assignment operator. More...
 
- Public Member Functions inherited from mil::tatrc::physiology::datamodel::ObjectData
virtual ~ObjectData ()
 Destructor. More...
 
const contentVersion_optionalcontentVersion () const
 Return a read-only (constant) reference to the attribute container. More...
 
contentVersion_optionalcontentVersion ()
 Return a read-write reference to the attribute container. More...
 
void contentVersion (const contentVersion_type &x)
 Set the attribute value. More...
 
void contentVersion (const contentVersion_optional &x)
 Set the attribute value. More...
 
void contentVersion (::std::unique_ptr< contentVersion_type > p)
 Set the attribute value without copying. More...
 
 ObjectData ()
 Create an instance from the ultimate base and initializers for required elements and attributes. More...
 
 ObjectData (const ::xercesc::DOMElement &e,::xml_schema::flags f=0,::xml_schema::container *c=0)
 Create an instance from a DOM element. More...
 
 ObjectData (const ObjectData &x,::xml_schema::flags f=0,::xml_schema::container *c=0)
 Copy constructor. More...
 
ObjectDataoperator= (const ObjectData &x)
 Copy assignment operator. More...
 

Resistance

Accessor and modifier functions for the Resistance optional element.

typedef ::mil::tatrc::physiology::datamodel::ScalarHeatResistanceData Resistance_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< Resistance_typeResistance_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< Resistance_type, char > Resistance_traits
 Element traits type. More...
 
const Resistance_optionalResistance () const
 Return a read-only (constant) reference to the element container. More...
 
Resistance_optionalResistance ()
 Return a read-write reference to the element container. More...
 
void Resistance (const Resistance_type &x)
 Set the element value. More...
 
void Resistance (const Resistance_optional &x)
 Set the element value. More...
 
void Resistance (::std::unique_ptr< Resistance_type > p)
 Set the element value without copying. More...
 

NextResistance

Accessor and modifier functions for the NextResistance optional element.

typedef ::mil::tatrc::physiology::datamodel::ScalarHeatResistanceData NextResistance_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< NextResistance_typeNextResistance_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< NextResistance_type, char > NextResistance_traits
 Element traits type. More...
 
const NextResistance_optionalNextResistance () const
 Return a read-only (constant) reference to the element container. More...
 
NextResistance_optionalNextResistance ()
 Return a read-write reference to the element container. More...
 
void NextResistance (const NextResistance_type &x)
 Set the element value. More...
 
void NextResistance (const NextResistance_optional &x)
 Set the element value. More...
 
void NextResistance (::std::unique_ptr< NextResistance_type > p)
 Set the element value without copying. More...
 

ResistanceBaseline

Accessor and modifier functions for the ResistanceBaseline optional element.

typedef ::mil::tatrc::physiology::datamodel::ScalarHeatResistanceData ResistanceBaseline_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< ResistanceBaseline_typeResistanceBaseline_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< ResistanceBaseline_type, char > ResistanceBaseline_traits
 Element traits type. More...
 
const ResistanceBaseline_optionalResistanceBaseline () const
 Return a read-only (constant) reference to the element container. More...
 
ResistanceBaseline_optionalResistanceBaseline ()
 Return a read-write reference to the element container. More...
 
void ResistanceBaseline (const ResistanceBaseline_type &x)
 Set the element value. More...
 
void ResistanceBaseline (const ResistanceBaseline_optional &x)
 Set the element value. More...
 
void ResistanceBaseline (::std::unique_ptr< ResistanceBaseline_type > p)
 Set the element value without copying. More...
 

Capacitance

Accessor and modifier functions for the Capacitance optional element.

typedef ::mil::tatrc::physiology::datamodel::ScalarHeatCapacitanceData Capacitance_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< Capacitance_typeCapacitance_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< Capacitance_type, char > Capacitance_traits
 Element traits type. More...
 
const Capacitance_optionalCapacitance () const
 Return a read-only (constant) reference to the element container. More...
 
Capacitance_optionalCapacitance ()
 Return a read-write reference to the element container. More...
 
void Capacitance (const Capacitance_type &x)
 Set the element value. More...
 
void Capacitance (const Capacitance_optional &x)
 Set the element value. More...
 
void Capacitance (::std::unique_ptr< Capacitance_type > p)
 Set the element value without copying. More...
 

NextCapacitance

Accessor and modifier functions for the NextCapacitance optional element.

typedef ::mil::tatrc::physiology::datamodel::ScalarHeatCapacitanceData NextCapacitance_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< NextCapacitance_typeNextCapacitance_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< NextCapacitance_type, char > NextCapacitance_traits
 Element traits type. More...
 
const NextCapacitance_optionalNextCapacitance () const
 Return a read-only (constant) reference to the element container. More...
 
NextCapacitance_optionalNextCapacitance ()
 Return a read-write reference to the element container. More...
 
void NextCapacitance (const NextCapacitance_type &x)
 Set the element value. More...
 
void NextCapacitance (const NextCapacitance_optional &x)
 Set the element value. More...
 
void NextCapacitance (::std::unique_ptr< NextCapacitance_type > p)
 Set the element value without copying. More...
 

CapacitanceBaseline

Accessor and modifier functions for the CapacitanceBaseline optional element.

typedef ::mil::tatrc::physiology::datamodel::ScalarHeatCapacitanceData CapacitanceBaseline_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< CapacitanceBaseline_typeCapacitanceBaseline_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< CapacitanceBaseline_type, char > CapacitanceBaseline_traits
 Element traits type. More...
 
const CapacitanceBaseline_optionalCapacitanceBaseline () const
 Return a read-only (constant) reference to the element container. More...
 
CapacitanceBaseline_optionalCapacitanceBaseline ()
 Return a read-write reference to the element container. More...
 
void CapacitanceBaseline (const CapacitanceBaseline_type &x)
 Set the element value. More...
 
void CapacitanceBaseline (const CapacitanceBaseline_optional &x)
 Set the element value. More...
 
void CapacitanceBaseline (::std::unique_ptr< CapacitanceBaseline_type > p)
 Set the element value without copying. More...
 

Inductance

Accessor and modifier functions for the Inductance optional element.

typedef ::mil::tatrc::physiology::datamodel::ScalarHeatInductanceData Inductance_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< Inductance_typeInductance_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< Inductance_type, char > Inductance_traits
 Element traits type. More...
 
const Inductance_optionalInductance () const
 Return a read-only (constant) reference to the element container. More...
 
Inductance_optionalInductance ()
 Return a read-write reference to the element container. More...
 
void Inductance (const Inductance_type &x)
 Set the element value. More...
 
void Inductance (const Inductance_optional &x)
 Set the element value. More...
 
void Inductance (::std::unique_ptr< Inductance_type > p)
 Set the element value without copying. More...
 

NextInductance

Accessor and modifier functions for the NextInductance optional element.

typedef ::mil::tatrc::physiology::datamodel::ScalarHeatInductanceData NextInductance_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< NextInductance_typeNextInductance_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< NextInductance_type, char > NextInductance_traits
 Element traits type. More...
 
const NextInductance_optionalNextInductance () const
 Return a read-only (constant) reference to the element container. More...
 
NextInductance_optionalNextInductance ()
 Return a read-write reference to the element container. More...
 
void NextInductance (const NextInductance_type &x)
 Set the element value. More...
 
void NextInductance (const NextInductance_optional &x)
 Set the element value. More...
 
void NextInductance (::std::unique_ptr< NextInductance_type > p)
 Set the element value without copying. More...
 

InductanceBaseline

Accessor and modifier functions for the InductanceBaseline optional element.

typedef ::mil::tatrc::physiology::datamodel::ScalarHeatInductanceData InductanceBaseline_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< InductanceBaseline_typeInductanceBaseline_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< InductanceBaseline_type, char > InductanceBaseline_traits
 Element traits type. More...
 
const InductanceBaseline_optionalInductanceBaseline () const
 Return a read-only (constant) reference to the element container. More...
 
InductanceBaseline_optionalInductanceBaseline ()
 Return a read-write reference to the element container. More...
 
void InductanceBaseline (const InductanceBaseline_type &x)
 Set the element value. More...
 
void InductanceBaseline (const InductanceBaseline_optional &x)
 Set the element value. More...
 
void InductanceBaseline (::std::unique_ptr< InductanceBaseline_type > p)
 Set the element value without copying. More...
 

HeatTransferRate

Accessor and modifier functions for the HeatTransferRate optional element.

typedef ::mil::tatrc::physiology::datamodel::ScalarPowerData HeatTransferRate_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< HeatTransferRate_typeHeatTransferRate_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< HeatTransferRate_type, char > HeatTransferRate_traits
 Element traits type. More...
 
const HeatTransferRate_optionalHeatTransferRate () const
 Return a read-only (constant) reference to the element container. More...
 
HeatTransferRate_optionalHeatTransferRate ()
 Return a read-write reference to the element container. More...
 
void HeatTransferRate (const HeatTransferRate_type &x)
 Set the element value. More...
 
void HeatTransferRate (const HeatTransferRate_optional &x)
 Set the element value. More...
 
void HeatTransferRate (::std::unique_ptr< HeatTransferRate_type > p)
 Set the element value without copying. More...
 

NextHeatTransferRate

Accessor and modifier functions for the NextHeatTransferRate optional element.

typedef ::mil::tatrc::physiology::datamodel::ScalarPowerData NextHeatTransferRate_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< NextHeatTransferRate_typeNextHeatTransferRate_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< NextHeatTransferRate_type, char > NextHeatTransferRate_traits
 Element traits type. More...
 
const NextHeatTransferRate_optionalNextHeatTransferRate () const
 Return a read-only (constant) reference to the element container. More...
 
NextHeatTransferRate_optionalNextHeatTransferRate ()
 Return a read-write reference to the element container. More...
 
void NextHeatTransferRate (const NextHeatTransferRate_type &x)
 Set the element value. More...
 
void NextHeatTransferRate (const NextHeatTransferRate_optional &x)
 Set the element value. More...
 
void NextHeatTransferRate (::std::unique_ptr< NextHeatTransferRate_type > p)
 Set the element value without copying. More...
 

HeatSource

Accessor and modifier functions for the HeatSource optional element.

typedef ::mil::tatrc::physiology::datamodel::ScalarPowerData HeatSource_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< HeatSource_typeHeatSource_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< HeatSource_type, char > HeatSource_traits
 Element traits type. More...
 
const HeatSource_optionalHeatSource () const
 Return a read-only (constant) reference to the element container. More...
 
HeatSource_optionalHeatSource ()
 Return a read-write reference to the element container. More...
 
void HeatSource (const HeatSource_type &x)
 Set the element value. More...
 
void HeatSource (const HeatSource_optional &x)
 Set the element value. More...
 
void HeatSource (::std::unique_ptr< HeatSource_type > p)
 Set the element value without copying. More...
 

NextHeatSource

Accessor and modifier functions for the NextHeatSource optional element.

typedef ::mil::tatrc::physiology::datamodel::ScalarPowerData NextHeatSource_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< NextHeatSource_typeNextHeatSource_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< NextHeatSource_type, char > NextHeatSource_traits
 Element traits type. More...
 
const NextHeatSource_optionalNextHeatSource () const
 Return a read-only (constant) reference to the element container. More...
 
NextHeatSource_optionalNextHeatSource ()
 Return a read-write reference to the element container. More...
 
void NextHeatSource (const NextHeatSource_type &x)
 Set the element value. More...
 
void NextHeatSource (const NextHeatSource_optional &x)
 Set the element value. More...
 
void NextHeatSource (::std::unique_ptr< NextHeatSource_type > p)
 Set the element value without copying. More...
 

HeatSourceBaseline

Accessor and modifier functions for the HeatSourceBaseline optional element.

typedef ::mil::tatrc::physiology::datamodel::ScalarPowerData HeatSourceBaseline_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< HeatSourceBaseline_typeHeatSourceBaseline_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< HeatSourceBaseline_type, char > HeatSourceBaseline_traits
 Element traits type. More...
 
const HeatSourceBaseline_optionalHeatSourceBaseline () const
 Return a read-only (constant) reference to the element container. More...
 
HeatSourceBaseline_optionalHeatSourceBaseline ()
 Return a read-write reference to the element container. More...
 
void HeatSourceBaseline (const HeatSourceBaseline_type &x)
 Set the element value. More...
 
void HeatSourceBaseline (const HeatSourceBaseline_optional &x)
 Set the element value. More...
 
void HeatSourceBaseline (::std::unique_ptr< HeatSourceBaseline_type > p)
 Set the element value without copying. More...
 

TemperatureSource

Accessor and modifier functions for the TemperatureSource optional element.

typedef ::mil::tatrc::physiology::datamodel::ScalarTemperatureData TemperatureSource_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< TemperatureSource_typeTemperatureSource_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< TemperatureSource_type, char > TemperatureSource_traits
 Element traits type. More...
 
const TemperatureSource_optionalTemperatureSource () const
 Return a read-only (constant) reference to the element container. More...
 
TemperatureSource_optionalTemperatureSource ()
 Return a read-write reference to the element container. More...
 
void TemperatureSource (const TemperatureSource_type &x)
 Set the element value. More...
 
void TemperatureSource (const TemperatureSource_optional &x)
 Set the element value. More...
 
void TemperatureSource (::std::unique_ptr< TemperatureSource_type > p)
 Set the element value without copying. More...
 

NextTemperatureSource

Accessor and modifier functions for the NextTemperatureSource optional element.

typedef ::mil::tatrc::physiology::datamodel::ScalarTemperatureData NextTemperatureSource_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< NextTemperatureSource_typeNextTemperatureSource_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< NextTemperatureSource_type, char > NextTemperatureSource_traits
 Element traits type. More...
 
const NextTemperatureSource_optionalNextTemperatureSource () const
 Return a read-only (constant) reference to the element container. More...
 
NextTemperatureSource_optionalNextTemperatureSource ()
 Return a read-write reference to the element container. More...
 
void NextTemperatureSource (const NextTemperatureSource_type &x)
 Set the element value. More...
 
void NextTemperatureSource (const NextTemperatureSource_optional &x)
 Set the element value. More...
 
void NextTemperatureSource (::std::unique_ptr< NextTemperatureSource_type > p)
 Set the element value without copying. More...
 

TemperatureSourceBaseline

Accessor and modifier functions for the TemperatureSourceBaseline optional element.

typedef ::mil::tatrc::physiology::datamodel::ScalarTemperatureData TemperatureSourceBaseline_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< TemperatureSourceBaseline_typeTemperatureSourceBaseline_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< TemperatureSourceBaseline_type, char > TemperatureSourceBaseline_traits
 Element traits type. More...
 
const TemperatureSourceBaseline_optionalTemperatureSourceBaseline () const
 Return a read-only (constant) reference to the element container. More...
 
TemperatureSourceBaseline_optionalTemperatureSourceBaseline ()
 Return a read-write reference to the element container. More...
 
void TemperatureSourceBaseline (const TemperatureSourceBaseline_type &x)
 Set the element value. More...
 
void TemperatureSourceBaseline (const TemperatureSourceBaseline_optional &x)
 Set the element value. More...
 
void TemperatureSourceBaseline (::std::unique_ptr< TemperatureSourceBaseline_type > p)
 Set the element value without copying. More...
 

ValveBreakdownTemperature

Accessor and modifier functions for the ValveBreakdownTemperature optional element.

typedef ::mil::tatrc::physiology::datamodel::ScalarTemperatureData ValveBreakdownTemperature_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< ValveBreakdownTemperature_typeValveBreakdownTemperature_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< ValveBreakdownTemperature_type, char > ValveBreakdownTemperature_traits
 Element traits type. More...
 
const ValveBreakdownTemperature_optionalValveBreakdownTemperature () const
 Return a read-only (constant) reference to the element container. More...
 
ValveBreakdownTemperature_optionalValveBreakdownTemperature ()
 Return a read-write reference to the element container. More...
 
void ValveBreakdownTemperature (const ValveBreakdownTemperature_type &x)
 Set the element value. More...
 
void ValveBreakdownTemperature (const ValveBreakdownTemperature_optional &x)
 Set the element value. More...
 
void ValveBreakdownTemperature (::std::unique_ptr< ValveBreakdownTemperature_type > p)
 Set the element value without copying. More...
 

Constructors

 ThermalCircuitPathData ()
 Default constructor. More...
 
 ThermalCircuitPathData (const Name_type &, const SourceNode_type &, const TargetNode_type &)
 Create an instance from the ultimate base and initializers for required elements and attributes. More...
 
 ThermalCircuitPathData (::std::unique_ptr< Name_type >,::std::unique_ptr< SourceNode_type >,::std::unique_ptr< TargetNode_type >)
 Create an instance from the ultimate base and initializers for required elements and attributes (::std::unique_ptr version). More...
 
 ThermalCircuitPathData (const ::xercesc::DOMElement &e,::xml_schema::flags f=0,::xml_schema::container *c=0)
 Create an instance from a DOM element. More...
 
 ThermalCircuitPathData (const ThermalCircuitPathData &x,::xml_schema::flags f=0,::xml_schema::container *c=0)
 Copy constructor. More...
 
virtual ThermalCircuitPathData_clone (::xml_schema::flags f=0,::xml_schema::container *c=0) const
 Copy the instance polymorphically. More...
 
ThermalCircuitPathDataoperator= (const ThermalCircuitPathData &x)
 Copy assignment operator. More...
 

Additional Inherited Members

- Public Types inherited from mil::tatrc::physiology::datamodel::CircuitPathData
typedef ::xml_schema::string Name_type
 Element type. More...
 
typedef ::xsd::cxx::tree::traits< Name_type, char > Name_traits
 Element traits type. More...
 
typedef ::xml_schema::string SourceNode_type
 Element type. More...
 
typedef ::xsd::cxx::tree::traits< SourceNode_type, char > SourceNode_traits
 Element traits type. More...
 
typedef ::xml_schema::string TargetNode_type
 Element type. More...
 
typedef ::xsd::cxx::tree::traits< TargetNode_type, char > TargetNode_traits
 Element traits type. More...
 
typedef ::mil::tatrc::physiology::datamodel::enumOpenClosed Switch_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< Switch_typeSwitch_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< Switch_type, char > Switch_traits
 Element traits type. More...
 
typedef ::mil::tatrc::physiology::datamodel::enumOpenClosed NextSwitch_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< NextSwitch_typeNextSwitch_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< NextSwitch_type, char > NextSwitch_traits
 Element traits type. More...
 
typedef ::mil::tatrc::physiology::datamodel::enumOpenClosed Valve_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< Valve_typeValve_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< Valve_type, char > Valve_traits
 Element traits type. More...
 
typedef ::mil::tatrc::physiology::datamodel::enumOpenClosed NextValve_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< NextValve_typeNextValve_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< NextValve_type, char > NextValve_traits
 Element traits type. More...
 
typedef ::mil::tatrc::physiology::datamodel::enumOpenClosed PolarizedState_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< PolarizedState_typePolarizedState_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< PolarizedState_type, char > PolarizedState_traits
 Element traits type. More...
 
typedef ::mil::tatrc::physiology::datamodel::enumOpenClosed NextPolarizedState_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< NextPolarizedState_typeNextPolarizedState_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< NextPolarizedState_type, char > NextPolarizedState_traits
 Element traits type. More...
 
- Public Types inherited from mil::tatrc::physiology::datamodel::ObjectData
typedef ::xml_schema::string contentVersion_type
 Attribute type. More...
 
typedef ::xsd::cxx::tree::optional< contentVersion_typecontentVersion_optional
 Attribute optional container type. More...
 
typedef ::xsd::cxx::tree::traits< contentVersion_type, char > contentVersion_traits
 Attribute traits type. More...
 

Detailed Description

Class corresponding to the ThermalCircuitPathData schema type.

Member Typedef Documentation

Element optional container type.

Element traits type.

Element optional container type.

Element optional container type.

Element traits type.

Element optional container type.

Element optional container type.

Element optional container type.

Element traits type.

Element optional container type.

Element optional container type.

Element optional container type.

Element traits type.

Element optional container type.

Element traits type.

Element optional container type.

Element traits type.

Element optional container type.

Element traits type.

Element optional container type.

Element optional container type.

Constructor & Destructor Documentation

mil::tatrc::physiology::datamodel::ThermalCircuitPathData::ThermalCircuitPathData ( )

Default constructor.

Note that this constructor leaves required elements and attributes uninitialized.

mil::tatrc::physiology::datamodel::ThermalCircuitPathData::ThermalCircuitPathData ( const Name_type Name,
const SourceNode_type SourceNode,
const TargetNode_type TargetNode 
)

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

mil::tatrc::physiology::datamodel::ThermalCircuitPathData::ThermalCircuitPathData ( ::std::unique_ptr< Name_type Name,
::std::unique_ptr< SourceNode_type SourceNode,
::std::unique_ptr< TargetNode_type TargetNode 
)

Create an instance from the ultimate base and initializers for required elements and attributes (::std::unique_ptr version).

This constructor will try to use the passed values directly instead of making copies.

mil::tatrc::physiology::datamodel::ThermalCircuitPathData::ThermalCircuitPathData ( 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::ThermalCircuitPathData::ThermalCircuitPathData ( const ThermalCircuitPathData 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::ThermalCircuitPathData::~ThermalCircuitPathData ( )
virtual

Destructor.

Member Function Documentation

ThermalCircuitPathData * mil::tatrc::physiology::datamodel::ThermalCircuitPathData::_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::CircuitPathData.

const ThermalCircuitPathData::Capacitance_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::Capacitance ( ) const

Return a read-only (constant) reference to the element container.

Returns
A constant reference to the optional container.
ThermalCircuitPathData::Capacitance_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::Capacitance ( )

Return a read-write reference to the element container.

Returns
A reference to the optional container.
void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::Capacitance ( const Capacitance_type x)

Set the element value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the element.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::Capacitance ( const Capacitance_optional x)

Set the element value.

Parameters
xAn optional container with the new value to set.

If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::Capacitance ( ::std::unique_ptr< Capacitance_type p)

Set the element value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

const ThermalCircuitPathData::CapacitanceBaseline_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::CapacitanceBaseline ( ) const

Return a read-only (constant) reference to the element container.

Returns
A constant reference to the optional container.
ThermalCircuitPathData::CapacitanceBaseline_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::CapacitanceBaseline ( )

Return a read-write reference to the element container.

Returns
A reference to the optional container.
void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::CapacitanceBaseline ( const CapacitanceBaseline_type x)

Set the element value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the element.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::CapacitanceBaseline ( const CapacitanceBaseline_optional x)

Set the element value.

Parameters
xAn optional container with the new value to set.

If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::CapacitanceBaseline ( ::std::unique_ptr< CapacitanceBaseline_type p)

Set the element value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

const ThermalCircuitPathData::HeatSource_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::HeatSource ( ) const

Return a read-only (constant) reference to the element container.

Returns
A constant reference to the optional container.
ThermalCircuitPathData::HeatSource_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::HeatSource ( )

Return a read-write reference to the element container.

Returns
A reference to the optional container.
void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::HeatSource ( const HeatSource_type x)

Set the element value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the element.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::HeatSource ( const HeatSource_optional x)

Set the element value.

Parameters
xAn optional container with the new value to set.

If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::HeatSource ( ::std::unique_ptr< HeatSource_type p)

Set the element value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

const ThermalCircuitPathData::HeatSourceBaseline_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::HeatSourceBaseline ( ) const

Return a read-only (constant) reference to the element container.

Returns
A constant reference to the optional container.
ThermalCircuitPathData::HeatSourceBaseline_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::HeatSourceBaseline ( )

Return a read-write reference to the element container.

Returns
A reference to the optional container.
void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::HeatSourceBaseline ( const HeatSourceBaseline_type x)

Set the element value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the element.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::HeatSourceBaseline ( const HeatSourceBaseline_optional x)

Set the element value.

Parameters
xAn optional container with the new value to set.

If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::HeatSourceBaseline ( ::std::unique_ptr< HeatSourceBaseline_type p)

Set the element value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

const ThermalCircuitPathData::HeatTransferRate_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::HeatTransferRate ( ) const

Return a read-only (constant) reference to the element container.

Returns
A constant reference to the optional container.
ThermalCircuitPathData::HeatTransferRate_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::HeatTransferRate ( )

Return a read-write reference to the element container.

Returns
A reference to the optional container.
void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::HeatTransferRate ( const HeatTransferRate_type x)

Set the element value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the element.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::HeatTransferRate ( const HeatTransferRate_optional x)

Set the element value.

Parameters
xAn optional container with the new value to set.

If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::HeatTransferRate ( ::std::unique_ptr< HeatTransferRate_type p)

Set the element value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

const ThermalCircuitPathData::Inductance_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::Inductance ( ) const

Return a read-only (constant) reference to the element container.

Returns
A constant reference to the optional container.
ThermalCircuitPathData::Inductance_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::Inductance ( )

Return a read-write reference to the element container.

Returns
A reference to the optional container.
void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::Inductance ( const Inductance_type x)

Set the element value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the element.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::Inductance ( const Inductance_optional x)

Set the element value.

Parameters
xAn optional container with the new value to set.

If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::Inductance ( ::std::unique_ptr< Inductance_type p)

Set the element value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

const ThermalCircuitPathData::InductanceBaseline_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::InductanceBaseline ( ) const

Return a read-only (constant) reference to the element container.

Returns
A constant reference to the optional container.
ThermalCircuitPathData::InductanceBaseline_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::InductanceBaseline ( )

Return a read-write reference to the element container.

Returns
A reference to the optional container.
void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::InductanceBaseline ( const InductanceBaseline_type x)

Set the element value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the element.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::InductanceBaseline ( const InductanceBaseline_optional x)

Set the element value.

Parameters
xAn optional container with the new value to set.

If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::InductanceBaseline ( ::std::unique_ptr< InductanceBaseline_type p)

Set the element value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

const ThermalCircuitPathData::NextCapacitance_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::NextCapacitance ( ) const

Return a read-only (constant) reference to the element container.

Returns
A constant reference to the optional container.
ThermalCircuitPathData::NextCapacitance_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::NextCapacitance ( )

Return a read-write reference to the element container.

Returns
A reference to the optional container.
void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::NextCapacitance ( const NextCapacitance_type x)

Set the element value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the element.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::NextCapacitance ( const NextCapacitance_optional x)

Set the element value.

Parameters
xAn optional container with the new value to set.

If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::NextCapacitance ( ::std::unique_ptr< NextCapacitance_type p)

Set the element value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

const ThermalCircuitPathData::NextHeatSource_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::NextHeatSource ( ) const

Return a read-only (constant) reference to the element container.

Returns
A constant reference to the optional container.
ThermalCircuitPathData::NextHeatSource_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::NextHeatSource ( )

Return a read-write reference to the element container.

Returns
A reference to the optional container.
void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::NextHeatSource ( const NextHeatSource_type x)

Set the element value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the element.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::NextHeatSource ( const NextHeatSource_optional x)

Set the element value.

Parameters
xAn optional container with the new value to set.

If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::NextHeatSource ( ::std::unique_ptr< NextHeatSource_type p)

Set the element value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

const ThermalCircuitPathData::NextHeatTransferRate_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::NextHeatTransferRate ( ) const

Return a read-only (constant) reference to the element container.

Returns
A constant reference to the optional container.
ThermalCircuitPathData::NextHeatTransferRate_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::NextHeatTransferRate ( )

Return a read-write reference to the element container.

Returns
A reference to the optional container.
void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::NextHeatTransferRate ( const NextHeatTransferRate_type x)

Set the element value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the element.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::NextHeatTransferRate ( const NextHeatTransferRate_optional x)

Set the element value.

Parameters
xAn optional container with the new value to set.

If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::NextHeatTransferRate ( ::std::unique_ptr< NextHeatTransferRate_type p)

Set the element value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

const ThermalCircuitPathData::NextInductance_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::NextInductance ( ) const

Return a read-only (constant) reference to the element container.

Returns
A constant reference to the optional container.
ThermalCircuitPathData::NextInductance_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::NextInductance ( )

Return a read-write reference to the element container.

Returns
A reference to the optional container.
void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::NextInductance ( const NextInductance_type x)

Set the element value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the element.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::NextInductance ( const NextInductance_optional x)

Set the element value.

Parameters
xAn optional container with the new value to set.

If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::NextInductance ( ::std::unique_ptr< NextInductance_type p)

Set the element value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

const ThermalCircuitPathData::NextResistance_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::NextResistance ( ) const

Return a read-only (constant) reference to the element container.

Returns
A constant reference to the optional container.
ThermalCircuitPathData::NextResistance_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::NextResistance ( )

Return a read-write reference to the element container.

Returns
A reference to the optional container.
void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::NextResistance ( const NextResistance_type x)

Set the element value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the element.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::NextResistance ( const NextResistance_optional x)

Set the element value.

Parameters
xAn optional container with the new value to set.

If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::NextResistance ( ::std::unique_ptr< NextResistance_type p)

Set the element value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

const ThermalCircuitPathData::NextTemperatureSource_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::NextTemperatureSource ( ) const

Return a read-only (constant) reference to the element container.

Returns
A constant reference to the optional container.
ThermalCircuitPathData::NextTemperatureSource_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::NextTemperatureSource ( )

Return a read-write reference to the element container.

Returns
A reference to the optional container.
void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::NextTemperatureSource ( const NextTemperatureSource_type x)

Set the element value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the element.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::NextTemperatureSource ( const NextTemperatureSource_optional x)

Set the element value.

Parameters
xAn optional container with the new value to set.

If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::NextTemperatureSource ( ::std::unique_ptr< NextTemperatureSource_type p)

Set the element value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

ThermalCircuitPathData & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::operator= ( const ThermalCircuitPathData x)

Copy assignment operator.

Parameters
xAn instance to make a copy of.
Returns
A reference to itself.

For polymorphic object models use the _clone function instead.

const ThermalCircuitPathData::Resistance_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::Resistance ( ) const

Return a read-only (constant) reference to the element container.

Returns
A constant reference to the optional container.
ThermalCircuitPathData::Resistance_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::Resistance ( )

Return a read-write reference to the element container.

Returns
A reference to the optional container.
void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::Resistance ( const Resistance_type x)

Set the element value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the element.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::Resistance ( const Resistance_optional x)

Set the element value.

Parameters
xAn optional container with the new value to set.

If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::Resistance ( ::std::unique_ptr< Resistance_type p)

Set the element value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

const ThermalCircuitPathData::ResistanceBaseline_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::ResistanceBaseline ( ) const

Return a read-only (constant) reference to the element container.

Returns
A constant reference to the optional container.
ThermalCircuitPathData::ResistanceBaseline_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::ResistanceBaseline ( )

Return a read-write reference to the element container.

Returns
A reference to the optional container.
void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::ResistanceBaseline ( const ResistanceBaseline_type x)

Set the element value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the element.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::ResistanceBaseline ( const ResistanceBaseline_optional x)

Set the element value.

Parameters
xAn optional container with the new value to set.

If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::ResistanceBaseline ( ::std::unique_ptr< ResistanceBaseline_type p)

Set the element value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

const ThermalCircuitPathData::TemperatureSource_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::TemperatureSource ( ) const

Return a read-only (constant) reference to the element container.

Returns
A constant reference to the optional container.
ThermalCircuitPathData::TemperatureSource_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::TemperatureSource ( )

Return a read-write reference to the element container.

Returns
A reference to the optional container.
void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::TemperatureSource ( const TemperatureSource_type x)

Set the element value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the element.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::TemperatureSource ( const TemperatureSource_optional x)

Set the element value.

Parameters
xAn optional container with the new value to set.

If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::TemperatureSource ( ::std::unique_ptr< TemperatureSource_type p)

Set the element value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

const ThermalCircuitPathData::TemperatureSourceBaseline_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::TemperatureSourceBaseline ( ) const

Return a read-only (constant) reference to the element container.

Returns
A constant reference to the optional container.
ThermalCircuitPathData::TemperatureSourceBaseline_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::TemperatureSourceBaseline ( )

Return a read-write reference to the element container.

Returns
A reference to the optional container.
void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::TemperatureSourceBaseline ( const TemperatureSourceBaseline_type x)

Set the element value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the element.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::TemperatureSourceBaseline ( const TemperatureSourceBaseline_optional x)

Set the element value.

Parameters
xAn optional container with the new value to set.

If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::TemperatureSourceBaseline ( ::std::unique_ptr< TemperatureSourceBaseline_type p)

Set the element value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

const ThermalCircuitPathData::ValveBreakdownTemperature_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::ValveBreakdownTemperature ( ) const

Return a read-only (constant) reference to the element container.

Returns
A constant reference to the optional container.
ThermalCircuitPathData::ValveBreakdownTemperature_optional & mil::tatrc::physiology::datamodel::ThermalCircuitPathData::ValveBreakdownTemperature ( )

Return a read-write reference to the element container.

Returns
A reference to the optional container.
void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::ValveBreakdownTemperature ( const ValveBreakdownTemperature_type x)

Set the element value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the element.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::ValveBreakdownTemperature ( const ValveBreakdownTemperature_optional x)

Set the element value.

Parameters
xAn optional container with the new value to set.

If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.

void mil::tatrc::physiology::datamodel::ThermalCircuitPathData::ValveBreakdownTemperature ( ::std::unique_ptr< ValveBreakdownTemperature_type p)

Set the element value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.