Class PdbxChemCompBondEdit

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxChemCompBondEdit
    extends BaseCategory
    Data items in the PDBX_CHEM_COMP_BOND_EDIT category provide bond level editing instructions to be applied to imported chemical components.
    • Constructor Detail

      • PdbxChemCompBondEdit

        public PdbxChemCompBondEdit​(String name,
                                    int rowCount,
                                    Object[] encodedColumns)
      • PdbxChemCompBondEdit

        public PdbxChemCompBondEdit​(String name)
    • Method Detail

      • getOrdinal

        public IntColumn getOrdinal()
        This data item uniquely identifies and orders each bond edit instruction.
        Returns:
        IntColumn
      • getCompId

        public StrColumn getCompId()
        This data item is a pointer to _pdbx_chem_comp_import.comp_id in the CHEM_COMP category.
        Returns:
        StrColumn
      • getEditOp

        public StrColumn getEditOp()
        The operation or assignment applied to the named imported component.
        Returns:
        StrColumn
      • getAtomId1

        public StrColumn getAtomId1()
        The identifier for the first atom in the target bond in imported component.
        Returns:
        StrColumn
      • getAtomId2

        public StrColumn getAtomId2()
        The identifier for the second atom in the target bond in imported component.
        Returns:
        StrColumn
      • getEditBondValue

        public StrColumn getEditBondValue()
        The value for the edited bond property value in the generated component.
        Returns:
        StrColumn