Package org.rcsb.cif.model.generated
Class PdbxNmrSpectrometer
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxNmrSpectrometer(String name)PdbxNmrSpectrometer(String name, int rowCount, Object[] encodedColumns)PdbxNmrSpectrometer(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetDetails()A text description of the NMR spectrometer.FloatColumngetFieldStrength()Select the field strength for protons in MHz.StrColumngetManufacturer()The name of the manufacturer of the spectrometer.StrColumngetModel()The model of the NMR spectrometer.StrColumngetName()A label that uniquely identifies the NMR spectrometer from other spectrometers listed in the entry.StrColumngetSpectrometerId()Assign a numerical ID to each instrument.StrColumngetType()Select the instrument manufacturer(s) and the model(s) of the NMR(s) used for this work.-
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
-
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
-
-