#include "object.h"
#include "xmlcpg.h"
Go to the source code of this file.
Typedefs | |
typedef rnamlPUBMEDID | rnamlPubmedId |
Rnaml structure containing the pubmedid informations. | |
Functions | |
rnamlPubmedId * | rnamlnewPubmedId () |
Creates a new rnamlPubmedId structure. | |
rnamlPubmedId * | rnamlclonePubmedId (const rnamlPubmedId *pubmedid) |
Clones a rnamlPubmedId struture. | |
void | rnamldeletePubmedId (rnamlPubmedId *pubmedid) |
Frees the rnamlPubmedId structure. | |
int | rnamlisPubmedId (const rnamlObject *obj) |
Tells wheter the object is a rnamlPubmedId. | |
int | rnamlequalsPubmedId (const rnamlPubmedId *left, const rnamlPubmedId *right) |
Tells if left and right are equals. | |
const char * | rnamlgetPubmedIdValue (const rnamlPubmedId *pubmedId) |
Gets the value pubmedId. | |
void | rnamlsetPubmedIdValue (rnamlPubmedId *pubmedId, const char *value) |
Sets the pubmedId value. | |
xmlcpgObject * | rnamltoXMLPubmedId (const rnamlPubmedId *pubmedId) |
Translates the rnamlPubmedId structure into a xmlcpgElement conforming to the RNAML standard. |
|
Rnaml structure containing the pubmedid informations.
|
|
Clones a rnamlPubmedId struture.
|
|
Frees the rnamlPubmedId structure.
|
|
Tells if left and right are equals.
|
|
Gets the value pubmedId.
|
|
Tells wheter the object is a rnamlPubmedId.
|
|
Creates a new rnamlPubmedId structure.
|
|
Sets the pubmedId value. The previous pubmedId value is freed and a copy of value is generated.
|
|
Translates the rnamlPubmedId structure into a xmlcpgElement conforming to the RNAML standard.
|