Class AuditAuthor

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

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class AuditAuthor
extends DelegatingCategory
Data items in the 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, _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