Package org.biojava.nbio.structure
Class JournalArticle
- java.lang.Object
-
- org.biojava.nbio.structure.JournalArticle
-
- All Implemented Interfaces:
java.io.Serializable
public class JournalArticle extends java.lang.Object implements java.io.SerializablePDB-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 java.util.List<Author>getAuthorList()Get the list of Authors of the JournalArticlejava.lang.StringgetDoi()Get the value of DOI field.java.util.List<Author>getEditorList()Get the list of editors of the JournalArticlejava.lang.StringgetJournalName()java.lang.StringgetPmid()Get the value of PMID field.intgetPublicationDate()java.lang.StringgetPublisher()java.lang.StringgetRef()Get the value of REF field.java.lang.StringgetRefn()Get the value of REFN field.java.lang.StringgetStartPage()java.lang.StringgetTitle()Get the value of titlejava.lang.StringgetVolume()booleanisPublished()voidsetAuthorList(java.util.List<Author> authorList)voidsetDoi(java.lang.String doi)Set the value of doivoidsetEditorList(java.util.List<Author> editorList)voidsetIsPublished(java.lang.Boolean state)Sets the publication state of a JournalArticle - TO BE PUBLISHED == falsevoidsetJournalName(java.lang.String journalName)voidsetPmid(java.lang.String pmid)Set the value of pmidvoidsetPublicationDate(int publicationDate)voidsetPublished(boolean published)voidsetPublisher(java.lang.String publisher)voidsetRef(java.lang.String ref)Set the value of the ref.voidsetRefn(java.lang.String refn)Set the value of the refnvoidsetStartPage(java.lang.String startPage)voidsetTitle(java.lang.String title)Set the value of titlevoidsetVolume(java.lang.String volume)java.lang.StringtoString()
-
-
-
Method Detail
-
getAuthorList
public java.util.List<Author> getAuthorList()
Get the list of Authors of the JournalArticle- Returns:
- the List of authors
-
setAuthorList
public void setAuthorList(java.util.List<Author> authorList)
-
getEditorList
public java.util.List<Author> getEditorList()
Get the list of editors of the JournalArticle- Returns:
- the List of editors
-
setEditorList
public void setEditorList(java.util.List<Author> editorList)
-
getDoi
public java.lang.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(java.lang.String doi)
Set the value of doi- Parameters:
doi- new value of doi
-
setIsPublished
public void setIsPublished(java.lang.Boolean state)
Sets the publication state of a JournalArticle - TO BE PUBLISHED == false- Parameters:
state-
-
getPmid
public java.lang.String getPmid()
Get the value of PMID field. For example: 12005435- Returns:
- the value of pmid
-
setPmid
public void setPmid(java.lang.String pmid)
Set the value of pmid- Parameters:
pmid- new value of pmid
-
getRef
public java.lang.String getRef()
Get the value of REF field. For example: TO BE PUBLISHED- Returns:
- the value of ref
-
setRef
public void setRef(java.lang.String ref)
Set the value of the ref.- Parameters:
ref- new value of ref
-
getRefn
public java.lang.String getRefn()
Get the value of REFN field. For example: ISSN 0969-2126- Returns:
- the value of ref
-
setRefn
public void setRefn(java.lang.String refn)
Set the value of the refn- Parameters:
refn- new value of refn
-
getTitle
public java.lang.String getTitle()
Get the value of title- Returns:
- the value of title
-
setTitle
public void setTitle(java.lang.String title)
Set the value of title- Parameters:
title- new value of title
-
getJournalName
public java.lang.String getJournalName()
-
setJournalName
public void setJournalName(java.lang.String journalName)
-
getPublicationDate
public int getPublicationDate()
-
setPublicationDate
public void setPublicationDate(int publicationDate)
-
isPublished
public boolean isPublished()
-
setPublished
public void setPublished(boolean published)
-
getPublisher
public java.lang.String getPublisher()
-
setPublisher
public void setPublisher(java.lang.String publisher)
-
getStartPage
public java.lang.String getStartPage()
-
setStartPage
public void setStartPage(java.lang.String startPage)
-
getVolume
public java.lang.String getVolume()
-
setVolume
public void setVolume(java.lang.String volume)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-