Class corresponding to the Regulation schema type. More...
#include <Substance.hxx>

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_type & | ChargeInBlood () const |
Return a read-only (constant) reference to the element. More... | |
ChargeInBlood_type & | ChargeInBlood () |
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_type & | FractionUnboundInPlasma () const |
Return a read-only (constant) reference to the element. More... | |
FractionUnboundInPlasma_type & | FractionUnboundInPlasma () |
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_type & | ReabsorptionRatio () const |
Return a read-only (constant) reference to the element. More... | |
ReabsorptionRatio_type & | ReabsorptionRatio () |
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_type & | TransportMaximum () const |
Return a read-only (constant) reference to the element. More... | |
TransportMaximum_type & | TransportMaximum () |
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... | |
Regulation & | operator= (const Regulation &x) |
Copy assignment operator. More... | |
Detailed Description
Class corresponding to the Regulation schema type.
Member Typedef Documentation
typedef ::xsd::cxx::tree::traits< ChargeInBlood_type, char > mil::tatrc::physiology::datamodel::Regulation::ChargeInBlood_traits |
Element traits type.
typedef ::mil::tatrc::physiology::datamodel::enumCharge mil::tatrc::physiology::datamodel::Regulation::ChargeInBlood_type |
Element type.
typedef ::xsd::cxx::tree::traits< FractionUnboundInPlasma_type, char > mil::tatrc::physiology::datamodel::Regulation::FractionUnboundInPlasma_traits |
Element traits type.
typedef ::mil::tatrc::physiology::datamodel::ScalarFractionData mil::tatrc::physiology::datamodel::Regulation::FractionUnboundInPlasma_type |
Element type.
typedef ::xsd::cxx::tree::traits< ReabsorptionRatio_type, char > mil::tatrc::physiology::datamodel::Regulation::ReabsorptionRatio_traits |
Element traits type.
typedef ::mil::tatrc::physiology::datamodel::ScalarData mil::tatrc::physiology::datamodel::Regulation::ReabsorptionRatio_type |
Element type.
typedef ::xsd::cxx::tree::traits< TransportMaximum_type, char > mil::tatrc::physiology::datamodel::Regulation::TransportMaximum_traits |
Element traits type.
typedef ::mil::tatrc::physiology::datamodel::ScalarMassPerTimeData mil::tatrc::physiology::datamodel::Regulation::TransportMaximum_type |
Element 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
-
e A DOM element to extract the data from. f Flags to create the new instance with. c A 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
-
x An instance to make a copy of. f Flags to create the copy with. c A pointer to the object that will contain the copy.
For polymorphic object models use the _clone
function instead.
|
virtual |
Destructor.
Member Function Documentation
|
virtual |
Copy the instance polymorphically.
- Parameters
-
f Flags to create the copy with. c A 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
-
x A 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
-
p A 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
-
x A 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
-
p A 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
-
x An 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
-
x A 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
-
p A 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
-
x A 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
-
p A new value to use.
This function will try to use the passed value directly instead of making a copy.