Package org.rcsb.cif.model.generated
Class PdbxExptlCrystalGrowSol
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxExptlCrystalGrowSol(String name)PdbxExptlCrystalGrowSol(String name, int rowCount, Object[] encodedColumns)PdbxExptlCrystalGrowSol(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetCrystalId()This data item is a pointer to _exptl_crystal.id in the EXPTL_CRYSTAL category.FloatColumngetPH()The pH of the solution.StrColumngetSolId()An identifier for this solution (e.g.FloatColumngetVolume()The volume of the solution.StrColumngetVolumeUnits()The volume units of the solution.-
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
-
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
-
-