Class GenbankReference
java.lang.Object
org.biojava.nbio.core.sequence.reference.AbstractReference
org.biojava.nbio.core.sequence.reference.GenbankReference
- All Implemented Interfaces:
ReferenceInterface
For Genbank format file only.
- Since:
- 5.0.0
- Author:
- Jim Tang
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe authors are a list of Inventors that retrieved from the Reference section.The journal usually contains the Publication Number, Publication Date and AssigneegetTitle()
The title that retrieved from the Reference section.void
setAuthors
(String authors) Set The authors are a list of Inventors that retrieved from the Reference section.void
setJournal
(String journal) Set The journal usually contains the Publication Number, Publication Date and Assigneevoid
Set The title that retrieved from the Reference section.
-
Constructor Details
-
GenbankReference
public GenbankReference()
-
-
Method Details
-
getAuthors
Description copied from class:AbstractReference
The authors are a list of Inventors that retrieved from the Reference section.- Specified by:
getAuthors
in interfaceReferenceInterface
- Overrides:
getAuthors
in classAbstractReference
- Returns:
-
setAuthors
Description copied from class:AbstractReference
Set The authors are a list of Inventors that retrieved from the Reference section.- Specified by:
setAuthors
in interfaceReferenceInterface
- Overrides:
setAuthors
in classAbstractReference
- Parameters:
authors
-
-
getTitle
Description copied from class:AbstractReference
The title that retrieved from the Reference section.- Specified by:
getTitle
in interfaceReferenceInterface
- Overrides:
getTitle
in classAbstractReference
- Returns:
-
setTitle
Description copied from class:AbstractReference
Set The title that retrieved from the Reference section.- Specified by:
setTitle
in interfaceReferenceInterface
- Overrides:
setTitle
in classAbstractReference
- Parameters:
title
-
-
getJournal
Description copied from class:AbstractReference
The journal usually contains the Publication Number, Publication Date and Assignee- Specified by:
getJournal
in interfaceReferenceInterface
- Overrides:
getJournal
in classAbstractReference
- Returns:
-
setJournal
Description copied from class:AbstractReference
Set The journal usually contains the Publication Number, Publication Date and Assignee- Specified by:
setJournal
in interfaceReferenceInterface
- Overrides:
setJournal
in classAbstractReference
- Parameters:
journal
-
-