Package org.rcsb.cif.schema.core
Class Citation
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.Citation
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class Citation
extends DelegatingCategory.DelegatingCifCoreCategory
Data items in the CITATION category record details about the
literature cited as being relevant to the contents of the data
block.
-
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 Citation(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description StrColumngetAbstract()Abstract for the citation.StrColumngetAbstractIdCAS()Chemical Abstracts Service (CAS) abstract identifier.StrColumngetBookIdISBN()International Standard Book Number (ISBN) for book chap.StrColumngetBookPublisher()Publisher of the citation; relevant for book chapters.StrColumngetBookPublisherCity()Location of publisher of the citation; relevant for book chapters.StrColumngetBookTitle()Title of the book in which the citation appeared.StrColumngetCoordinateLinkage()Code specifies whether this citation is concerned with precisely the set of coordinates given in the data block.StrColumngetCountry()Country of publication; for journal articles and book chapters.StrColumngetDatabaseIdCSD()Identifier ('refcode') of the database record in the Cambridge Structural Database containing details of the cited structure.StrColumngetDatabaseIdMedline()i Medline accession number categorizing a bibliographic entry.StrColumngetDetails()Special aspects of the relationship of the data block contents to the literature item cited.StrColumngetDoi()The Digital Object Identifier (DOI) of the cited work.StrColumngetId()Unique identifier to the CITATION list.StrColumngetJournalAbbrev()Abbreviated name of the journal cited as given in the Chemical Abstracts Service Source Index.StrColumngetJournalFull()Full name of the journal cited; relevant for journal articles.StrColumngetJournalIdASTM()American Society for the Testing of Materials (ASTM) code assigned to the journal cited (also referred to as the CODEN designator of the Chemical Abstracts Service); relevant for journal articles.StrColumngetJournalIdCSD()The Cambridge Structural Database (CSD) code assigned to the journal cited; relevant for journal articles.StrColumngetJournalIdISSN()The International Standard Serial Number (ISSN) code assigned to the journal cited; relevant for journal articles.IntColumngetJournalIssue()Issue number of the journal cited; relevant for articles.IntColumngetJournalVolume()Volume number of the journal cited; relevant for articles.StrColumngetLanguage()Language in which the citation appears.StrColumngetPageFirst()First page of citation; relevant for articles and book chapters.StrColumngetPageLast()Last page of citation; relevant for articles and book chapters.StrColumngetPublisher()The name of the publisher of the cited work.StrColumngetSpecialDetails()Special aspects of the relationship of the data block contents to the literature item cited.StrColumngetTitle()Title of citation; relevant for articles and book chapters.StrColumngetYear()Year of citation; relevant for articles and book chapters.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getAbstract
Abstract for the citation. This is used most when the citation is extracted from a bibliographic database that contains full text or abstract information.- Returns:
- StrColumn
-
getAbstractIdCAS
Chemical Abstracts Service (CAS) abstract identifier.- Returns:
- StrColumn
-
getBookIdISBN
International Standard Book Number (ISBN) for book chap. cited.- Returns:
- StrColumn
-
getBookPublisher
Publisher of the citation; relevant for book chapters.- Returns:
- StrColumn
-
getBookPublisherCity
Location of publisher of the citation; relevant for book chapters.- Returns:
- StrColumn
-
getBookTitle
Title of the book in which the citation appeared.- Returns:
- StrColumn
-
getCoordinateLinkage
Code specifies whether this citation is concerned with precisely the set of coordinates given in the data block. If, for instance, the publication described the same structure, but the coordinates had undergone further refinement prior to creation of the data block, the value of this data item would be 'no'.- Returns:
- StrColumn
-
getCountry
Country of publication; for journal articles and book chapters.- Returns:
- StrColumn
-
getDatabaseIdCSD
Identifier ('refcode') of the database record in the Cambridge Structural Database containing details of the cited structure.- Returns:
- StrColumn
-
getDatabaseIdMedline
i Medline accession number categorizing a bibliographic entry.- Returns:
- StrColumn
-
getDoi
The Digital Object Identifier (DOI) of the cited work. A DOI is a unique character string identifying any object of intellectual property. It provides a persistent identifier for an object on a digital network and permits the association of related current data in a structured extensible way. A DOI is an implementation of the Internet concepts of Uniform Resource Name and Universal Resource Locator managed according to the specifications of the International DOI Foundation (see http://www.doi.org).- Returns:
- StrColumn
-
getId
Unique identifier to the CITATION list. A value of 'primary' should be used to indicate the citation that the author(s) consider to be the most pertinent to the contents of the data block. Note that this item need not be a number; it can be any unique identifier.- Returns:
- StrColumn
-
getJournalAbbrev
Abbreviated name of the journal cited as given in the Chemical Abstracts Service Source Index.- Returns:
- StrColumn
-
getJournalFull
Full name of the journal cited; relevant for journal articles.- Returns:
- StrColumn
-
getJournalIdASTM
American Society for the Testing of Materials (ASTM) code assigned to the journal cited (also referred to as the CODEN designator of the Chemical Abstracts Service); relevant for journal articles.- Returns:
- StrColumn
-
getJournalIdCSD
The Cambridge Structural Database (CSD) code assigned to the journal cited; relevant for journal articles. This is also the system used at the Protein Data Bank (PDB).- Returns:
- StrColumn
-
getJournalIdISSN
The International Standard Serial Number (ISSN) code assigned to the journal cited; relevant for journal articles.- Returns:
- StrColumn
-
getJournalIssue
Issue number of the journal cited; relevant for articles.- Returns:
- IntColumn
-
getJournalVolume
Volume number of the journal cited; relevant for articles.- Returns:
- IntColumn
-
getLanguage
Language in which the citation appears.- Returns:
- StrColumn
-
getPageFirst
First page of citation; relevant for articles and book chapters.- Returns:
- StrColumn
-
getPageLast
Last page of citation; relevant for articles and book chapters.- Returns:
- StrColumn
-
getPublisher
The name of the publisher of the cited work. This should be used for citations of journal articles or datasets (in the latter case the publisher could be a curated database). For books or book chapters use _citation.book_publisher.- Returns:
- StrColumn
-
getTitle
Title of citation; relevant for articles and book chapters.- Returns:
- StrColumn
-
getYear
Year of citation; relevant for articles and book chapters.- Returns:
- StrColumn
-
getDetails
Special aspects of the relationship of the data block contents to the literature item cited.- Returns:
- StrColumn
-
getSpecialDetails
Special aspects of the relationship of the data block contents to the literature item cited.- Returns:
- StrColumn
-