Package org.rcsb.cif.model.generated
Class ExptlCrystalGrowComp
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.ExptlCrystalGrowComp
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class ExptlCrystalGrowComp extends BaseCategory
Data items in the EXPTL_CRYSTAL_GROW_COMP category record details about the components of the solutions that were 'mixed' (by whatever means) to produce the crystal. In general, solution 1 is the solution that contains the molecule to be crystallized and solution 2 is the solution that contains the precipitant. However, the number of solutions required to describe the crystallization protocol is not limited to 2. Details of the crystallization protocol should be given in _exptl_crystal_grow_comp.details using the solutions described in EXPTL_CRYSTAL_GROW_COMP.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description ExptlCrystalGrowComp(String name)ExptlCrystalGrowComp(String name, int rowCount, Object[] encodedColumns)ExptlCrystalGrowComp(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetConc()The concentration of the solution component.StrColumngetCrystalId()This data item is a pointer to _exptl_crystal.id in the EXPTL_CRYSTAL category.StrColumngetDetails()A description of any special aspects of the solution component.StrColumngetId()The value of _exptl_crystal_grow_comp.id must uniquely identify each item in the EXPTL_CRYSTAL_GROW_COMP list.StrColumngetName()A common name for the component of the solution.StrColumngetPdbxBath()The identification of the cystallization bath.StrColumngetPdbxConcFinal()The concentration of this component in the final crystallization solution.StrColumngetPdbxSalt()The identification of the crystallization salt.StrColumngetPdbxSoakSalt()The identification of the crystallization soaking salt.StrColumngetPdbxSoakSolv()The identification of the crystallization soaking solventStrColumngetPdbxSolv()The identification of the crystallization solvent.StrColumngetSolId()An identifier for the solution to which the given solution component belongs.StrColumngetVolume()The volume of the solution component.-
Methods inherited from class org.rcsb.cif.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
getConc
public StrColumn getConc()
The concentration of the solution component.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
A description of any special aspects of the solution component. When the solution component is the one that contains the macromolecule, this could be the specification of the buffer in which the macromolecule was stored. When the solution component is a buffer component, this could be the methods (or formula) used to achieve a desired pH.- Returns:
- StrColumn
-
getCrystalId
public StrColumn getCrystalId()
This data item is a pointer to _exptl_crystal.id in the EXPTL_CRYSTAL category.- Returns:
- StrColumn
-
getId
public StrColumn getId()
The value of _exptl_crystal_grow_comp.id must uniquely identify each item in the EXPTL_CRYSTAL_GROW_COMP list. Note that this item need not be a number; it can be any unique identifier.- Returns:
- StrColumn
-
getName
public StrColumn getName()
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
-
getVolume
public StrColumn getVolume()
The volume of the solution component.- Returns:
- StrColumn
-
getPdbxConcFinal
public StrColumn getPdbxConcFinal()
The concentration of this component in the final crystallization solution. This data item should include units of concentration.- Returns:
- StrColumn
-
getPdbxBath
public StrColumn getPdbxBath()
The identification of the cystallization bath.- Returns:
- StrColumn
-
getPdbxSalt
public StrColumn getPdbxSalt()
The identification of the crystallization salt.- Returns:
- StrColumn
-
getPdbxSoakSalt
public StrColumn getPdbxSoakSalt()
The identification of the crystallization soaking salt.- Returns:
- StrColumn
-
getPdbxSoakSolv
public StrColumn getPdbxSoakSolv()
The identification of the crystallization soaking solvent- Returns:
- StrColumn
-
getPdbxSolv
public StrColumn getPdbxSolv()
The identification of the crystallization solvent.- Returns:
- StrColumn
-
-