Class PdbxExptlCrystalGrowSol

  • All Implemented Interfaces:
    Category

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

      • PdbxExptlCrystalGrowSol

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

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

        public PdbxExptlCrystalGrowSol​(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
      • getSolId

        public StrColumn getSolId()
        An identifier for this solution (e.g. precipitant, reservoir, macromolecule)
        Returns:
        StrColumn
      • getVolume

        public FloatColumn getVolume()
        The volume of the solution.
        Returns:
        FloatColumn
      • getVolumeUnits

        public StrColumn getVolumeUnits()
        The volume units of the solution.
        Returns:
        StrColumn
      • getPH

        public FloatColumn getPH()
        The pH of the solution.
        Returns:
        FloatColumn