Package org.rcsb.cif.schema.mm
Class PublBody
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PublBody
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PublBody
extends DelegatingCategory
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.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetContents()A text section of a paper.StrColumngetElement()The functional role of the associated text section.StrColumngetFormat()Code indicating the appropriate typesetting conventions for accented characters and special symbols in the text section.StrColumngetLabel()Code identifying the section of text.StrColumngetTitle()Title of the associated section of text.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getContents
A text section of a paper.- Returns:
- StrColumn
-
getElement
The functional role of the associated text section.- Returns:
- StrColumn
-
getFormat
Code indicating the appropriate typesetting conventions for accented characters and special symbols in the text section.- Returns:
- StrColumn
-
getLabel
Code identifying the section of text.- Returns:
- StrColumn
-
getTitle
Title of the associated section of text.- Returns:
- StrColumn
-