Package org.rcsb.cif.schema.core
Class PublSection
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.PublSection
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PublSection
extends DelegatingCategory.DelegatingCifCoreCategory
Manuscript section data if submitted in parts. see also
_publ_manuscript.text and _publ_manuscript.processed.
The _publ_section.exptl_prep, _publ_section.exptl_refinement
and _publ_section.exptl_solution items are preferred for
separating the chemical preparation, refinement and structure
solution aspects of the experimental description.
-
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 PublSection(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description StrColumngetAbstract()The abstract of the submitted paper.StrColumngetAcknowledgements()The acknowledgements section of the submitted paper.StrColumngetComment()The comment section of the submitted paper.StrColumngetDiscussion()The discussion section of the submitted paper.StrColumngetExperimental()The experimental section of the submitted paper.StrColumngetExptlPrep()The experimental preparation section of the submitted paper.StrColumngetExptlRefinement()The experimental refinement section of the submitted paper.StrColumngetExptlSolution()The experimental solution section of the submitted paper.StrColumngetFigureCaptions()The figure captions of the submitted paper.StrColumngetIntroduction()The introduction section of the submitted paper.StrColumngetKeywords()The keywords of the submitted paper.StrColumngetReferences()The references section of the submitted paper.StrColumngetRelatedLiterature()The related literature section of the submitted paper.StrColumngetSynopsis()The synopsis of the submitted paper.StrColumngetTableLegends()The table legends of the submitted paper.StrColumngetTitle()The full title of the submitted paper.StrColumngetTitleFootnote()Footnote (if any) to the title of the submitted paper.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getAbstract
The abstract of the submitted paper.- Returns:
- StrColumn
-
getAcknowledgements
The acknowledgements section of the submitted paper.- Returns:
- StrColumn
-
getComment
The comment section of the submitted paper.- Returns:
- StrColumn
-
getDiscussion
The discussion section of the submitted paper.- Returns:
- StrColumn
-
getExperimental
The experimental section of the submitted paper.- Returns:
- StrColumn
-
getExptlPrep
The experimental preparation section of the submitted paper.- Returns:
- StrColumn
-
getExptlRefinement
The experimental refinement section of the submitted paper.- Returns:
- StrColumn
-
getExptlSolution
The experimental solution section of the submitted paper.- Returns:
- StrColumn
-
getFigureCaptions
The figure captions of the submitted paper.- Returns:
- StrColumn
-
getIntroduction
The introduction section of the submitted paper.- Returns:
- StrColumn
-
getKeywords
The keywords of the submitted paper.- Returns:
- StrColumn
-
getReferences
The references section of the submitted paper.- Returns:
- StrColumn
-
getRelatedLiterature
The related literature section of the submitted paper.- Returns:
- StrColumn
-
getSynopsis
The synopsis of the submitted paper.- Returns:
- StrColumn
-
getTableLegends
The table legends of the submitted paper.- Returns:
- StrColumn
-
getTitle
The full title of the submitted paper.- Returns:
- StrColumn
-
getTitleFootnote
Footnote (if any) to the title of the submitted paper.- Returns:
- StrColumn
-