Class PdbxNmrSpectrometer

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxNmrSpectrometer
    extends BaseCategory
    The details about each spectrometer used to collect data for this deposition.
    • Constructor Detail

      • PdbxNmrSpectrometer

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

        public PdbxNmrSpectrometer​(String name)
    • Method Detail

      • getSpectrometerId

        public StrColumn getSpectrometerId()
        Assign a numerical ID to each instrument.
        Returns:
        StrColumn
      • getModel

        public StrColumn getModel()
        The model of the NMR spectrometer.
        Returns:
        StrColumn
      • getType

        public StrColumn getType()
        Select the instrument manufacturer(s) and the model(s) of the NMR(s) used for this work.
        Returns:
        StrColumn
      • getManufacturer

        public StrColumn getManufacturer()
        The name of the manufacturer of the spectrometer.
        Returns:
        StrColumn
      • getFieldStrength

        public FloatColumn getFieldStrength()
        Select the field strength for protons in MHz.
        Returns:
        FloatColumn
      • getDetails

        public StrColumn getDetails()
        A text description of the NMR spectrometer.
        Returns:
        StrColumn
      • getName

        public StrColumn getName()
        A label that uniquely identifies the NMR spectrometer from other spectrometers listed in the entry.
        Returns:
        StrColumn