Package org.rcsb.cif.schema.core
Class PublManuscript
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.PublManuscript
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PublManuscript
extends DelegatingCategory.DelegatingCifCoreCategory
Category of items describing the publication manuscript.
-
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 PublManuscript(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description StrColumngetCreation()A description of the wordprocessor package and computer used to create the manuscript stored as _publ_manuscript.processed.StrColumngetProcessed()The full manuscript of a paper (excluding possibly the figures and the tables) output in ASCII characters from a word processor.StrColumngetText()The full manuscript of a paper (excluding figures and possibly the tables) output as standard ASCII text.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getCreation
A description of the wordprocessor package and computer used to create the manuscript stored as _publ_manuscript.processed.- Returns:
- StrColumn
-
getProcessed
The full manuscript of a paper (excluding possibly the figures and the tables) output in ASCII characters from a word processor. Information about the generation of this data item must be specified in the data item _publ_manuscript.creation.- Returns:
- StrColumn
-
getText
The full manuscript of a paper (excluding figures and possibly the tables) output as standard ASCII text.- Returns:
- StrColumn
-