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 Detail

      • JournalCorrigendum

        public JournalCorrigendum​(java.lang.String volume,
                                  java.lang.String issue,
                                  java.lang.String articleNumber,
                                  Range pages,
                                  java.net.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 Detail

      • getCorrigendumFor

        public java.net.URI getCorrigendumFor()