Package org.rcsb.cif.model.generated
Class PdbxNmrChemShiftExperiment
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxNmrChemShiftExperiment
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxNmrChemShiftExperiment extends BaseCategory
Items in the chem_shift_experiment category provide pointers to the NMR experiments and samples used to collect the data for a set of reported assigned chemical shifts.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxNmrChemShiftExperiment(String name)PdbxNmrChemShiftExperiment(String name, int rowCount, Object[] encodedColumns)PdbxNmrChemShiftExperiment(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntColumngetAssignedChemShiftListId()Pointer to '_pdbx_nmr_assigned_chem_shift_list.ID'StrColumngetEntryId()Pointer to '_entry.id'IntColumngetExperimentId()Pointer to '_pdbx_nmr_exptl.experiment.id'StrColumngetExperimentName()The name of an experiment used to determine the data reported.StrColumngetSampleState()Physical state of the sample either anisotropic or isotropic.IntColumngetSolutionId()Pointer to '_pdbx_nmr_exptl_sample.solution_id'-
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
-
-
-
-
Constructor Detail
-
PdbxNmrChemShiftExperiment
public PdbxNmrChemShiftExperiment(String name, Map<String,Column> columns)
-
PdbxNmrChemShiftExperiment
public PdbxNmrChemShiftExperiment(String name, int rowCount, Object[] encodedColumns)
-
PdbxNmrChemShiftExperiment
public PdbxNmrChemShiftExperiment(String name)
-
-
Method Detail
-
getAssignedChemShiftListId
public IntColumn getAssignedChemShiftListId()
Pointer to '_pdbx_nmr_assigned_chem_shift_list.ID'- Returns:
- IntColumn
-
getEntryId
public StrColumn getEntryId()
Pointer to '_entry.id'- Returns:
- StrColumn
-
getExperimentId
public IntColumn getExperimentId()
Pointer to '_pdbx_nmr_exptl.experiment.id'- Returns:
- IntColumn
-
getExperimentName
public StrColumn getExperimentName()
The name of an experiment used to determine the data reported.- Returns:
- StrColumn
-
getSampleState
public StrColumn getSampleState()
Physical state of the sample either anisotropic or isotropic.- Returns:
- StrColumn
-
getSolutionId
public IntColumn getSolutionId()
Pointer to '_pdbx_nmr_exptl_sample.solution_id'- Returns:
- IntColumn
-
-