Package org.rcsb.cif.model.generated
Class Publ
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.Publ
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class Publ extends BaseCategory
Data items in the PUBL category are used when submitting a manuscript for publication.
-
-
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 StrColumngetContactAuthor()The name and address of the author submitting the manuscript and data block.StrColumngetContactAuthorAddress()The address of the author submitting the manuscript and data block.StrColumngetContactAuthorEmail()E-mail address in a form recognizable to international networks.StrColumngetContactAuthorFax()Facsimile telephone number of the author submitting the manuscript and data block.StrColumngetContactAuthorName()The name of the author submitting the manuscript and data block.StrColumngetContactAuthorPhone()Telephone number of the author submitting the manuscript and data block.StrColumngetContactLetter()A letter submitted to the journal editor by the contact author.StrColumngetEntryId()This data item is a pointer to _entry.id in the ENTRY category.StrColumngetManuscriptCreation()A description of the word-processor package and computer used to create the word-processed manuscript stored as _publ.manuscript_processed.StrColumngetManuscriptProcessed()The full manuscript of a paper (excluding possibly the figures and the tables) output in ASCII characters from a word processor.StrColumngetManuscriptText()The full manuscript of a paper (excluding figures and possibly the tables) output as standard ASCII text.StrColumngetRequestedCategory()The category of paper submitted.StrColumngetRequestedCoeditorName()The name of the co-editor whom the authors would like to handle the submitted manuscript.StrColumngetRequestedJournal()The name of the journal to which the manuscript is being submitted.StrColumngetSectionAbstract()The abstract section of a manuscript if the manuscript is submitted in parts.StrColumngetSectionAcknowledgements()The acknowledgements section of a manuscript if the manuscript is submitted in parts.StrColumngetSectionComment()The comment section of a manuscript if the manuscript is submitted in parts.StrColumngetSectionDiscussion()The discussion section of a manuscript if the manuscript is submitted in parts.StrColumngetSectionExperimental()The experimental section of a manuscript if the manuscript is submitted in parts.StrColumngetSectionExptlPrep()The experimental preparation section of a manuscript if the manuscript is submitted in parts.StrColumngetSectionExptlRefinement()The experimental refinement section of a manuscript if the manuscript is submitted in parts.StrColumngetSectionExptlSolution()The experimental solution section of a manuscript if the manuscript is submitted in parts.StrColumngetSectionFigureCaptions()The figure captions section of a manuscript if the manuscript is submitted in parts.StrColumngetSectionIntroduction()The introduction section of a manuscript if the manuscript is submitted in parts.StrColumngetSectionReferences()The references section of a manuscript if the manuscript is submitted in parts.StrColumngetSectionSynopsis()The synopsis section of a manuscript if the manuscript is submitted in parts.StrColumngetSectionTableLegends()The table legends section of a manuscript if the manuscript is submitted in parts.StrColumngetSectionTitle()The title of a manuscript if the manuscript is submitted in parts.StrColumngetSectionTitleFootnote()The footnote to the title of a manuscript if the manuscript is submitted in parts.-
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
-
getContactAuthor
public StrColumn getContactAuthor()
The name and address of the author submitting the manuscript and data block. This is the person contacted by the journal editorial staff. It is preferable to use the separate data items _publ.contact_author_name and _publ.contact_author_address.- Returns:
- StrColumn
-
getContactAuthorAddress
public StrColumn getContactAuthorAddress()
The address of the author submitting the manuscript and data block. This is the person contacted by the journal editorial staff.- Returns:
- StrColumn
-
getContactAuthorEmail
public StrColumn getContactAuthorEmail()
E-mail address in a form recognizable to international networks. The format of e-mail addresses is given in Section 3.4, Address Specification, of Internet Message Format, RFC 2822, P. Resnick (Editor), Network Standards Group, April 2001.- Returns:
- StrColumn
-
getContactAuthorFax
public StrColumn getContactAuthorFax()
Facsimile telephone number of the author submitting the manuscript and data block. The recommended style starts with the international dialing prefix, followed by the area code in parentheses, followed by the local number with no spaces. The earlier convention of including the international dialing prefix in parentheses is no longer recommended.- Returns:
- StrColumn
-
getContactAuthorName
public StrColumn getContactAuthorName()
The name of the author submitting the manuscript and data block. This is the person contacted by the journal editorial staff.- Returns:
- StrColumn
-
getContactAuthorPhone
public StrColumn getContactAuthorPhone()
Telephone number of the author submitting the manuscript and data block. The recommended style starts with the international dialing prefix, followed by the area code in parentheses, followed by the local number and any extension number prefixed by 'x', with no spaces. The earlier convention of including the international dialing prefix in parentheses is no longer recommended.- Returns:
- StrColumn
-
getContactLetter
public StrColumn getContactLetter()
A letter submitted to the journal editor by the contact author.- Returns:
- StrColumn
-
getManuscriptCreation
public StrColumn getManuscriptCreation()
A description of the word-processor package and computer used to create the word-processed manuscript stored as _publ.manuscript_processed.- Returns:
- StrColumn
-
getManuscriptProcessed
public StrColumn getManuscriptProcessed()
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
-
getManuscriptText
public StrColumn getManuscriptText()
The full manuscript of a paper (excluding figures and possibly the tables) output as standard ASCII text.- Returns:
- StrColumn
-
getRequestedCategory
public StrColumn getRequestedCategory()
The category of paper submitted. For submission to Acta Crystallographica Section C or Acta Crystallographica Section E, ONLY the codes indicated for use with these journals should be used.- Returns:
- StrColumn
-
getRequestedCoeditorName
public StrColumn getRequestedCoeditorName()
The name of the co-editor whom the authors would like to handle the submitted manuscript.- Returns:
- StrColumn
-
getRequestedJournal
public StrColumn getRequestedJournal()
The name of the journal to which the manuscript is being submitted.- Returns:
- StrColumn
-
getSectionAbstract
public StrColumn getSectionAbstract()
The abstract section of a manuscript if the manuscript is submitted in parts. As an alternative see _publ.manuscript_text and _publ.manuscript_processed.- Returns:
- StrColumn
-
getSectionAcknowledgements
public StrColumn getSectionAcknowledgements()
The acknowledgements section of a manuscript if the manuscript is submitted in parts. As an alternative see _publ.manuscript_text and _publ.manuscript_processed.- Returns:
- StrColumn
-
getSectionComment
public StrColumn getSectionComment()
The comment section of a manuscript if the manuscript is submitted in parts. As an alternative see _publ.manuscript_text and _publ.manuscript_processed.- Returns:
- StrColumn
-
getSectionDiscussion
public StrColumn getSectionDiscussion()
The discussion section of a manuscript if the manuscript is submitted in parts. As an alternative see _publ.manuscript_text and _publ.manuscript_processed.- Returns:
- StrColumn
-
getSectionExperimental
public StrColumn getSectionExperimental()
The experimental section of a manuscript if the manuscript is submitted in parts. As an alternative see _publ.manuscript_text and _publ.manuscript_processed. The _publ.section_exptl_prep, _publ.section_exptl_solution and _publ.section_exptl_refinement items are preferred for separating the chemical preparation, structure solution and refinement aspects of the description of the experiment.- Returns:
- StrColumn
-
getSectionExptlPrep
public StrColumn getSectionExptlPrep()
The experimental preparation section of a manuscript if the manuscript is submitted in parts. As an alternative see _publ.manuscript_text and _publ.manuscript_processed.- Returns:
- StrColumn
-
getSectionExptlRefinement
public StrColumn getSectionExptlRefinement()
The experimental refinement section of a manuscript if the manuscript is submitted in parts. As an alternative see _publ.manuscript_text and _publ.manuscript_processed.- Returns:
- StrColumn
-
getSectionExptlSolution
public StrColumn getSectionExptlSolution()
The experimental solution section of a manuscript if the manuscript is submitted in parts. As an alternative see _publ.manuscript_text and _publ.manuscript_processed.- Returns:
- StrColumn
-
getSectionFigureCaptions
public StrColumn getSectionFigureCaptions()
The figure captions section of a manuscript if the manuscript is submitted in parts. As an alternative see _publ.manuscript_text and _publ.manuscript_processed.- Returns:
- StrColumn
-
getSectionIntroduction
public StrColumn getSectionIntroduction()
The introduction section of a manuscript if the manuscript is submitted in parts. As an alternative see _publ.manuscript_text and _publ.manuscript_processed.- Returns:
- StrColumn
-
getSectionReferences
public StrColumn getSectionReferences()
The references section of a manuscript if the manuscript is submitted in parts. As an alternative see _publ.manuscript_text and _publ.manuscript_processed.- Returns:
- StrColumn
-
getSectionSynopsis
public StrColumn getSectionSynopsis()
The synopsis section of a manuscript if the manuscript is submitted in parts. As an alternative see _publ.manuscript_text and _publ.manuscript_processed.- Returns:
- StrColumn
-
getSectionTableLegends
public StrColumn getSectionTableLegends()
The table legends section of a manuscript if the manuscript is submitted in parts. As an alternative see _publ.manuscript_text and _publ.manuscript_processed.- Returns:
- StrColumn
-
getSectionTitle
public StrColumn getSectionTitle()
The title of a manuscript if the manuscript is submitted in parts. As an alternative see _publ.manuscript_text and _publ.manuscript_processed.- Returns:
- StrColumn
-
getSectionTitleFootnote
public StrColumn getSectionTitleFootnote()
The footnote to the title of a manuscript if the manuscript is submitted in parts. As an alternative see _publ.manuscript_text and _publ.manuscript_processed.- Returns:
- StrColumn
-
-