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.
  • Constructor Details

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • 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