Package org.rcsb.cif.model.generated
Class PdbxNmrExptlSample
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxNmrExptlSample
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxNmrExptlSample extends BaseCategory
The chemical constituents of each NMR sample. Each sample is identified by a number and each component in the sample is identified by name.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxNmrExptlSample(String name)PdbxNmrExptlSample(String name, int rowCount, Object[] encodedColumns)PdbxNmrExptlSample(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetComponent()The name of each component in the sampleFloatColumngetConcentration()The concentration value of the component.FloatColumngetConcentrationErr()Estimate for the standard error associated with the concentration value of the sample component.StrColumngetConcentrationRange()The concentration range for the component.StrColumngetConcentrationUnits()The concentration units of the component.StrColumngetIsotopicLabeling()The isotopic composition of each component, including the % labeling level, if known.StrColumngetSolutionId()The name (number) of the sample.-
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
-
getSolutionId
public StrColumn getSolutionId()
The name (number) of the sample.- Returns:
- StrColumn
-
getComponent
public StrColumn getComponent()
The name of each component in the sample- Returns:
- StrColumn
-
getConcentration
public FloatColumn getConcentration()
The concentration value of the component.- Returns:
- FloatColumn
-
getConcentrationRange
public StrColumn getConcentrationRange()
The concentration range for the component.- Returns:
- StrColumn
-
getConcentrationUnits
public StrColumn getConcentrationUnits()
The concentration units of the component.- Returns:
- StrColumn
-
getIsotopicLabeling
public StrColumn getIsotopicLabeling()
The isotopic composition of each component, including the % labeling level, if known. For example: 1. Uniform (random) labeling with 15N: U-15N 2. Uniform (random) labeling with 13C, 15N at known labeling levels: U-95% 13C;U-98% 15N 3. Residue selective labeling: U-95% 15N-Thymine 4. Site specific labeling: 95% 13C-Ala18, 5. Natural abundance labeling in an otherwise uniformly labled biomolecule is designated by NA: U-13C; NA-K,H- Returns:
- StrColumn
-
getConcentrationErr
public FloatColumn getConcentrationErr()
Estimate for the standard error associated with the concentration value of the sample component.- Returns:
- FloatColumn
-
-