Class PdbxMissingAtomPoly

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

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxMissingAtomPoly
extends DelegatingCategory
Data items in the PDBX_MISSING_ATOM_POLY category lists atoms missing in polymer residues. This is a completely derived category. Do not edit.
  • Constructor Details

  • Method Details

    • createDelegate

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

      public IntColumn getId()
      The value of _pdbx_missing_atom_poly.id must uniquely identify each item in the PDBX_MISSING_ATOM_POLY list. This is an integer serial number.
      Returns:
      IntColumn
    • getModelId

      public IntColumn getModelId()
      The model number for the given residue
      Returns:
      IntColumn
    • getAuthAsymId

      public StrColumn getAuthAsymId()
      Identifier of the residue This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.
      Returns:
      StrColumn
    • getAuthCompId

      public StrColumn getAuthCompId()
      Identifier of the residue This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.
      Returns:
      StrColumn
    • getAuthSeqId

      public StrColumn getAuthSeqId()
      Identifier of the residue This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.
      Returns:
      StrColumn
    • getAuthPDBInsertId

      public StrColumn getAuthPDBInsertId()
      Identifier of the residue This data item is a pointer to _atom_site.pdbx_PDB_ins_code in the ATOM_SITE category.
      Returns:
      StrColumn
    • getLabelAsymId

      public StrColumn getLabelAsymId()
      Identifier of the residue. This data item is a pointer to _atom_site.label_asym_id in the ATOM_SITE category.
      Returns:
      StrColumn
    • getLabelCompId

      public StrColumn getLabelCompId()
      Identifier of the residue. This data item is a pointer to _atom_site.label_comp_id in the ATOM_SITE category.
      Returns:
      StrColumn
    • getLabelSeqId

      public IntColumn getLabelSeqId()
      Identifier of the residue. This data item is a pointer to _atom_site.label_seq_id in the ATOM_SITE category.
      Returns:
      IntColumn
    • getAtomName

      public StrColumn getAtomName()
      Identifier of missing atom.
      Returns:
      StrColumn