Class PdbxAuditAuthor

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxAuditAuthor
    extends BaseCategory
    Data items in the PDBX_AUDIT_AUTHOR category record details about the author(s) of the data block.
    • Constructor Detail

      • PdbxAuditAuthor

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

        public PdbxAuditAuthor​(String name)
    • Method Detail

      • getAddress

        public StrColumn getAddress()
        The address of an author of this data block. If there are multiple authors, _pdbx_audit_author.address is looped with _pdbx_audit_author.name.
        Returns:
        StrColumn
      • getName

        public StrColumn getName()
        The name of an author of this data block. If there are multiple authors, _pdbx_audit_author.name is looped with _pdbx_audit_author.address. The family name(s), followed by a comma and including any dynastic compoents, precedes the first name(s) or initial(s).
        Returns:
        StrColumn
      • getOrdinal

        public IntColumn getOrdinal()
        A unique sequential integer identifier for each author.
        Returns:
        IntColumn