Uses of Class
org.biojava.nbio.structure.JournalArticle
-
Packages that use JournalArticle Package Description org.biojava.nbio.structure -
-
Uses of JournalArticle in org.biojava.nbio.structure
Methods in org.biojava.nbio.structure that return JournalArticle Modifier and Type Method Description JournalArticle
PDBHeader. getJournalArticle()
Get the associated publication as defined by the JRNL records in a PDB file.JournalArticle
Structure. getJournalArticle()
Get the associated publication as defined by the JRNL records in a PDB file.JournalArticle
StructureImpl. getJournalArticle()
get the associated publication as defined by the JRNL records in a PDB file.Methods in org.biojava.nbio.structure with parameters of type JournalArticle Modifier and Type Method Description void
PDBHeader. setJournalArticle(JournalArticle journalArticle)
Set the associated publication as defined by the JRNL records in a PDB file.void
Structure. setJournalArticle(JournalArticle journalArticle)
Set the associated publication as defined by the JRNL records in a PDB file.void
StructureImpl. setJournalArticle(JournalArticle journalArticle)
set the associated publication as defined by the JRNL records in a PDB file.
-