Package org.rcsb.cif.model.generated
Class PdbxNmrExptl
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxNmrExptl
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxNmrExptl extends BaseCategory
In this section, enter information on those experiments that were used to generate constraint data. For each NMR experiment indicate which sample and which sample conditions were used for the experiment.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxNmrExptl(String name)PdbxNmrExptl(String name, int rowCount, Object[] encodedColumns)PdbxNmrExptl(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetConditionsId()The number to identify the set of sample conditions.StrColumngetExperimentId()A numerical ID for each experiment.StrColumngetSampleState()Physical state of the sample either anisotropic or isotropic.StrColumngetSolutionId()The solution_id from the Experimental Sample to identify the sample that these conditions refer to.IntColumngetSpectrometerId()Pointer to '_pdbx_nmr_spectrometer.spectrometer_id'StrColumngetType()The type of NMR experiment.-
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
-
getExperimentId
public StrColumn getExperimentId()
A numerical ID for each experiment.- Returns:
- StrColumn
-
getConditionsId
public StrColumn getConditionsId()
The number to identify the set of sample conditions.- Returns:
- StrColumn
-
getSolutionId
public StrColumn getSolutionId()
The solution_id from the Experimental Sample to identify the sample that these conditions refer to. [Remember to save the entries here before returning to the Experimental Sample form]- Returns:
- StrColumn
-
getType
public StrColumn getType()
The type of NMR experiment.- Returns:
- StrColumn
-
getSpectrometerId
public IntColumn getSpectrometerId()
Pointer to '_pdbx_nmr_spectrometer.spectrometer_id'- Returns:
- IntColumn
-
getSampleState
public StrColumn getSampleState()
Physical state of the sample either anisotropic or isotropic.- Returns:
- StrColumn
-
-