Class JournalCorrigendum

All Implemented Interfaces:
JournalContent, PublicationInstance<Range>

public class JournalCorrigendum extends JournalNonPeerReviewedContent
A Journal corrigendum is a correction to a previously published Journal article/content.

They have their own DOIs and are viewed as independent publications.

Example: http://doi.org/10.1038/nature10098

  • Constructor Details

    • JournalCorrigendum

      public JournalCorrigendum(String volume, String issue, String articleNumber, Range pages, URI corrigendumFor)
      Creates an object that matches the Journal pattern, but throws an exception if peerReviewed is set to true.
      Parameters:
      volume - Journal volume for the article.
      issue - Journal issue for the article.
      articleNumber - Article number for the article.
      pages - Page range for the article.
      corrigendumFor - The linked resource that the corrigendum amends.
  • Method Details

    • getCorrigendumFor

      public URI getCorrigendumFor()