Uses of Class
org.biojava.bio.structure.JournalArticle

Packages that use JournalArticle
org.biojava.bio.structure Interfaces and classes for protein structure (PDB). 
 

Uses of JournalArticle in org.biojava.bio.structure
 

Methods in org.biojava.bio.structure that return JournalArticle
 JournalArticle StructureImpl.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.
 

Methods in org.biojava.bio.structure with parameters of type JournalArticle
 void StructureImpl.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.