Package org.rcsb.cif.model.generated
Class CitationAuthor
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.CitationAuthor
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class CitationAuthor extends BaseCategory
Data items in the CITATION_AUTHOR category record details about the authors associated with the citations in the CITATION list.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description CitationAuthor(String name)CitationAuthor(String name, int rowCount, Object[] encodedColumns)CitationAuthor(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
getCitationId
public StrColumn getCitationId()
This data item is a pointer to _citation.id in the CITATION category.- Returns:
- StrColumn
-
getName
public 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
public IntColumn getOrdinal()
This data item defines the order of the author's name in the list of authors of a citation.- Returns:
- IntColumn
-
getIdentifierORCID
public StrColumn getIdentifierORCID()
The Open Researcher and Contributor ID (ORCID).- Returns:
- StrColumn
-
-