Class 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.
    • Constructor Detail

      • AuditAuthor

        public AuditAuthor​(String name,
                           int rowCount,
                           Object[] encodedColumns)
      • AuditAuthor

        public AuditAuthor​(String name)
    • 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