Package org.rcsb.cif.model.generated
Class PdbxNmrSampleDetails
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxNmrSampleDetails
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxNmrSampleDetails extends BaseCategory
Complete description of each NMR sample, including the solvent system used.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxNmrSampleDetails(String name)PdbxNmrSampleDetails(String name, int rowCount, Object[] encodedColumns)PdbxNmrSampleDetails(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
getContents
public 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
public StrColumn getSolventSystem()
The solvent system used for this sample.- Returns:
- StrColumn
-
getLabel
public StrColumn getLabel()
A value that uniquely identifies this sample from the other samples listed in the entry.- Returns:
- StrColumn
-
getType
public StrColumn getType()
A descriptive term for the sample that defines the general physical properties of the sample.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Brief description of the sample providing additional information not captured by other items in the category.- Returns:
- StrColumn
-
-