#include <PubmedId.h>
Inheritance diagram for rnaml::PubmedId:
Public Methods | |
PubmedId () | |
Initializes the object. | |
PubmedId (const PubmedId &right) | |
Initializes the object with the right's content. | |
PubmedId * | clone () const |
Clones the object. | |
virtual | ~PubmedId () |
Destroys the object. | |
PubmedId & | operator= (const PubmedId &right) |
Assigns the object with the right's content. | |
const char * | getValue () const |
Gets the pubmedId value. | |
void | setValue (const char *value) |
Sets the pubmedId value. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Clones the object.
|
|
Gets the pubmedId value.
|
|
Assigns the object with the right's content.
|
|
Sets the pubmedId value.
|