Class PdbxNmrSpectralPeakList

java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxNmrSpectralPeakList
All Implemented Interfaces:
Category

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxNmrSpectralPeakList
extends DelegatingCategory
Items in the pdbx_nmr_spectral_peak_list category provide information about a list of reported spectral peak characteristic values.
  • Constructor Details

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • getEntryId

      public StrColumn getEntryId()
      Pointer to '_entry.id'
      Returns:
      StrColumn
    • getId

      public IntColumn getId()
      Unique identifier for a spectral peak list in an entry.
      Returns:
      IntColumn
    • getDataFileName

      public StrColumn getDataFileName()
      The name of the file submitted with a deposition that contains the quantitative data for a spectral peak list.
      Returns:
      StrColumn
    • getSolutionId

      public IntColumn getSolutionId()
      Pointer to '_pdbx_nmr_exptl_sample.solution_id'
      Returns:
      IntColumn
    • getConditionsId

      public IntColumn getConditionsId()
      Pointer to '_pdbx_nmr_exptl_sample_conditions.conditions_id'
      Returns:
      IntColumn
    • getExperimentId

      public IntColumn getExperimentId()
      Pointer to '_pdbx_nmr_exptl.experiment_id'
      Returns:
      IntColumn
    • getNumberOfSpectralDimensions

      public IntColumn getNumberOfSpectralDimensions()
      Number of dimension in the spectrum from which the peak list was extracted.
      Returns:
      IntColumn
    • getDetails

      public StrColumn getDetails()
      Text describing the reported list of spectral peaks.
      Returns:
      StrColumn
    • getTextDataFormat

      public StrColumn getTextDataFormat()
      The data format used to represent the spectral peak data as ASCII text in the text block that is the value to the '_Spectral_peak_list.Text_data' tag.
      Returns:
      StrColumn
    • getLabel

      public StrColumn getLabel()
      A descriptive label that uniquely identifies a list of reported spectral peaks.
      Returns:
      StrColumn
    • getConditionsLabel

      public StrColumn getConditionsLabel()
      Pointer to 'pdbx_nmr_exptl_sample_conditions.label'.
      Returns:
      StrColumn