Class ChemCompLink

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class ChemCompLink
    extends BaseCategory
    Data items in the CHEM_COMP_LINK category give details about the links between chemical components.
    • Constructor Detail

      • ChemCompLink

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

        public ChemCompLink​(String name)
    • Method Detail

      • getLinkId

        public StrColumn getLinkId()
        This data item is a pointer to _chem_link.id in the CHEM_LINK category.
        Returns:
        StrColumn
      • getDetails

        public StrColumn getDetails()
        A description of special aspects of a link between chemical components in the structure.
        Returns:
        StrColumn
      • getTypeComp1

        public StrColumn getTypeComp1()
        The type of the first of the two components joined by the link. This data item is a pointer to _chem_comp.type in the CHEM_COMP category.
        Returns:
        StrColumn
      • getTypeComp2

        public StrColumn getTypeComp2()
        The type of the second of the two components joined by the link. This data item is a pointer to _chem_comp.type in the CHEM_COMP category.
        Returns:
        StrColumn