Class PdbxExptlCrystalGrowComp

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxExptlCrystalGrowComp
    extends BaseCategory
    Data items in the PDBX_EXPTL_CRYSTAL_GROW_COMP category record details about the components of the solutions that were 'mixed' to produce the crystal.
    • Constructor Detail

      • PdbxExptlCrystalGrowComp

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

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

        public PdbxExptlCrystalGrowComp​(String name)
    • Method Detail

      • getCrystalId

        public StrColumn getCrystalId()
        This data item is a pointer to _exptl_crystal.id in the EXPTL_CRYSTAL category.
        Returns:
        StrColumn
      • getCompId

        public StrColumn getCompId()
        The value of _exptl_crystal_grow_comp.comp_id must uniquely identify each item in the PDBX_EXPTL_CRYSTAL_GROW_COMP list. Note that this item need not be a number; it can be any unique identifier.
        Returns:
        StrColumn
      • getCompName

        public StrColumn getCompName()
        A common name for the component of the solution.
        Returns:
        StrColumn
      • getSolId

        public StrColumn getSolId()
        An identifier for the solution to which the given solution component belongs.
        Returns:
        StrColumn
      • getConc

        public FloatColumn getConc()
        The concentration value of the solution component.
        Returns:
        FloatColumn
      • getConcRange

        public StrColumn getConcRange()
        The concentration range of the solution component.
        Returns:
        StrColumn
      • getConcUnits

        public StrColumn getConcUnits()
        The concentration units for the solution component.
        Returns:
        StrColumn