Package org.rcsb.cif.schema.mm
Class CitationAuthor
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.CitationAuthor
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class CitationAuthor
extends DelegatingCategory
Data items in the CITATION_AUTHOR category record details
about the authors associated with the citations in the
CITATION list.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description CitationAuthor(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCitationId()This data item is a pointer to _citation.id in the CITATION category.StrColumngetIdentifierORCID()The Open Researcher and Contributor ID (ORCID).StrColumngetName()Name of an author of the citation; relevant for journal articles, books and book chapters.IntColumngetOrdinal()This data item defines the order of the author's name in the list of authors of a citation.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getCitationId
This data item is a pointer to _citation.id in the CITATION category.- Returns:
- StrColumn
-
getName
Name of an author of the citation; relevant for journal articles, books and book chapters. The family name(s), followed by a comma and including any dynastic components, precedes the first name(s) or initial(s).- Returns:
- StrColumn
-
getOrdinal
This data item defines the order of the author's name in the list of authors of a citation.- Returns:
- IntColumn
-
getIdentifierORCID
The Open Researcher and Contributor ID (ORCID).- Returns:
- StrColumn
-