Package org.rcsb.cif.model.generated
Class PdbxNmrExptlSampleConditions
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxNmrExptlSampleConditions
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxNmrExptlSampleConditions extends BaseCategory
The experimental conditions used to for each sample. Each set of conditions is identified by a numerical code.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxNmrExptlSampleConditions(String name)PdbxNmrExptlSampleConditions(String name, int rowCount, Object[] encodedColumns)PdbxNmrExptlSampleConditions(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetConditionsId()The condition number as defined above.StrColumngetDetails()General details describing conditions of both the sample and the environment during measurements.StrColumngetIonicStrength()The ionic strength at which the NMR data were collected -in lieu of this enter the concentration and identity of the salt in the sample.FloatColumngetIonicStrengthErr()Estimate of the standard error for the value for the sample ionic strength.StrColumngetIonicStrengthUnits()Units for the value of the sample condition ionic strength..StrColumngetLabel()A descriptive label that uniquely identifies this set of sample conditions.StrColumngetPH()The pH at which the NMR data were collected.FloatColumngetPHErr()Estimate of the standard error for the value for the sample pH.StrColumngetPHUnits()Units for the value of the sample condition pH.StrColumngetPressure()The pressure at which NMR data were collected.FloatColumngetPressureErr()Estimate of the standard error for the value for the sample pressure.StrColumngetPressureUnits()The units of pressure at which NMR data were collected.StrColumngetTemperature()The temperature (in Kelvin) at which NMR data were collected.FloatColumngetTemperatureErr()Estimate of the standard error for the value for the sample temperature.StrColumngetTemperatureUnits()Units for the value of the sample condition temperature.-
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
-
PdbxNmrExptlSampleConditions
public PdbxNmrExptlSampleConditions(String name, Map<String,Column> columns)
-
PdbxNmrExptlSampleConditions
public PdbxNmrExptlSampleConditions(String name, int rowCount, Object[] encodedColumns)
-
PdbxNmrExptlSampleConditions
public PdbxNmrExptlSampleConditions(String name)
-
-
Method Detail
-
getConditionsId
public StrColumn getConditionsId()
The condition number as defined above.- Returns:
- StrColumn
-
getTemperature
public StrColumn getTemperature()
The temperature (in Kelvin) at which NMR data were collected.- Returns:
- StrColumn
-
getPressureUnits
public StrColumn getPressureUnits()
The units of pressure at which NMR data were collected.- Returns:
- StrColumn
-
getPressure
public StrColumn getPressure()
The pressure at which NMR data were collected.- Returns:
- StrColumn
-
getPH
public StrColumn getPH()
The pH at which the NMR data were collected.- Returns:
- StrColumn
-
getIonicStrength
public StrColumn getIonicStrength()
The ionic strength at which the NMR data were collected -in lieu of this enter the concentration and identity of the salt in the sample.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
General details describing conditions of both the sample and the environment during measurements.- Returns:
- StrColumn
-
getIonicStrengthErr
public FloatColumn getIonicStrengthErr()
Estimate of the standard error for the value for the sample ionic strength.- Returns:
- FloatColumn
-
getIonicStrengthUnits
public StrColumn getIonicStrengthUnits()
Units for the value of the sample condition ionic strength..- Returns:
- StrColumn
-
getLabel
public StrColumn getLabel()
A descriptive label that uniquely identifies this set of sample conditions.- Returns:
- StrColumn
-
getPHErr
public FloatColumn getPHErr()
Estimate of the standard error for the value for the sample pH.- Returns:
- FloatColumn
-
getPHUnits
public StrColumn getPHUnits()
Units for the value of the sample condition pH.- Returns:
- StrColumn
-
getPressureErr
public FloatColumn getPressureErr()
Estimate of the standard error for the value for the sample pressure.- Returns:
- FloatColumn
-
getTemperatureErr
public FloatColumn getTemperatureErr()
Estimate of the standard error for the value for the sample temperature.- Returns:
- FloatColumn
-
getTemperatureUnits
public StrColumn getTemperatureUnits()
Units for the value of the sample condition temperature.- Returns:
- StrColumn
-
-