mil::tatrc::physiology::datamodel::Regulation Class Reference

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

#include <Substance.hxx>

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

Public Member Functions

virtual ~Regulation ()
 Destructor. More...
 

ChargeInBlood

Accessor and modifier functions for the ChargeInBlood required element.

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

FractionUnboundInPlasma

Accessor and modifier functions for the FractionUnboundInPlasma required element.

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

ReabsorptionRatio

Accessor and modifier functions for the ReabsorptionRatio required element.

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

TransportMaximum

Accessor and modifier functions for the TransportMaximum required element.

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

Constructors

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

Detailed Description

Class corresponding to the Regulation schema type.

Member Typedef Documentation

Element traits type.

Element traits type.

Element traits type.

Constructor & Destructor Documentation

mil::tatrc::physiology::datamodel::Regulation::Regulation ( )

Default constructor.

Note that this constructor leaves required elements and attributes uninitialized.

mil::tatrc::physiology::datamodel::Regulation::Regulation ( const ChargeInBlood_type ChargeInBlood,
const FractionUnboundInPlasma_type FractionUnboundInPlasma,
const ReabsorptionRatio_type ReabsorptionRatio,
const TransportMaximum_type TransportMaximum 
)

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

mil::tatrc::physiology::datamodel::Regulation::Regulation ( const ChargeInBlood_type ChargeInBlood,
::std::unique_ptr< FractionUnboundInPlasma_type FractionUnboundInPlasma,
::std::unique_ptr< ReabsorptionRatio_type ReabsorptionRatio,
::std::unique_ptr< TransportMaximum_type TransportMaximum 
)

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::Regulation::Regulation ( ::std::unique_ptr< ChargeInBlood_type ChargeInBlood,
::std::unique_ptr< FractionUnboundInPlasma_type FractionUnboundInPlasma,
::std::unique_ptr< ReabsorptionRatio_type ReabsorptionRatio,
::std::unique_ptr< TransportMaximum_type TransportMaximum 
)

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

Destructor.

Member Function Documentation

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

const Regulation::ChargeInBlood_type & mil::tatrc::physiology::datamodel::Regulation::ChargeInBlood ( ) const

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

Returns
A constant reference to the element.
Regulation::ChargeInBlood_type & mil::tatrc::physiology::datamodel::Regulation::ChargeInBlood ( )

Return a read-write reference to the element.

Returns
A reference to the element.
void mil::tatrc::physiology::datamodel::Regulation::ChargeInBlood ( const ChargeInBlood_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::Regulation::ChargeInBlood ( ::std::unique_ptr< ChargeInBlood_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 Regulation::FractionUnboundInPlasma_type & mil::tatrc::physiology::datamodel::Regulation::FractionUnboundInPlasma ( ) const

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

Returns
A constant reference to the element.
Regulation::FractionUnboundInPlasma_type & mil::tatrc::physiology::datamodel::Regulation::FractionUnboundInPlasma ( )

Return a read-write reference to the element.

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

Regulation & mil::tatrc::physiology::datamodel::Regulation::operator= ( const Regulation 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 Regulation::ReabsorptionRatio_type & mil::tatrc::physiology::datamodel::Regulation::ReabsorptionRatio ( ) const

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

Returns
A constant reference to the element.
Regulation::ReabsorptionRatio_type & mil::tatrc::physiology::datamodel::Regulation::ReabsorptionRatio ( )

Return a read-write reference to the element.

Returns
A reference to the element.
void mil::tatrc::physiology::datamodel::Regulation::ReabsorptionRatio ( const ReabsorptionRatio_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::Regulation::ReabsorptionRatio ( ::std::unique_ptr< ReabsorptionRatio_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 Regulation::TransportMaximum_type & mil::tatrc::physiology::datamodel::Regulation::TransportMaximum ( ) const

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

Returns
A constant reference to the element.
Regulation::TransportMaximum_type & mil::tatrc::physiology::datamodel::Regulation::TransportMaximum ( )

Return a read-write reference to the element.

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