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 String
getAuthors()
The authors are a list of Inventors that retrieved from the Reference section.String
getJournal()
The journal usually contains the Publication Number, Publication Date and AssigneeString
getTitle()
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
setTitle(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: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
public void setAuthors(String authors)
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
-
getTitle
public String 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
public void setTitle(String title)
Description copied from class:AbstractReference
Set The title that retrieved from the Reference section.- Specified by:
setTitle
in interfaceReferenceInterface
- Overrides:
setTitle
in classAbstractReference
-
getJournal
public String 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
public void setJournal(String journal)
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
-
-