Package org.rcsb.cif.model.generated
Class PublBody
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
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
-
-