Class 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.
    • Constructor Detail

      • PdbxNmrSampleDetails

        public PdbxNmrSampleDetails​(String name,
                                    int rowCount,
                                    Object[] encodedColumns)
      • PdbxNmrSampleDetails

        public PdbxNmrSampleDetails​(String name)
    • 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