Class PdbxExptlCrystalGrowComp

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

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxExptlCrystalGrowComp
extends DelegatingCategory
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 Details

  • Method Details

    • createDelegate

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