Package org.rcsb.cif.schema.core
Class PublBody
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.PublBody
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PublBody
extends DelegatingCategory.DelegatingCifCoreCategory
Data items in the PUBL_BODY category permit labelling of
different text sections within the body of a submitted 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.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
Fields inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
parentBlock -
Constructor Summary
Constructors Constructor Description PublBody(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description StrColumngetContents()A text section of a submitted paper.StrColumngetElement()The functional role of the associated text section.StrColumngetFormat()Enumerated state indicating the appropriate typesetting conventions for accented characters and special symbols in the text section.StrColumngetLabel()Unigue identifier for each part of the body of the paper.StrColumngetTitle()Title of the associated section of text.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getContents
A text section of a submitted paper.- Returns:
- StrColumn
-
getElement
The functional role of the associated text section.- Returns:
- StrColumn
-
getFormat
Enumerated state indicating the appropriate typesetting conventions for accented characters and special symbols in the text section.- Returns:
- StrColumn
-
getLabel
Unigue identifier for each part of the body of the paper.- Returns:
- StrColumn
-
getTitle
Title of the associated section of text.- Returns:
- StrColumn
-