Package org.biojava.nbio.structure
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JournalArticle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Author>getAuthorList()Get the list of Authors of the JournalArticleStringgetDoi()Get the value of DOI field.List<Author>getEditorList()Get the list of editors of the JournalArticleStringgetJournalName()StringgetPmid()Get the value of PMID field.intgetPublicationDate()StringgetPublisher()StringgetRef()Get the value of REF field.StringgetRefn()Get the value of REFN field.StringgetStartPage()StringgetTitle()Get the value of titleStringgetVolume()booleanisPublished()voidsetAuthorList(List<Author> authorList)voidsetDoi(String doi)Set the value of doivoidsetEditorList(List<Author> editorList)voidsetIsPublished(Boolean state)Sets the publication state of a JournalArticle - TO BE PUBLISHED == falsevoidsetJournalName(String journalName)voidsetPmid(String pmid)Set the value of pmidvoidsetPublicationDate(int publicationDate)voidsetPublished(boolean published)voidsetPublisher(String publisher)voidsetRef(String ref)Set the value of the ref.voidsetRefn(String refn)Set the value of the refnvoidsetStartPage(String startPage)voidsetTitle(String title)Set the value of titlevoidsetVolume(String volume)StringtoString()
-
-
-
Constructor Detail
-
JournalArticle
public JournalArticle()
-
-
Method Detail
-
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
-
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
-
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
-
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)
-
-