Package org.rcsb.cif.model.generated
Class PdbxSerialCrystallographySampleDeliveryInjection
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxSerialCrystallographySampleDeliveryInjection
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxSerialCrystallographySampleDeliveryInjection extends BaseCategory
Data items in the PDBX_SERIAL_CRYSTALLOGRAPHY_SAMPLE_DELIVERY_INJECTION category record details about sample delivery by injection
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxSerialCrystallographySampleDeliveryInjection(String name)PdbxSerialCrystallographySampleDeliveryInjection(String name, int rowCount, Object[] encodedColumns)PdbxSerialCrystallographySampleDeliveryInjection(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetCarrierSolvent()For continuous sample flow experiments, the carrier buffer used to move the sample into the beam.FloatColumngetCrystalConcentration()For continuous sample flow experiments, the concentration of crystals in the solution being injected.StrColumngetDescription()For continuous sample flow experiments, a description of the injector used to move the sample into the beam.StrColumngetDiffrnId()The data item is a pointer to _diffrn.id in the DIFFRN category.FloatColumngetFilterSize()The size of filter in micrometres in filtering crystalsFloatColumngetFlowRate()For continuous sample flow experiments, the flow rate of solution being injected measured in ul/min.FloatColumngetInjectorDiameter()For continuous sample flow experiments, the diameter of the injector in micrometres.StrColumngetInjectorNozzle()The type of nozzle to deliver and focus sample jetFloatColumngetInjectorPressure()For continuous sample flow experiments, the mean pressure in kilopascals at which the sample is injected into the beam.FloatColumngetInjectorTemperature()For continuous sample flow experiments, the temperature in Kelvins of the speciman injected.FloatColumngetJetDiameter()Diameter in micrometres of jet stream of sample deliveryStrColumngetPowerBy()Sample deliver driving force, e.g.StrColumngetPreparation()Details of crystal growth and preparation of the crystals-
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
-
PdbxSerialCrystallographySampleDeliveryInjection
public PdbxSerialCrystallographySampleDeliveryInjection(String name, Map<String,Column> columns)
-
PdbxSerialCrystallographySampleDeliveryInjection
public PdbxSerialCrystallographySampleDeliveryInjection(String name, int rowCount, Object[] encodedColumns)
-
PdbxSerialCrystallographySampleDeliveryInjection
public PdbxSerialCrystallographySampleDeliveryInjection(String name)
-
-
Method Detail
-
getDiffrnId
public StrColumn getDiffrnId()
The data item is a pointer to _diffrn.id in the DIFFRN category.- Returns:
- StrColumn
-
getDescription
public StrColumn getDescription()
For continuous sample flow experiments, a description of the injector used to move the sample into the beam.- Returns:
- StrColumn
-
getInjectorDiameter
public FloatColumn getInjectorDiameter()
For continuous sample flow experiments, the diameter of the injector in micrometres.- Returns:
- FloatColumn
-
getInjectorTemperature
public FloatColumn getInjectorTemperature()
For continuous sample flow experiments, the temperature in Kelvins of the speciman injected. This may be different from the temperature of the sample.- Returns:
- FloatColumn
-
getInjectorPressure
public FloatColumn getInjectorPressure()
For continuous sample flow experiments, the mean pressure in kilopascals at which the sample is injected into the beam.- Returns:
- FloatColumn
-
getFlowRate
public FloatColumn getFlowRate()
For continuous sample flow experiments, the flow rate of solution being injected measured in ul/min.- Returns:
- FloatColumn
-
getCarrierSolvent
public StrColumn getCarrierSolvent()
For continuous sample flow experiments, the carrier buffer used to move the sample into the beam. Should include protein concentration.- Returns:
- StrColumn
-
getCrystalConcentration
public FloatColumn getCrystalConcentration()
For continuous sample flow experiments, the concentration of crystals in the solution being injected. The concentration is measured in million crystals/ml.- Returns:
- FloatColumn
-
getPreparation
public StrColumn getPreparation()
Details of crystal growth and preparation of the crystals- Returns:
- StrColumn
-
getPowerBy
public StrColumn getPowerBy()
Sample deliver driving force, e.g. Gas, Electronic Potential- Returns:
- StrColumn
-
getInjectorNozzle
public StrColumn getInjectorNozzle()
The type of nozzle to deliver and focus sample jet- Returns:
- StrColumn
-
getJetDiameter
public FloatColumn getJetDiameter()
Diameter in micrometres of jet stream of sample delivery- Returns:
- FloatColumn
-
getFilterSize
public FloatColumn getFilterSize()
The size of filter in micrometres in filtering crystals- Returns:
- FloatColumn
-
-