OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions
MMCifInfoCitation Class Reference

#include <mmcif_info.hh>

Public Member Functions

 MMCifInfoCitation ()
void SetID (String id)
String GetID () const
void SetCAS (String id)
String GetCAS () const
void SetISBN (String code)
String GetISBN () const
void SetPublishedIn (String title)
String GetPublishedIn () const
void SetVolume (String volume)
String GetVolume () const
void SetPageFirst (String first)
String GetPageFirst () const
void SetPageLast (String last)
String GetPageLast () const
void SetDOI (String doi)
String GetDOI () const
void SetPubMed (int no)
int GetPubMed () const
void SetYear (int year)
int GetYear () const
void SetTitle (String title)
String GetTitle () const
void SetAuthorList (std::vector< String > list)
const std::vector< String > & GetAuthorList () const
bool operator== (const MMCifInfoCitation &cit) const
bool operator!= (const MMCifInfoCitation &cit) const
 MMCifInfoCitation ()
void SetID (String id)
String GetID () const
void SetCAS (String id)
String GetCAS () const
void SetISBN (String code)
String GetISBN () const
void SetPublishedIn (String title)
String GetPublishedIn () const
void SetVolume (String volume)
String GetVolume () const
void SetPageFirst (String first)
String GetPageFirst () const
void SetPageLast (String last)
String GetPageLast () const
void SetDOI (String doi)
String GetDOI () const
void SetPubMed (int no)
int GetPubMed () const
void SetYear (int year)
int GetYear () const
void SetTitle (String title)
String GetTitle () const
void SetAuthorList (std::vector< String > list)
const std::vector< String > & GetAuthorList () const
bool operator== (const MMCifInfoCitation &cit) const
bool operator!= (const MMCifInfoCitation &cit) const

Detailed Description

Definition at line 336 of file mmcif_info.hh.


Constructor & Destructor Documentation

MMCifInfoCitation ( )
inline

Create a citation.

Definition at line 339 of file mmcif_info.hh.

MMCifInfoCitation ( )
inline

Create a citation.

Definition at line 339 of file mmcif_info.hh.


Member Function Documentation

const std::vector<String>& GetAuthorList ( ) const
inline

Get the list of authors.

Returns:
list

Definition at line 462 of file mmcif_info.hh.

const std::vector<String>& GetAuthorList ( ) const
inline

Get the list of authors.

Returns:
list

Definition at line 462 of file mmcif_info.hh.

String GetCAS ( ) const
inline

Get a CAS identifier.

Returns:
CAS identifier

Definition at line 359 of file mmcif_info.hh.

String GetCAS ( ) const
inline

Get a CAS identifier.

Returns:
CAS identifier

Definition at line 359 of file mmcif_info.hh.

String GetDOI ( ) const
inline

Get the DOI of a document.

Returns:
DOI

Definition at line 420 of file mmcif_info.hh.

String GetDOI ( ) const
inline

Get the DOI of a document.

Returns:
DOI

Definition at line 420 of file mmcif_info.hh.

String GetID ( ) const
inline

Get ID.

Returns:
ID

Definition at line 350 of file mmcif_info.hh.

String GetID ( ) const
inline

Get ID.

Returns:
ID

Definition at line 350 of file mmcif_info.hh.

String GetISBN ( ) const
inline

Get an ISBN code.

Returns:
ISBN code

Definition at line 369 of file mmcif_info.hh.

String GetISBN ( ) const
inline

Get an ISBN code.

Returns:
ISBN code

Definition at line 369 of file mmcif_info.hh.

String GetPageFirst ( ) const
inline

Get the start page of a publication.

Returns:
first page

Definition at line 399 of file mmcif_info.hh.

String GetPageFirst ( ) const
inline

Get the start page of a publication.

Returns:
first page

Definition at line 399 of file mmcif_info.hh.

String GetPageLast ( ) const
inline

Get the last page of a publication.

Returns:
last page

Definition at line 409 of file mmcif_info.hh.

String GetPageLast ( ) const
inline

Get the last page of a publication.

Returns:
last page

Definition at line 409 of file mmcif_info.hh.

String GetPublishedIn ( ) const
inline

Get a book title or journal name.

Returns:
title

Definition at line 379 of file mmcif_info.hh.

String GetPublishedIn ( ) const
inline

Get a book title or journal name.

Returns:
title

Definition at line 379 of file mmcif_info.hh.

int GetPubMed ( ) const
inline

Get the PubMed accession number.

Returns:
PubMed accession

Definition at line 430 of file mmcif_info.hh.

int GetPubMed ( ) const
inline

Get the PubMed accession number.

Returns:
PubMed accession

Definition at line 430 of file mmcif_info.hh.

String GetTitle ( ) const
inline

Get the title of a publication.

Returns:
title

Definition at line 452 of file mmcif_info.hh.

String GetTitle ( ) const
inline

Get the title of a publication.

Returns:
title

Definition at line 452 of file mmcif_info.hh.

String GetVolume ( ) const
inline

Get a journal volume.

Returns:
volume

Definition at line 389 of file mmcif_info.hh.

String GetVolume ( ) const
inline

Get a journal volume.

Returns:
volume

Definition at line 389 of file mmcif_info.hh.

int GetYear ( ) const
inline

Get the year of a publication.

Returns:
year

Definition at line 441 of file mmcif_info.hh.

int GetYear ( ) const
inline

Get the year of a publication.

Returns:
year

Definition at line 441 of file mmcif_info.hh.

bool operator!= ( const MMCifInfoCitation cit) const
inline

Definition at line 517 of file mmcif_info.hh.

bool operator!= ( const MMCifInfoCitation cit) const
inline

Definition at line 517 of file mmcif_info.hh.

bool operator== ( const MMCifInfoCitation cit) const
inline

Definition at line 464 of file mmcif_info.hh.

bool operator== ( const MMCifInfoCitation cit) const
inline

Definition at line 464 of file mmcif_info.hh.

void SetAuthorList ( std::vector< String list)
inline

Set the list of authors.

Parameters:
list

Definition at line 457 of file mmcif_info.hh.

void SetAuthorList ( std::vector< String list)
inline

Set the list of authors.

Parameters:
list

Definition at line 457 of file mmcif_info.hh.

void SetCAS ( String  id)
inline

Set a CAS identifier.

Parameters:
idCAS identifier

Definition at line 355 of file mmcif_info.hh.

void SetCAS ( String  id)
inline

Set a CAS identifier.

Parameters:
idCAS identifier

Definition at line 355 of file mmcif_info.hh.

void SetDOI ( String  doi)
inline

Set the DOI of a document.

Parameters:
doi

Definition at line 414 of file mmcif_info.hh.

void SetDOI ( String  doi)
inline

Set the DOI of a document.

Parameters:
doi

Definition at line 414 of file mmcif_info.hh.

void SetID ( String  id)
inline

Set ID.

Parameters:
idID

Definition at line 346 of file mmcif_info.hh.

void SetID ( String  id)
inline

Set ID.

Parameters:
idID

Definition at line 346 of file mmcif_info.hh.

void SetISBN ( String  code)
inline

Set an ISBN code.

Parameters:
codeISBN code

Definition at line 364 of file mmcif_info.hh.

void SetISBN ( String  code)
inline

Set an ISBN code.

Parameters:
codeISBN code

Definition at line 364 of file mmcif_info.hh.

void SetPageFirst ( String  first)
inline

Set the start page for a publication.

Parameters:
start

Definition at line 394 of file mmcif_info.hh.

void SetPageFirst ( String  first)
inline

Set the start page for a publication.

Parameters:
start

Definition at line 394 of file mmcif_info.hh.

void SetPageLast ( String  last)
inline

Set the end page for a publication.

Parameters:
end

Definition at line 404 of file mmcif_info.hh.

void SetPageLast ( String  last)
inline

Set the end page for a publication.

Parameters:
end

Definition at line 404 of file mmcif_info.hh.

void SetPublishedIn ( String  title)
inline

Set a book title or journal name.

Parameters:
titlewhere published

Definition at line 374 of file mmcif_info.hh.

void SetPublishedIn ( String  title)
inline

Set a book title or journal name.

Parameters:
titlewhere published

Definition at line 374 of file mmcif_info.hh.

void SetPubMed ( int  no)
inline

Set the PubMed accession number.

Parameters:
no

Definition at line 425 of file mmcif_info.hh.

void SetPubMed ( int  no)
inline

Set the PubMed accession number.

Parameters:
no

Definition at line 425 of file mmcif_info.hh.

void SetTitle ( String  title)
inline

Set the title of a publication.

Parameters:
title

Definition at line 447 of file mmcif_info.hh.

void SetTitle ( String  title)
inline

Set the title of a publication.

Parameters:
title

Definition at line 447 of file mmcif_info.hh.

void SetVolume ( String  volume)
inline

Set a journal volume.

Parameters:
volume

Definition at line 384 of file mmcif_info.hh.

void SetVolume ( String  volume)
inline

Set a journal volume.

Parameters:
volume

Definition at line 384 of file mmcif_info.hh.

void SetYear ( int  year)
inline

Set the year of a publication.

Parameters:
year

Definition at line 435 of file mmcif_info.hh.

void SetYear ( int  year)
inline

Set the year of a publication.

Parameters:
year

Definition at line 435 of file mmcif_info.hh.


The documentation for this class was generated from the following files: