Class PdbxChemCompRelated

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxChemCompRelated
    extends BaseCategory
    PDBX_CHEM_COMP_RELATED describes the relationship between two chemical components.
    • Constructor Detail

      • PdbxChemCompRelated

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

        public PdbxChemCompRelated​(String name)
    • Method Detail

      • getCompId

        public StrColumn getCompId()
        The chemical component for which this relationship applies.
        Returns:
        StrColumn
      • getRelatedCompId

        public StrColumn getRelatedCompId()
        The related chemical component for which this chemical component is based.
        Returns:
        StrColumn
      • getRelationshipType

        public StrColumn getRelationshipType()
        Describes the type of relationship
        Returns:
        StrColumn
      • getDetails

        public StrColumn getDetails()
        Describes the type of relationship
        Returns:
        StrColumn