Package de.undercouch.citeproc.endnote
Class EndNoteReference
- java.lang.Object
-
- de.undercouch.citeproc.endnote.EndNoteReference
-
public class EndNoteReference extends Object
An EndNote reference- Author:
- Michel Kraemer
-
-
Constructor Summary
Constructors Constructor Description EndNoteReference()EndNoteReference(String[] authors, String bookOrConference, String place, String year, String[] editors, String label, String language, String[] translatedAuthors, String publisher, String journal, String[] keywords, String callNumber, String accessionNumber, String numberOrIssue, String pages, String translatedTitle, String electronicResourceNumber, String tertiaryTitle, String title, String URL, String volume, String databaseProvider, String abstrct, String[] tertiaryAuthors, String[] notes, EndNoteType type, String custom1, String custom2, String custom3, String custom4, String numberOfVolumes, String edition, String date, String typeOfWork, String[] subsidiaryAuthors, String isbnOrIssn, String shortTitle, String custom5, String custom6, String custom7, String section, String originalPublication, String reprintEdition, String reviewedItem, String authorAddress, String caption, String linkToPDF, String researchNotes, String accessDate, String lastModifiedDate, String nameOfDatabase)
-
Method Summary
-
-
-
Constructor Detail
-
EndNoteReference
public EndNoteReference()
-
EndNoteReference
public EndNoteReference(String[] authors, String bookOrConference, String place, String year, String[] editors, String label, String language, String[] translatedAuthors, String publisher, String journal, String[] keywords, String callNumber, String accessionNumber, String numberOrIssue, String pages, String translatedTitle, String electronicResourceNumber, String tertiaryTitle, String title, String URL, String volume, String databaseProvider, String abstrct, String[] tertiaryAuthors, String[] notes, EndNoteType type, String custom1, String custom2, String custom3, String custom4, String numberOfVolumes, String edition, String date, String typeOfWork, String[] subsidiaryAuthors, String isbnOrIssn, String shortTitle, String custom5, String custom6, String custom7, String section, String originalPublication, String reprintEdition, String reviewedItem, String authorAddress, String caption, String linkToPDF, String researchNotes, String accessDate, String lastModifiedDate, String nameOfDatabase)
-
-
Method Detail
-
getAuthors
public String[] getAuthors()
- Returns:
- the reference's authors
-
getBookOrConference
public String getBookOrConference()
- Returns:
- the reference's bookOrConference
-
getPlace
public String getPlace()
- Returns:
- the reference's place
-
getYear
public String getYear()
- Returns:
- the reference's year
-
getEditors
public String[] getEditors()
- Returns:
- the reference's editors
-
getLabel
public String getLabel()
- Returns:
- the reference's label
-
getLanguage
public String getLanguage()
- Returns:
- the reference's language
-
getTranslatedAuthors
public String[] getTranslatedAuthors()
- Returns:
- the reference's translatedAuthors
-
getPublisher
public String getPublisher()
- Returns:
- the reference's publisher
-
getJournal
public String getJournal()
- Returns:
- the reference's journal
-
getKeywords
public String[] getKeywords()
- Returns:
- the reference's keywords
-
getCallNumber
public String getCallNumber()
- Returns:
- the reference's callNumber
-
getAccessionNumber
public String getAccessionNumber()
- Returns:
- the reference's accessionNumber
-
getNumberOrIssue
public String getNumberOrIssue()
- Returns:
- the reference's numberOrIssue
-
getPages
public String getPages()
- Returns:
- the reference's pages
-
getTranslatedTitle
public String getTranslatedTitle()
- Returns:
- the reference's translatedTitle
-
getElectronicResourceNumber
public String getElectronicResourceNumber()
- Returns:
- the reference's electronicResourceNumber
-
getTertiaryTitle
public String getTertiaryTitle()
- Returns:
- the reference's tertiaryTitle
-
getTitle
public String getTitle()
- Returns:
- the reference's title
-
getURL
public String getURL()
- Returns:
- the reference's URL
-
getVolume
public String getVolume()
- Returns:
- the reference's volume
-
getDatabaseProvider
public String getDatabaseProvider()
- Returns:
- the reference's databaseProvider
-
getAbstrct
public String getAbstrct()
- Returns:
- the reference's abstract
-
getTertiaryAuthors
public String[] getTertiaryAuthors()
- Returns:
- the reference's tertiaryAuthors
-
getNotes
public String[] getNotes()
- Returns:
- the reference's notes
-
getType
public EndNoteType getType()
- Returns:
- the reference's type
-
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
-
getNumberOfVolumes
public String getNumberOfVolumes()
- Returns:
- the reference's numberOfVolumes
-
getEdition
public String getEdition()
- Returns:
- the reference's edition
-
getDate
public String getDate()
- Returns:
- the reference's date
-
getTypeOfWork
public String getTypeOfWork()
- Returns:
- the reference's typeOfWork
-
getSubsidiaryAuthors
public String[] getSubsidiaryAuthors()
- Returns:
- the reference's subsidiaryAuthors
-
getIsbnOrIssn
public String getIsbnOrIssn()
- Returns:
- the reference's isbnOrIssn
-
getShortTitle
public String getShortTitle()
- Returns:
- the reference's shortTitle
-
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
-
getSection
public String getSection()
- Returns:
- the reference's section
-
getOriginalPublication
public String getOriginalPublication()
- Returns:
- the reference's originalPublication
-
getReprintEdition
public String getReprintEdition()
- Returns:
- the reference's reprintEdition
-
getReviewedItem
public String getReviewedItem()
- Returns:
- the reference's reviewedItem
-
getAuthorAddress
public String getAuthorAddress()
- Returns:
- the reference's authorAddress
-
getCaption
public String getCaption()
- Returns:
- the reference's caption
-
getLinkToPDF
public String getLinkToPDF()
- Returns:
- the reference's linkToPDF
-
getResearchNotes
public String getResearchNotes()
- Returns:
- the reference's researchNotes
-
getAccessDate
public String getAccessDate()
- Returns:
- the reference's accessDate
-
getLastModifiedDate
public String getLastModifiedDate()
- Returns:
- the reference's lastModifiedDate
-
getNameOfDatabase
public String getNameOfDatabase()
- Returns:
- the reference's nameOfDatabase
-
-