Package org.rcsb.cif.schema.core
Class CitationAuthor
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.CitationAuthor
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class CitationAuthor
extends DelegatingCategory.DelegatingCifCoreCategory
Category of items describing citation author(s) details.
-
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 CitationAuthor(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description StrColumngetCitationId()Code identifier in the CITATION data list.StrColumngetKey()Value is a unique key to a set of CITATION_AUTHOR items in a looped list.StrColumngetName()Name of citation author; relevant for articles and book chapters.IntColumngetOrdinal()Ordinal code specifies the order of the author's name in the list of authors of the citation.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getKey
Value is a unique key to a set of CITATION_AUTHOR items in a looped list.- Returns:
- StrColumn
-
getCitationId
Code identifier in the CITATION data list. The value of must match an identifier specified in the CITATION list.- Returns:
- StrColumn
-
getName
Name of citation author; relevant for articles 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
Ordinal code specifies the order of the author's name in the list of authors of the citation.- Returns:
- IntColumn
-