Class GenomeReference
$type : string
$authors : array
$title : string
$journal : string
$volume : string
$pages : string
$year : string
getType() : string
setType(string $type) : void
getAuthors() : array
setAuthors(array $authors) : void
getTitle() : string
setTitle(string $title) : void
getJournal() : string
setJournal(string $journal) : void
getVolume() : string
setVolume(string $volume) : void
getPages() : string
setPages(string $pages) : void
getYear() : string
setYear(string $year) : void