Class PdbxNmrExptlSampleConditions

java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxNmrExptlSampleConditions
All Implemented Interfaces:
Category

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxNmrExptlSampleConditions
extends DelegatingCategory
The experimental conditions used to for each sample. Each set of conditions is identified by a numerical code.
  • Constructor Details

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • 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