mil::tatrc::physiology::datamodel::BoundNeg1To1Double Class Reference

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

#include <Properties.hxx>

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

Public Member Functions

virtual ~BoundNeg1To1Double ()
 Destructor. More...
 

Constructors

 BoundNeg1To1Double ()
 Default constructor. More...
 
 BoundNeg1To1Double (const ::xml_schema::double_ &)
 Create an instance from the ultimate base and initializers for required elements and attributes. More...
 
 BoundNeg1To1Double (const ::xercesc::DOMElement &e,::xml_schema::flags f=0,::xml_schema::container *c=0)
 Create an instance from a DOM element. More...
 
 BoundNeg1To1Double (const ::xercesc::DOMAttr &a,::xml_schema::flags f=0,::xml_schema::container *c=0)
 Create an instance from a DOM attribute. More...
 
 BoundNeg1To1Double (const ::std::string &s, const ::xercesc::DOMElement *e,::xml_schema::flags f=0,::xml_schema::container *c=0)
 Create an instance from a string fragment. More...
 
 BoundNeg1To1Double (const BoundNeg1To1Double &x,::xml_schema::flags f=0,::xml_schema::container *c=0)
 Copy constructor. More...
 
virtual BoundNeg1To1Double_clone (::xml_schema::flags f=0,::xml_schema::container *c=0) const
 Copy the instance polymorphically. More...
 

Detailed Description

Class corresponding to the BoundNeg1To1Double schema type.

Constructor & Destructor Documentation

mil::tatrc::physiology::datamodel::BoundNeg1To1Double::BoundNeg1To1Double ( )

Default constructor.

Note that this constructor leaves required elements and attributes uninitialized.

mil::tatrc::physiology::datamodel::BoundNeg1To1Double::BoundNeg1To1Double ( const ::xml_schema::double_ _xsd_double__base)

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

mil::tatrc::physiology::datamodel::BoundNeg1To1Double::BoundNeg1To1Double ( 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::BoundNeg1To1Double::BoundNeg1To1Double ( const ::xercesc::DOMAttr &  a,
::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
)

Create an instance from a DOM attribute.

Parameters
aA DOM attribute 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::BoundNeg1To1Double::BoundNeg1To1Double ( const ::std::string &  s,
const ::xercesc::DOMElement *  e,
::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
)

Create an instance from a string fragment.

Parameters
sA string fragment to extract the data from.
eA pointer to DOM element containing the string fragment.
fFlags to create the new instance with.
cA pointer to the object that will contain the new instance.
mil::tatrc::physiology::datamodel::BoundNeg1To1Double::BoundNeg1To1Double ( const BoundNeg1To1Double 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::BoundNeg1To1Double::~BoundNeg1To1Double ( )
virtual

Destructor.

Member Function Documentation

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