Class PdbxMoleculeFeatures

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxMoleculeFeatures
    extends BaseCategory
    Data items in the PDBX_MOLECULE_FEATURES category record features of molecules within a PDB entry.
    • Constructor Detail

      • PdbxMoleculeFeatures

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

        public PdbxMoleculeFeatures​(String name)
    • Method Detail

      • getPrdId

        public StrColumn getPrdId()
        The value of _pdbx_molecule_features.prd_id is the PDB accession code for this reference molecule.
        Returns:
        StrColumn
      • getClazz

        public StrColumn getClazz()
        Broadly defines the function of the molecule.
        Returns:
        StrColumn
      • getType

        public StrColumn getType()
        Defines the structural classification of the molecule.
        Returns:
        StrColumn
      • getName

        public StrColumn getName()
        A name of the molecule.
        Returns:
        StrColumn
      • getDetails

        public StrColumn getDetails()
        Additional details describing the molecule.
        Returns:
        StrColumn