Class PdbxReferenceMoleculeFamily

java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxReferenceMoleculeFamily
All Implemented Interfaces:
Category

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

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • 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