Package org.biojava.nbio.structure
Class JournalArticle
java.lang.Object
org.biojava.nbio.structure.JournalArticle
- All Implemented Interfaces:
Serializable
PDB-specific
- Since:
- 1.7
- Author:
- Jules Jacobsen
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the list of Authors of the JournalArticlegetDoi()
Get the value of DOI field.Get the list of editors of the JournalArticlegetPmid()
Get the value of PMID field.int
getRef()
Get the value of REF field.getRefn()
Get the value of REFN field.getTitle()
Get the value of titleboolean
void
setAuthorList
(List<Author> authorList) void
Set the value of doivoid
setEditorList
(List<Author> editorList) void
setIsPublished
(Boolean state) Sets the publication state of a JournalArticle - TO BE PUBLISHED == falsevoid
setJournalName
(String journalName) void
Set the value of pmidvoid
setPublicationDate
(int publicationDate) void
setPublished
(boolean published) void
setPublisher
(String publisher) void
Set the value of the ref.void
Set the value of the refnvoid
setStartPage
(String startPage) void
Set the value of titlevoid
toString()
-
Constructor Details
-
JournalArticle
public JournalArticle()
-
-
Method Details
-
getAuthorList
Get the list of Authors of the JournalArticle- Returns:
- the List of authors
-
setAuthorList
-
getEditorList
Get the list of editors of the JournalArticle- Returns:
- the List of editors
-
setEditorList
-
getDoi
Get the value of DOI field. For example: 10.1016/S0969-2126(02)00720-7- Returns:
- the value of doi
-
setDoi
Set the value of doi- Parameters:
doi
- new value of doi
-
setIsPublished
Sets the publication state of a JournalArticle - TO BE PUBLISHED == false- Parameters:
state
-
-
getPmid
Get the value of PMID field. For example: 12005435- Returns:
- the value of pmid
-
setPmid
Set the value of pmid- Parameters:
pmid
- new value of pmid
-
getRef
Get the value of REF field. For example: TO BE PUBLISHED- Returns:
- the value of ref
-
setRef
Set the value of the ref.- Parameters:
ref
- new value of ref
-
getRefn
Get the value of REFN field. For example: ISSN 0969-2126- Returns:
- the value of ref
-
setRefn
Set the value of the refn- Parameters:
refn
- new value of refn
-
getTitle
Get the value of title- Returns:
- the value of title
-
setTitle
Set the value of title- Parameters:
title
- new value of title
-
getJournalName
-
setJournalName
-
getPublicationDate
public int getPublicationDate() -
setPublicationDate
public void setPublicationDate(int publicationDate) -
isPublished
public boolean isPublished() -
setPublished
public void setPublished(boolean published) -
getPublisher
-
setPublisher
-
getStartPage
-
setStartPage
-
getVolume
-
setVolume
-
toString
-