Package org.rcsb.cif.schema.mm
Class PdbxNmrExptlSample
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxNmrExptlSample
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxNmrExptlSample
extends DelegatingCategory
The chemical constituents of
each NMR sample. Each sample is identified by a number and
each component in the sample is identified by name.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description PdbxNmrExptlSample(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)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.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getSolutionId
The name (number) of the sample.- Returns:
- StrColumn
-
getComponent
The name of each component in the sample- Returns:
- StrColumn
-
getConcentration
The concentration value of the component.- Returns:
- FloatColumn
-
getConcentrationRange
The concentration range for the component.- Returns:
- StrColumn
-
getConcentrationUnits
The concentration units of the component.- Returns:
- 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
Estimate for the standard error associated with the concentration value of the sample component.- Returns:
- FloatColumn
-