Class PdbxChemCompModelBond

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

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxChemCompModelBond
extends DelegatingCategory
Data items in the PDBX_CHEM_COMP_MODEL_BOND category record details about the bonds between atoms in a chemical component model instance.
  • Constructor Details

  • Method Details

    • createDelegate

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

      public StrColumn getAtomId1()
      The ID of the first of the two atoms that define the bond. This data item is a pointer to _pdbx_chem_comp_model_atom.atom_id in the PDBX_CHEM_COMP_MODEL_ATOM category.
      Returns:
      StrColumn
    • getAtomId2

      public StrColumn getAtomId2()
      The ID of the second of the two atoms that define the bond. This data item is a pointer to _pdbx_chem_comp_model_atom.atom_id in the PDBX_CHEM_COMP_MODEL_ATOM category.
      Returns:
      StrColumn
    • getModelId

      public StrColumn getModelId()
      This data item is a pointer to _pdbx_chem_comp_model.id in the PDBX_CHEM_COMP_MODEL category.
      Returns:
      StrColumn
    • getValueOrder

      public StrColumn getValueOrder()
      The value that should be taken as the target for the chemical bond associated with the specified atoms, expressed as a bond order.
      Returns:
      StrColumn
    • getOrdinalId

      public IntColumn getOrdinalId()
      The value of _pdbx_chem_comp_model_bond.ordinal_id is an ordinal identifer for each atom in the PDBX_CHEM_COMP_MODEL_BOND list.
      Returns:
      IntColumn