Class PdbxNonstandardList

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

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxNonstandardList
extends DelegatingCategory
The information in this category is exclusively used to store the HET records of a PDB file. This record will be generated by the PROGRAM.
  • Constructor Details

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • getId

      public StrColumn getId()
      The value of _pdbx_nonstandard_list.id must uniquely identify each item in the PDBX_NONSTANDARD_LIST list. For protein polymer entities, this is the three-letter code for amino acids. For nucleic acid polymer entities, this is the one-letter code for the bases.
      Returns:
      StrColumn
    • getAuthAsymId

      public StrColumn getAuthAsymId()
      Chain id of the nonstandard group used by the author.
      Returns:
      StrColumn
    • getAuthSeqId

      public StrColumn getAuthSeqId()
      Residue number of the nonstandard group used by the author.
      Returns:
      StrColumn
    • getLabelAsymId

      public StrColumn getLabelAsymId()
      Chain ID of het group.
      Returns:
      StrColumn
    • getLabelSeqNum

      public StrColumn getLabelSeqNum()
      Residue number of het group.
      Returns:
      StrColumn
    • getLabelSeqId

      public IntColumn getLabelSeqId()
      Residue id of het group.
      Returns:
      IntColumn
    • getInsCode

      public StrColumn getInsCode()
      Insertion code of het group.
      Returns:
      StrColumn
    • getNumberAtomsNh

      public IntColumn getNumberAtomsNh()
      The number of non-hydrogen atoms in the het group.
      Returns:
      IntColumn