Package org.rcsb.cif.model.generated
Class PublManuscriptIncl
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PublManuscriptIncl
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PublManuscriptIncl extends BaseCategory
Data items in the PUBL_MANUSCRIPT_INCL category allow the authors of a manuscript submitted for publication to list data names that should be added to the standard request list used by the journal printing software.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PublManuscriptIncl(String name)PublManuscriptIncl(String name, int rowCount, Object[] encodedColumns)PublManuscriptIncl(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetEntryId()This data item is a pointer to _entry.id in the ENTRY category.StrColumngetExtraDefn()Flags whether the corresponding data item marked for inclusion in a journal request list is a standard CIF definition or not.StrColumngetExtraInfo()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.StrColumngetExtraItem()Specifies the inclusion of specific data into a manuscript which are not normally requested by the journal.-
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
-
getEntryId
public StrColumn getEntryId()
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getExtraDefn
public StrColumn getExtraDefn()
Flags whether the corresponding data item marked for inclusion in a journal request list is a standard CIF definition or not.- Returns:
- StrColumn
-
getExtraInfo
public StrColumn getExtraInfo()
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
-
getExtraItem
public StrColumn getExtraItem()
Specifies the inclusion of specific data into a manuscript which are 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
-
-