Package de.undercouch.citeproc.ris
Class RISReference
- java.lang.Object
-
- de.undercouch.citeproc.ris.RISReference
-
public class RISReference extends Object
A RIS reference- Author:
- Michel Kraemer
-
-
Constructor Summary
Constructors Constructor Description RISReference()RISReference(String id, RISType type, String[] editors, String[] tertiaryAuthors, String[] subsidiaryAuthors, String abstrct, String authorAddress, String accessionNumber, String[] authors, String bookOrConference, String custom1, String custom2, String custom3, String custom4, String custom5, String custom6, String custom7, String custom8, String caption, String callNumber, String place, String date, String nameOfDatabase, String DOI, String databaseProvider, String endPage, String edition, String issue, String journal, String[] keywords, String[] fileAttachments, String figure, String language, String label, String number, String typeOfWork, String[] notes, String numberOfVolumes, String originalPublication, String publisher, String year, String reviewedItem, String researchNotes, String reprintEdition, String section, String isbnOrIssn, String startPage, String shortTitle, String primaryTitle, String secondaryTitle, String tertiaryTitle, String[] translatedAuthors, String title, String translatedTitle, String URL, String volume, String accessDate)
-
Method Summary
-
-
-
Constructor Detail
-
RISReference
public RISReference()
-
RISReference
public RISReference(String id, RISType type, String[] editors, String[] tertiaryAuthors, String[] subsidiaryAuthors, String abstrct, String authorAddress, String accessionNumber, String[] authors, String bookOrConference, String custom1, String custom2, String custom3, String custom4, String custom5, String custom6, String custom7, String custom8, String caption, String callNumber, String place, String date, String nameOfDatabase, String DOI, String databaseProvider, String endPage, String edition, String issue, String journal, String[] keywords, String[] fileAttachments, String figure, String language, String label, String number, String typeOfWork, String[] notes, String numberOfVolumes, String originalPublication, String publisher, String year, String reviewedItem, String researchNotes, String reprintEdition, String section, String isbnOrIssn, String startPage, String shortTitle, String primaryTitle, String secondaryTitle, String tertiaryTitle, String[] translatedAuthors, String title, String translatedTitle, String URL, String volume, String accessDate)
-
-
Method Detail
-
getId
public String getId()
- Returns:
- the reference's id
-
getType
public RISType getType()
- Returns:
- the reference's type
-
getEditors
public String[] getEditors()
- Returns:
- the reference's editors
-
getTertiaryAuthors
public String[] getTertiaryAuthors()
- Returns:
- the reference's tertiaryAuthors
-
getSubsidiaryAuthors
public String[] getSubsidiaryAuthors()
- Returns:
- the reference's subsidiaryAuthors
-
getAbstrct
public String getAbstrct()
- Returns:
- the reference's abstract
-
getAuthorAddress
public String getAuthorAddress()
- Returns:
- the reference's authorAddress
-
getAccessionNumber
public String getAccessionNumber()
- Returns:
- the reference's accessionNumber
-
getAuthors
public String[] getAuthors()
- Returns:
- the reference's authors
-
getBookOrConference
public String getBookOrConference()
- Returns:
- the reference's bookOrConference
-
getCustom1
public String getCustom1()
- Returns:
- the reference's custom1
-
getCustom2
public String getCustom2()
- Returns:
- the reference's custom2
-
getCustom3
public String getCustom3()
- Returns:
- the reference's custom3
-
getCustom4
public String getCustom4()
- Returns:
- the reference's custom4
-
getCustom5
public String getCustom5()
- Returns:
- the reference's custom5
-
getCustom6
public String getCustom6()
- Returns:
- the reference's custom6
-
getCustom7
public String getCustom7()
- Returns:
- the reference's custom7
-
getCustom8
public String getCustom8()
- Returns:
- the reference's custom8
-
getCaption
public String getCaption()
- Returns:
- the reference's caption
-
getCallNumber
public String getCallNumber()
- Returns:
- the reference's callNumber
-
getPlace
public String getPlace()
- Returns:
- the reference's place
-
getDate
public String getDate()
- Returns:
- the reference's date
-
getNameOfDatabase
public String getNameOfDatabase()
- Returns:
- the reference's nameOfDatabase
-
getDOI
public String getDOI()
- Returns:
- the reference's DOI
-
getDatabaseProvider
public String getDatabaseProvider()
- Returns:
- the reference's databaseProvider
-
getEndPage
public String getEndPage()
- Returns:
- the reference's endPage
-
getEdition
public String getEdition()
- Returns:
- the reference's edition
-
getIssue
public String getIssue()
- Returns:
- the reference's issue
-
getJournal
public String getJournal()
- Returns:
- the reference's journal
-
getKeywords
public String[] getKeywords()
- Returns:
- the reference's keywords
-
getFileAttachments
public String[] getFileAttachments()
- Returns:
- the reference's fileAttachments
-
getFigure
public String getFigure()
- Returns:
- the reference's figure
-
getLanguage
public String getLanguage()
- Returns:
- the reference's language
-
getLabel
public String getLabel()
- Returns:
- the reference's label
-
getNumber
public String getNumber()
- Returns:
- the reference's number
-
getTypeOfWork
public String getTypeOfWork()
- Returns:
- the reference's typeOfWork
-
getNotes
public String[] getNotes()
- Returns:
- the reference's notes
-
getNumberOfVolumes
public String getNumberOfVolumes()
- Returns:
- the reference's numberOfVolumes
-
getOriginalPublication
public String getOriginalPublication()
- Returns:
- the reference's originalPublication
-
getPublisher
public String getPublisher()
- Returns:
- the reference's publisher
-
getYear
public String getYear()
- Returns:
- the reference's year
-
getReviewedItem
public String getReviewedItem()
- Returns:
- the reference's reviewedItem
-
getResearchNotes
public String getResearchNotes()
- Returns:
- the reference's researchNotes
-
getReprintEdition
public String getReprintEdition()
- Returns:
- the reference's reprintEdition
-
getSection
public String getSection()
- Returns:
- the reference's section
-
getIsbnOrIssn
public String getIsbnOrIssn()
- Returns:
- the reference's isbnOrIssn
-
getStartPage
public String getStartPage()
- Returns:
- the reference's startPage
-
getShortTitle
public String getShortTitle()
- Returns:
- the reference's shortTitle
-
getPrimaryTitle
public String getPrimaryTitle()
- Returns:
- the reference's primaryTitle
-
getSecondaryTitle
public String getSecondaryTitle()
- Returns:
- the reference's secondaryTitle
-
getTertiaryTitle
public String getTertiaryTitle()
- Returns:
- the reference's tertiaryTitle
-
getTranslatedAuthors
public String[] getTranslatedAuthors()
- Returns:
- the reference's translatedAuthors
-
getTitle
public String getTitle()
- Returns:
- the reference's title
-
getTranslatedTitle
public String getTranslatedTitle()
- Returns:
- the reference's translatedTitle
-
getURL
public String getURL()
- Returns:
- the reference's URL
-
getVolume
public String getVolume()
- Returns:
- the reference's volume
-
getAccessDate
public String getAccessDate()
- Returns:
- the reference's accessDate
-
-