Package org.rcsb.cif.schema.mm
Class PdbxNmrSampleDetails
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxNmrSampleDetails
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxNmrSampleDetails
extends DelegatingCategory
Complete description of each NMR sample, including the solvent
system used.
-
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 PdbxNmrSampleDetails(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetContents()A complete description of each NMR sample.StrColumngetDetails()Brief description of the sample providing additional information not captured by other items in the category.StrColumngetLabel()A value that uniquely identifies this sample from the other samples listed in the entry.StrColumngetSolutionId()The name (number) of the sample.StrColumngetSolventSystem()The solvent system used for this sample.StrColumngetType()A descriptive term for the sample that defines the general physical properties 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
-
getContents
A complete description of each NMR sample. Include the concentration and concentration units for each component (include buffers, etc.). For each component describe the isotopic composition, 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 labeled biomolecule is designated by NA: U-13C; NA-K,H- Returns:
- StrColumn
-
getSolventSystem
The solvent system used for this sample.- Returns:
- StrColumn
-
getLabel
A value that uniquely identifies this sample from the other samples listed in the entry.- Returns:
- StrColumn
-
getType
A descriptive term for the sample that defines the general physical properties of the sample.- Returns:
- StrColumn
-
getDetails
Brief description of the sample providing additional information not captured by other items in the category.- Returns:
- StrColumn
-