Package org.rcsb.cif.model.generated
Class PdbxExptlCrystalCryoTreatment
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxExptlCrystalCryoTreatment
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxExptlCrystalCryoTreatment extends BaseCategory
Data items in the PDBX_EXPTL_CRYSTAL_CRYO_TREATMENT category record details cryogenic treatments applied to this crystal.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxExptlCrystalCryoTreatment(String name)PdbxExptlCrystalCryoTreatment(String name, int rowCount, Object[] encodedColumns)PdbxExptlCrystalCryoTreatment(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetAnnealingDetails()Details of the annealing treatment applied to this crystal.StrColumngetCoolingDetails()Details of the cooling treatment applied to this crystal.StrColumngetCrystalId()This data item is a pointer to _exptl_crystal.id in the EXPTL_CRYSTAL category.StrColumngetFinalSolutionDetails()Details of the final solution used in the treatment of this crystalStrColumngetSoakingDetails()Details of the soaking treatment applied to this crystal.-
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
-
-
-
-
Constructor Detail
-
PdbxExptlCrystalCryoTreatment
public PdbxExptlCrystalCryoTreatment(String name, Map<String,Column> columns)
-
PdbxExptlCrystalCryoTreatment
public PdbxExptlCrystalCryoTreatment(String name, int rowCount, Object[] encodedColumns)
-
PdbxExptlCrystalCryoTreatment
public PdbxExptlCrystalCryoTreatment(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
-
getFinalSolutionDetails
public StrColumn getFinalSolutionDetails()
Details of the final solution used in the treatment of this crystal- Returns:
- StrColumn
-
getSoakingDetails
public StrColumn getSoakingDetails()
Details of the soaking treatment applied to this crystal.- Returns:
- StrColumn
-
getCoolingDetails
public StrColumn getCoolingDetails()
Details of the cooling treatment applied to this crystal.- Returns:
- StrColumn
-
getAnnealingDetails
public StrColumn getAnnealingDetails()
Details of the annealing treatment applied to this crystal.- Returns:
- StrColumn
-
-