Package org.rcsb.cif.model.generated
Class PdbxExptlCrystalGrowComp
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxExptlCrystalGrowComp
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxExptlCrystalGrowComp extends BaseCategory
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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxExptlCrystalGrowComp(String name)PdbxExptlCrystalGrowComp(String name, int rowCount, Object[] encodedColumns)PdbxExptlCrystalGrowComp(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetCompId()The value of _exptl_crystal_grow_comp.comp_id must uniquely identify each item in the PDBX_EXPTL_CRYSTAL_GROW_COMP list.StrColumngetCompName()A common name for the component of the solution.FloatColumngetConc()The concentration value of the solution component.StrColumngetConcRange()The concentration range of the solution component.StrColumngetConcUnits()The concentration units for the solution component.StrColumngetCrystalId()This data item is a pointer to _exptl_crystal.id in the EXPTL_CRYSTAL category.StrColumngetSolId()An identifier for the solution to which the given solution component belongs.-
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
-
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
-
-