mil::tatrc::physiology::datamodel::BioGearsStateData Class Reference

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

#include <BioGears.hxx>

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

Public Member Functions

virtual ~BioGearsStateData ()
 Destructor. More...
 
- Public Member Functions inherited from mil::tatrc::physiology::datamodel::PhysiologyEngineStateData
virtual ~PhysiologyEngineStateData ()
 Destructor. More...
 
const SimulationTime_optionalSimulationTime () const
 Return a read-only (constant) reference to the element container. More...
 
SimulationTime_optionalSimulationTime ()
 Return a read-write reference to the element container. More...
 
void SimulationTime (const SimulationTime_type &x)
 Set the element value. More...
 
void SimulationTime (const SimulationTime_optional &x)
 Set the element value. More...
 
void SimulationTime (::std::unique_ptr< SimulationTime_type > p)
 Set the element value without copying. More...
 
const Patient_optionalPatient () const
 Return a read-only (constant) reference to the element container. More...
 
Patient_optionalPatient ()
 Return a read-write reference to the element container. More...
 
void Patient (const Patient_type &x)
 Set the element value. More...
 
void Patient (const Patient_optional &x)
 Set the element value. More...
 
void Patient (::std::unique_ptr< Patient_type > p)
 Set the element value without copying. More...
 
const Condition_sequenceCondition () const
 Return a read-only (constant) reference to the element sequence. More...
 
Condition_sequenceCondition ()
 Return a read-write reference to the element sequence. More...
 
void Condition (const Condition_sequence &s)
 Copy elements from a given sequence. More...
 
const ActiveAction_sequenceActiveAction () const
 Return a read-only (constant) reference to the element sequence. More...
 
ActiveAction_sequenceActiveAction ()
 Return a read-write reference to the element sequence. More...
 
void ActiveAction (const ActiveAction_sequence &s)
 Copy elements from a given sequence. More...
 
const ActiveSubstance_sequenceActiveSubstance () const
 Return a read-only (constant) reference to the element sequence. More...
 
ActiveSubstance_sequenceActiveSubstance ()
 Return a read-write reference to the element sequence. More...
 
void ActiveSubstance (const ActiveSubstance_sequence &s)
 Copy elements from a given sequence. More...
 
const ActiveSubstanceCompound_sequenceActiveSubstanceCompound () const
 Return a read-only (constant) reference to the element sequence. More...
 
ActiveSubstanceCompound_sequenceActiveSubstanceCompound ()
 Return a read-write reference to the element sequence. More...
 
void ActiveSubstanceCompound (const ActiveSubstanceCompound_sequence &s)
 Copy elements from a given sequence. More...
 
const System_sequenceSystem () const
 Return a read-only (constant) reference to the element sequence. More...
 
System_sequenceSystem ()
 Return a read-write reference to the element sequence. More...
 
void System (const System_sequence &s)
 Copy elements from a given sequence. More...
 
const CompartmentManager_optionalCompartmentManager () const
 Return a read-only (constant) reference to the element container. More...
 
CompartmentManager_optionalCompartmentManager ()
 Return a read-write reference to the element container. More...
 
void CompartmentManager (const CompartmentManager_type &x)
 Set the element value. More...
 
void CompartmentManager (const CompartmentManager_optional &x)
 Set the element value. More...
 
void CompartmentManager (::std::unique_ptr< CompartmentManager_type > p)
 Set the element value without copying. More...
 
const Configuration_optionalConfiguration () const
 Return a read-only (constant) reference to the element container. More...
 
Configuration_optionalConfiguration ()
 Return a read-write reference to the element container. More...
 
void Configuration (const Configuration_type &x)
 Set the element value. More...
 
void Configuration (const Configuration_optional &x)
 Set the element value. More...
 
void Configuration (::std::unique_ptr< Configuration_type > p)
 Set the element value without copying. More...
 
const CircuitManager_optionalCircuitManager () const
 Return a read-only (constant) reference to the element container. More...
 
CircuitManager_optionalCircuitManager ()
 Return a read-write reference to the element container. More...
 
void CircuitManager (const CircuitManager_type &x)
 Set the element value. More...
 
void CircuitManager (const CircuitManager_optional &x)
 Set the element value. More...
 
void CircuitManager (::std::unique_ptr< CircuitManager_type > p)
 Set the element value without copying. More...
 
const DataRequests_optionalDataRequests () const
 Return a read-only (constant) reference to the element container. More...
 
DataRequests_optionalDataRequests ()
 Return a read-write reference to the element container. More...
 
void DataRequests (const DataRequests_type &x)
 Set the element value. More...
 
void DataRequests (const DataRequests_optional &x)
 Set the element value. More...
 
void DataRequests (::std::unique_ptr< DataRequests_type > p)
 Set the element value without copying. More...
 
 PhysiologyEngineStateData ()
 Create an instance from the ultimate base and initializers for required elements and attributes. More...
 
 PhysiologyEngineStateData (const ::xercesc::DOMElement &e,::xml_schema::flags f=0,::xml_schema::container *c=0)
 Create an instance from a DOM element. More...
 
 PhysiologyEngineStateData (const PhysiologyEngineStateData &x,::xml_schema::flags f=0,::xml_schema::container *c=0)
 Copy constructor. More...
 
PhysiologyEngineStateDataoperator= (const PhysiologyEngineStateData &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...
 

AirwayMode

Accessor and modifier functions for the AirwayMode required element.

typedef ::mil::tatrc::physiology::datamodel::enumBioGearsAirwayMode AirwayMode_type
 Element type. More...
 
typedef ::xsd::cxx::tree::traits< AirwayMode_type, char > AirwayMode_traits
 Element traits type. More...
 
const AirwayMode_typeAirwayMode () const
 Return a read-only (constant) reference to the element. More...
 
AirwayMode_typeAirwayMode ()
 Return a read-write reference to the element. More...
 
void AirwayMode (const AirwayMode_type &x)
 Set the element value. More...
 
void AirwayMode (::std::unique_ptr< AirwayMode_type > p)
 Set the element value without copying. More...
 

Intubation

Accessor and modifier functions for the Intubation required element.

typedef ::mil::tatrc::physiology::datamodel::enumOnOff Intubation_type
 Element type. More...
 
typedef ::xsd::cxx::tree::traits< Intubation_type, char > Intubation_traits
 Element traits type. More...
 
const Intubation_typeIntubation () const
 Return a read-only (constant) reference to the element. More...
 
Intubation_typeIntubation ()
 Return a read-write reference to the element. More...
 
void Intubation (const Intubation_type &x)
 Set the element value. More...
 
void Intubation (::std::unique_ptr< Intubation_type > p)
 Set the element value without copying. More...
 

Constructors

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

Additional Inherited Members

- Public Types inherited from mil::tatrc::physiology::datamodel::PhysiologyEngineStateData
typedef ::mil::tatrc::physiology::datamodel::ScalarTimeData SimulationTime_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< SimulationTime_typeSimulationTime_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< SimulationTime_type, char > SimulationTime_traits
 Element traits type. More...
 
typedef ::mil::tatrc::physiology::datamodel::PatientData Patient_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< Patient_typePatient_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< Patient_type, char > Patient_traits
 Element traits type. More...
 
typedef ::mil::tatrc::physiology::datamodel::ConditionData Condition_type
 Element type. More...
 
typedef ::xsd::cxx::tree::sequence< Condition_typeCondition_sequence
 Element sequence container type. More...
 
typedef Condition_sequence::iterator Condition_iterator
 Element iterator type. More...
 
typedef Condition_sequence::const_iterator Condition_const_iterator
 Element constant iterator type. More...
 
typedef ::xsd::cxx::tree::traits< Condition_type, char > Condition_traits
 Element traits type. More...
 
typedef ::mil::tatrc::physiology::datamodel::ActionData ActiveAction_type
 Element type. More...
 
typedef ::xsd::cxx::tree::sequence< ActiveAction_typeActiveAction_sequence
 Element sequence container type. More...
 
typedef ActiveAction_sequence::iterator ActiveAction_iterator
 Element iterator type. More...
 
typedef ActiveAction_sequence::const_iterator ActiveAction_const_iterator
 Element constant iterator type. More...
 
typedef ::xsd::cxx::tree::traits< ActiveAction_type, char > ActiveAction_traits
 Element traits type. More...
 
typedef ::mil::tatrc::physiology::datamodel::SubstanceData ActiveSubstance_type
 Element type. More...
 
typedef ::xsd::cxx::tree::sequence< ActiveSubstance_typeActiveSubstance_sequence
 Element sequence container type. More...
 
typedef ActiveSubstance_sequence::iterator ActiveSubstance_iterator
 Element iterator type. More...
 
typedef ActiveSubstance_sequence::const_iterator ActiveSubstance_const_iterator
 Element constant iterator type. More...
 
typedef ::xsd::cxx::tree::traits< ActiveSubstance_type, char > ActiveSubstance_traits
 Element traits type. More...
 
typedef ::mil::tatrc::physiology::datamodel::SubstanceCompoundData ActiveSubstanceCompound_type
 Element type. More...
 
typedef ::xsd::cxx::tree::sequence< ActiveSubstanceCompound_typeActiveSubstanceCompound_sequence
 Element sequence container type. More...
 
typedef ActiveSubstanceCompound_sequence::iterator ActiveSubstanceCompound_iterator
 Element iterator type. More...
 
typedef ActiveSubstanceCompound_sequence::const_iterator ActiveSubstanceCompound_const_iterator
 Element constant iterator type. More...
 
typedef ::xsd::cxx::tree::traits< ActiveSubstanceCompound_type, char > ActiveSubstanceCompound_traits
 Element traits type. More...
 
typedef ::mil::tatrc::physiology::datamodel::SystemData System_type
 Element type. More...
 
typedef ::xsd::cxx::tree::sequence< System_typeSystem_sequence
 Element sequence container type. More...
 
typedef System_sequence::iterator System_iterator
 Element iterator type. More...
 
typedef System_sequence::const_iterator System_const_iterator
 Element constant iterator type. More...
 
typedef ::xsd::cxx::tree::traits< System_type, char > System_traits
 Element traits type. More...
 
typedef ::mil::tatrc::physiology::datamodel::CompartmentManagerData CompartmentManager_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< CompartmentManager_typeCompartmentManager_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< CompartmentManager_type, char > CompartmentManager_traits
 Element traits type. More...
 
typedef ::mil::tatrc::physiology::datamodel::PhysiologyEngineConfigurationData Configuration_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< Configuration_typeConfiguration_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< Configuration_type, char > Configuration_traits
 Element traits type. More...
 
typedef ::mil::tatrc::physiology::datamodel::CircuitManagerData CircuitManager_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< CircuitManager_typeCircuitManager_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< CircuitManager_type, char > CircuitManager_traits
 Element traits type. More...
 
typedef ::mil::tatrc::physiology::datamodel::DataRequestsData DataRequests_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< DataRequests_typeDataRequests_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< DataRequests_type, char > DataRequests_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 BioGearsStateData schema type.

Member Typedef Documentation

Element traits type.

Element traits type.

Constructor & Destructor Documentation

mil::tatrc::physiology::datamodel::BioGearsStateData::BioGearsStateData ( )

Default constructor.

Note that this constructor leaves required elements and attributes uninitialized.

mil::tatrc::physiology::datamodel::BioGearsStateData::BioGearsStateData ( const AirwayMode_type AirwayMode,
const Intubation_type Intubation 
)

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

mil::tatrc::physiology::datamodel::BioGearsStateData::BioGearsStateData ( ::std::unique_ptr< AirwayMode_type AirwayMode,
::std::unique_ptr< Intubation_type Intubation 
)

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::BioGearsStateData::BioGearsStateData ( 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::BioGearsStateData::BioGearsStateData ( const BioGearsStateData 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::BioGearsStateData::~BioGearsStateData ( )
virtual

Destructor.

Member Function Documentation

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

const BioGearsStateData::AirwayMode_type & mil::tatrc::physiology::datamodel::BioGearsStateData::AirwayMode ( ) const

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

Returns
A constant reference to the element.
BioGearsStateData::AirwayMode_type & mil::tatrc::physiology::datamodel::BioGearsStateData::AirwayMode ( )

Return a read-write reference to the element.

Returns
A reference to the element.
void mil::tatrc::physiology::datamodel::BioGearsStateData::AirwayMode ( const AirwayMode_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::BioGearsStateData::AirwayMode ( ::std::unique_ptr< AirwayMode_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 BioGearsStateData::Intubation_type & mil::tatrc::physiology::datamodel::BioGearsStateData::Intubation ( ) const

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

Returns
A constant reference to the element.
BioGearsStateData::Intubation_type & mil::tatrc::physiology::datamodel::BioGearsStateData::Intubation ( )

Return a read-write reference to the element.

Returns
A reference to the element.
void mil::tatrc::physiology::datamodel::BioGearsStateData::Intubation ( const Intubation_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::BioGearsStateData::Intubation ( ::std::unique_ptr< Intubation_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.

BioGearsStateData & mil::tatrc::physiology::datamodel::BioGearsStateData::operator= ( const BioGearsStateData 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.