Class GenbankReference
- java.lang.Object
-
- org.biojava.nbio.core.sequence.reference.AbstractReference
-
- org.biojava.nbio.core.sequence.reference.GenbankReference
-
- All Implemented Interfaces:
ReferenceInterface
public class GenbankReference extends AbstractReference
For Genbank format file only.- Since:
- 5.0.0
-
-
Constructor Summary
Constructors Constructor Description GenbankReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthors()The authors are a list of Inventors that retrieved from the Reference section.StringgetJournal()The journal usually contains the Publication Number, Publication Date and AssigneeStringgetTitle()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 AssigneevoidsetTitle(String title)Set The title that retrieved from the Reference section.
-
-
-
Constructor Detail
-
GenbankReference
public GenbankReference()
-
-
Method Detail
-
getAuthors
public String 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
public void setAuthors(String authors)
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
-
getTitle
public String getTitle()
Description copied from class:AbstractReferenceThe title that retrieved from the Reference section.- Specified by:
getTitlein interfaceReferenceInterface- Overrides:
getTitlein classAbstractReference- Returns:
-
setTitle
public void setTitle(String title)
Description copied from class:AbstractReferenceSet The title that retrieved from the Reference section.- Specified by:
setTitlein interfaceReferenceInterface- Overrides:
setTitlein classAbstractReference
-
getJournal
public String 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
public void setJournal(String journal)
Description copied from class:AbstractReferenceSet The journal usually contains the Publication Number, Publication Date and Assignee- Specified by:
setJournalin interfaceReferenceInterface- Overrides:
setJournalin classAbstractReference
-
-