Class PublBody

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PublBody
    extends BaseCategory
    Data items in the PUBL_BODY category permit the labelling of different text sections within the body of a paper. Note that these should not be used in a paper which has a standard format with sections tagged by specific data names (such as in Acta Crystallographica Section C). Typically, each journal will supply a list of the specific items it requires in its Notes for Authors.
    • Constructor Detail

      • PublBody

        public PublBody​(String name,
                        int rowCount,
                        Object[] encodedColumns)
      • PublBody

        public PublBody​(String name)
    • Method Detail

      • getContents

        public StrColumn getContents()
        A text section of a paper.
        Returns:
        StrColumn
      • getElement

        public StrColumn getElement()
        The functional role of the associated text section.
        Returns:
        StrColumn
      • getFormat

        public StrColumn getFormat()
        Code indicating the appropriate typesetting conventions for accented characters and special symbols in the text section.
        Returns:
        StrColumn
      • getLabel

        public StrColumn getLabel()
        Code identifying the section of text.
        Returns:
        StrColumn
      • getTitle

        public StrColumn getTitle()
        Title of the associated section of text.
        Returns:
        StrColumn