Package org.rcsb.cif.model.generated
Class AuditAuthor
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.AuditAuthor
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class AuditAuthor extends BaseCategory
Data items in the AUDIT_AUTHOR category record details about the author(s) of the data block.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description AuditAuthor(String name)AuditAuthor(String name, int rowCount, Object[] encodedColumns)AuditAuthor(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetAddress()The address of an author of this data block.StrColumngetIdentifierORCID()The Open Researcher and Contributor ID (ORCID).StrColumngetName()The name of an author of this data block.IntColumngetPdbxOrdinal()This data item defines the order of the author's name in the list of audit authors.-
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
-
getAddress
public StrColumn getAddress()
The address of an author of this data block. If there are multiple authors, _audit_author.address is looped with _audit_author.name.- Returns:
- StrColumn
-
getName
public StrColumn getName()
The name of an author of this data block. If there are multiple authors, _audit_author.name is looped with _audit_author.address. The family name(s), followed by a comma and including any dynastic components, precedes the first name(s) or initial(s).- Returns:
- StrColumn
-
getPdbxOrdinal
public IntColumn getPdbxOrdinal()
This data item defines the order of the author's name in the list of audit authors.- Returns:
- IntColumn
-
getIdentifierORCID
public StrColumn getIdentifierORCID()
The Open Researcher and Contributor ID (ORCID).- Returns:
- StrColumn
-
-