Class PdbxReferenceMoleculeFamily

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxReferenceMoleculeFamily
    extends BaseCategory
    Data items in the PDBX_REFERENCE_MOLECULE_FAMILY category identify entity families.
    • Constructor Detail

      • PdbxReferenceMoleculeFamily

        public PdbxReferenceMoleculeFamily​(String name,
                                           Map<String,​Column> columns)
      • PdbxReferenceMoleculeFamily

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

        public PdbxReferenceMoleculeFamily​(String name)
    • Method Detail

      • getFamilyPrdId

        public StrColumn getFamilyPrdId()
        The value of _pdbx_reference_entity.family_prd_id must uniquely identify a record in the PDBX_REFERENCE_MOLECULE_FAMILY list. By convention this ID uniquely identifies the reference family in in the PDB reference dictionary. The ID has the template form FAM_dddddd (e.g. FAM_000001)
        Returns:
        StrColumn
      • getName

        public StrColumn getName()
        The entity family name.
        Returns:
        StrColumn
      • getReleaseStatus

        public StrColumn getReleaseStatus()
        Assigns the current PDB release status for this family.
        Returns:
        StrColumn
      • getReplaces

        public StrColumn getReplaces()
        Assigns the identifier for the family which have been replaced by this family. Multiple family identifier codes should be separated by commas.
        Returns:
        StrColumn
      • getReplacedBy

        public StrColumn getReplacedBy()
        Assigns the identifier of the family that has replaced this component.
        Returns:
        StrColumn