mil::tatrc::physiology::datamodel::TransmucosalStateData Class Reference

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

#include <PatientActions.hxx>

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

Public Member Functions

virtual ~TransmucosalStateData ()
 Destructor. 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...
 

MouthSolidMass

Accessor and modifier functions for the MouthSolidMass required element.

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

SalivaConcentration

Accessor and modifier functions for the SalivaConcentration required element.

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

BuccalConcentrations

Accessor and modifier functions for the BuccalConcentrations sequence element.

typedef ::mil::tatrc::physiology::datamodel::ScalarMassPerVolumeData BuccalConcentrations_type
 Element type. More...
 
typedef ::xsd::cxx::tree::sequence< BuccalConcentrations_typeBuccalConcentrations_sequence
 Element sequence container type. More...
 
typedef BuccalConcentrations_sequence::iterator BuccalConcentrations_iterator
 Element iterator type. More...
 
typedef BuccalConcentrations_sequence::const_iterator BuccalConcentrations_const_iterator
 Element constant iterator type. More...
 
typedef ::xsd::cxx::tree::traits< BuccalConcentrations_type, char > BuccalConcentrations_traits
 Element traits type. More...
 
const BuccalConcentrations_sequenceBuccalConcentrations () const
 Return a read-only (constant) reference to the element sequence. More...
 
BuccalConcentrations_sequenceBuccalConcentrations ()
 Return a read-write reference to the element sequence. More...
 
void BuccalConcentrations (const BuccalConcentrations_sequence &s)
 Copy elements from a given sequence. More...
 

SublingualConcentrations

Accessor and modifier functions for the SublingualConcentrations sequence element.

typedef ::mil::tatrc::physiology::datamodel::ScalarMassPerVolumeData SublingualConcentrations_type
 Element type. More...
 
typedef ::xsd::cxx::tree::sequence< SublingualConcentrations_typeSublingualConcentrations_sequence
 Element sequence container type. More...
 
typedef SublingualConcentrations_sequence::iterator SublingualConcentrations_iterator
 Element iterator type. More...
 
typedef SublingualConcentrations_sequence::const_iterator SublingualConcentrations_const_iterator
 Element constant iterator type. More...
 
typedef ::xsd::cxx::tree::traits< SublingualConcentrations_type, char > SublingualConcentrations_traits
 Element traits type. More...
 
const SublingualConcentrations_sequenceSublingualConcentrations () const
 Return a read-only (constant) reference to the element sequence. More...
 
SublingualConcentrations_sequenceSublingualConcentrations ()
 Return a read-write reference to the element sequence. More...
 
void SublingualConcentrations (const SublingualConcentrations_sequence &s)
 Copy elements from a given sequence. More...
 

Substance

Accessor and modifier functions for the Substance required attribute.

typedef ::xml_schema::string Substance_type
 Attribute type. More...
 
typedef ::xsd::cxx::tree::traits< Substance_type, char > Substance_traits
 Attribute traits type. More...
 
const Substance_typeSubstance () const
 Return a read-only (constant) reference to the attribute. More...
 
Substance_typeSubstance ()
 Return a read-write reference to the attribute. More...
 
void Substance (const Substance_type &x)
 Set the attribute value. More...
 
void Substance (::std::unique_ptr< Substance_type > p)
 Set the attribute value without copying. More...
 

Constructors

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

Additional Inherited Members

- 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 TransmucosalStateData schema type.

Member Typedef Documentation

Element constant iterator type.

Element iterator type.

Element traits type.

Element constant iterator type.

Element iterator type.

Attribute traits type.

Constructor & Destructor Documentation

mil::tatrc::physiology::datamodel::TransmucosalStateData::TransmucosalStateData ( )

Default constructor.

Note that this constructor leaves required elements and attributes uninitialized.

mil::tatrc::physiology::datamodel::TransmucosalStateData::TransmucosalStateData ( const MouthSolidMass_type MouthSolidMass,
const SalivaConcentration_type SalivaConcentration,
const Substance_type Substance 
)

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

mil::tatrc::physiology::datamodel::TransmucosalStateData::TransmucosalStateData ( ::std::unique_ptr< MouthSolidMass_type MouthSolidMass,
::std::unique_ptr< SalivaConcentration_type SalivaConcentration,
const Substance_type Substance 
)

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

Destructor.

Member Function Documentation

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

const TransmucosalStateData::BuccalConcentrations_sequence & mil::tatrc::physiology::datamodel::TransmucosalStateData::BuccalConcentrations ( ) const

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

Returns
A constant reference to the sequence container.
TransmucosalStateData::BuccalConcentrations_sequence & mil::tatrc::physiology::datamodel::TransmucosalStateData::BuccalConcentrations ( )

Return a read-write reference to the element sequence.

Returns
A reference to the sequence container.
void mil::tatrc::physiology::datamodel::TransmucosalStateData::BuccalConcentrations ( const BuccalConcentrations_sequence s)

Copy elements from a given sequence.

Parameters
sA sequence to copy elements from.

For each element in s this function makes a copy and adds it to the sequence. Note that this operation completely changes the sequence and all old elements will be lost.

const TransmucosalStateData::MouthSolidMass_type & mil::tatrc::physiology::datamodel::TransmucosalStateData::MouthSolidMass ( ) const

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

Returns
A constant reference to the element.
TransmucosalStateData::MouthSolidMass_type & mil::tatrc::physiology::datamodel::TransmucosalStateData::MouthSolidMass ( )

Return a read-write reference to the element.

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

TransmucosalStateData & mil::tatrc::physiology::datamodel::TransmucosalStateData::operator= ( const TransmucosalStateData 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 TransmucosalStateData::SalivaConcentration_type & mil::tatrc::physiology::datamodel::TransmucosalStateData::SalivaConcentration ( ) const

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

Returns
A constant reference to the element.
TransmucosalStateData::SalivaConcentration_type & mil::tatrc::physiology::datamodel::TransmucosalStateData::SalivaConcentration ( )

Return a read-write reference to the element.

Returns
A reference to the element.
void mil::tatrc::physiology::datamodel::TransmucosalStateData::SalivaConcentration ( const SalivaConcentration_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::TransmucosalStateData::SalivaConcentration ( ::std::unique_ptr< SalivaConcentration_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 TransmucosalStateData::SublingualConcentrations_sequence & mil::tatrc::physiology::datamodel::TransmucosalStateData::SublingualConcentrations ( ) const

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

Returns
A constant reference to the sequence container.
TransmucosalStateData::SublingualConcentrations_sequence & mil::tatrc::physiology::datamodel::TransmucosalStateData::SublingualConcentrations ( )

Return a read-write reference to the element sequence.

Returns
A reference to the sequence container.
void mil::tatrc::physiology::datamodel::TransmucosalStateData::SublingualConcentrations ( const SublingualConcentrations_sequence s)

Copy elements from a given sequence.

Parameters
sA sequence to copy elements from.

For each element in s this function makes a copy and adds it to the sequence. Note that this operation completely changes the sequence and all old elements will be lost.

const TransmucosalStateData::Substance_type & mil::tatrc::physiology::datamodel::TransmucosalStateData::Substance ( ) const

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

Returns
A constant reference to the attribute.
TransmucosalStateData::Substance_type & mil::tatrc::physiology::datamodel::TransmucosalStateData::Substance ( )

Return a read-write reference to the attribute.

Returns
A reference to the attribute.
void mil::tatrc::physiology::datamodel::TransmucosalStateData::Substance ( const Substance_type x)

Set the attribute value.

Parameters
xA new value to set.

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

void mil::tatrc::physiology::datamodel::TransmucosalStateData::Substance ( ::std::unique_ptr< Substance_type p)

Set the attribute value without copying.

Parameters
pA new value to use.

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