Class PdbxAuditAuthor

java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxAuditAuthor
All Implemented Interfaces:
Category

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

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • 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