Class JournalArticle

java.lang.Object
org.biojava.nbio.structure.JournalArticle
All Implemented Interfaces:
Serializable

public class JournalArticle extends Object implements Serializable
PDB-specific
Since:
1.7
Author:
Jules Jacobsen
See Also:
  • Constructor Details

    • JournalArticle

      public JournalArticle()
  • Method Details

    • getAuthorList

      public List<Author> getAuthorList()
      Get the list of Authors of the JournalArticle
      Returns:
      the List of authors
    • setAuthorList

      public void setAuthorList(List<Author> authorList)
    • getEditorList

      public List<Author> getEditorList()
      Get the list of editors of the JournalArticle
      Returns:
      the List of editors
    • setEditorList

      public void setEditorList(List<Author> editorList)
    • getDoi

      public String getDoi()
      Get the value of DOI field. For example: 10.1016/S0969-2126(02)00720-7
      Returns:
      the value of doi
    • setDoi

      public void setDoi(String doi)
      Set the value of doi
      Parameters:
      doi - new value of doi
    • setIsPublished

      public void setIsPublished(Boolean state)
      Sets the publication state of a JournalArticle - TO BE PUBLISHED == false
      Parameters:
      state -
    • getPmid

      public String getPmid()
      Get the value of PMID field. For example: 12005435
      Returns:
      the value of pmid
    • setPmid

      public void setPmid(String pmid)
      Set the value of pmid
      Parameters:
      pmid - new value of pmid
    • getRef

      public String getRef()
      Get the value of REF field. For example: TO BE PUBLISHED
      Returns:
      the value of ref
    • setRef

      public void setRef(String ref)
      Set the value of the ref.
      Parameters:
      ref - new value of ref
    • getRefn

      public String getRefn()
      Get the value of REFN field. For example: ISSN 0969-2126
      Returns:
      the value of ref
    • setRefn

      public void setRefn(String refn)
      Set the value of the refn
      Parameters:
      refn - new value of refn
    • getTitle

      public String getTitle()
      Get the value of title
      Returns:
      the value of title
    • setTitle

      public void setTitle(String title)
      Set the value of title
      Parameters:
      title - new value of title
    • getJournalName

      public String getJournalName()
    • setJournalName

      public void setJournalName(String journalName)
    • getPublicationDate

      public int getPublicationDate()
    • setPublicationDate

      public void setPublicationDate(int publicationDate)
    • isPublished

      public boolean isPublished()
    • setPublished

      public void setPublished(boolean published)
    • getPublisher

      public String getPublisher()
    • setPublisher

      public void setPublisher(String publisher)
    • getStartPage

      public String getStartPage()
    • setStartPage

      public void setStartPage(String startPage)
    • getVolume

      public String getVolume()
    • setVolume

      public void setVolume(String volume)
    • toString

      public String toString()
      Overrides:
      toString in class Object