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
Constructors -
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.voidsetAuthors(String authors) Set The authors are a list of Inventors that retrieved from the Reference section.voidsetJournal(String journal) Set The journal usually contains the Publication Number, Publication Date and AssigneevoidSet The title that retrieved from the Reference section.
-
Constructor Details
-
GenbankReference
public GenbankReference()
-
-
Method Details
-
getAuthors
Description copied from class:AbstractReferenceThe authors are a list of Inventors that retrieved from the Reference section.- Specified by:
getAuthorsin interfaceReferenceInterface- Overrides:
getAuthorsin classAbstractReference- Returns:
-
setAuthors
Description copied from class:AbstractReferenceSet The authors are a list of Inventors that retrieved from the Reference section.- Specified by:
setAuthorsin interfaceReferenceInterface- Overrides:
setAuthorsin classAbstractReference- Parameters:
authors-
-
getTitle
Description copied from class:AbstractReferenceThe title that retrieved from the Reference section.- Specified by:
getTitlein interfaceReferenceInterface- Overrides:
getTitlein classAbstractReference- Returns:
-
setTitle
Description copied from class:AbstractReferenceSet The title that retrieved from the Reference section.- Specified by:
setTitlein interfaceReferenceInterface- Overrides:
setTitlein classAbstractReference- Parameters:
title-
-
getJournal
Description copied from class:AbstractReferenceThe journal usually contains the Publication Number, Publication Date and Assignee- Specified by:
getJournalin interfaceReferenceInterface- Overrides:
getJournalin classAbstractReference- Returns:
-
setJournal
Description copied from class:AbstractReferenceSet The journal usually contains the Publication Number, Publication Date and Assignee- Specified by:
setJournalin interfaceReferenceInterface- Overrides:
setJournalin classAbstractReference- Parameters:
journal-
-