Package org.rcsb.cif.schema.core
Class PublManuscriptInclExtra
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.PublManuscriptInclExtra
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PublManuscriptInclExtra
extends DelegatingCategory.DelegatingCifCoreCategory
Category of data items that allow the authors of a manuscript to
submit for publication data names that should be added to the
standard request list employed by journal printing software.
Although these fields are primarily intended to identify CIF data
items that the author wishes to include in a published paper, they
can also be used to identify data names created so that non-CIF items
can be included in the publication. Note that *.item names MUST be
enclosed in single quotes.
-
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 PublManuscriptInclExtra(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description StrColumngetDefn()Yes/No flags whether the corresponding data item marked for inclusion in a journal request list is a standard CIF definition or not.StrColumngetInfo()A short note indicating the reason why the author wishes the corresponding data item marked for inclusion in the journal request list to be published.StrColumngetItem()The data name (i.e.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getDefn
Yes/No flags whether the corresponding data item marked for inclusion in a journal request list is a standard CIF definition or not.- Returns:
- StrColumn
-
getInfo
A short note indicating the reason why the author wishes the corresponding data item marked for inclusion in the journal request list to be published.- Returns:
- StrColumn
-
getItem
The data name (i.e. Tag) of a specific data item included in the manuscript which is not normally requested by the journal. The values of this item are the extra data names (which MUST be enclosed in single quotes) that will be added to the journal request list.- Returns:
- StrColumn
-