Package org.rcsb.cif.model.generated
Class PdbxSerialCrystallographySampleDeliveryFixedTarget
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxSerialCrystallographySampleDeliveryFixedTarget
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxSerialCrystallographySampleDeliveryFixedTarget extends BaseCategory
Data items in the PDBX_SERIAL_CRYSTALLOGRAPHY_SAMPLE_DELIVERY_FIXED_TARGET category record details about sample delivery using a fixed taget.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxSerialCrystallographySampleDeliveryFixedTarget(String name)PdbxSerialCrystallographySampleDeliveryFixedTarget(String name, int rowCount, Object[] encodedColumns)PdbxSerialCrystallographySampleDeliveryFixedTarget(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntColumngetCrystalsPerUnit()The number of crystals per dropplet or pore in fixed targetStrColumngetDescription()For a fixed target sample, a description of sample preparationStrColumngetDetails()Any details pertinent to the fixed sample targetStrColumngetDiffrnId()The data item is a pointer to _diffrn.id in the DIFFRN category.StrColumngetMotionControl()Device used to control movement of the fixed sampleStrColumngetSampleDehydrationPrevention()Method to prevent dehydration of sampleStrColumngetSampleHolding()For a fixed target sample, mechanism to hold sample in the beamStrColumngetSampleSolvent()The sample solution content and concentrationFloatColumngetSampleUnitSize()Size of pore in grid supporting sample.StrColumngetSupportBase()Type of base holding the supportFloatColumngetVelocityHorizontal()Velocity of sample horizontally relative to a perpendicular beam in millimetres/secondFloatColumngetVelocityVertical()Velocity of sample vertically relative to a perpendicular beam in millimetres/second-
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
-
PdbxSerialCrystallographySampleDeliveryFixedTarget
public PdbxSerialCrystallographySampleDeliveryFixedTarget(String name, Map<String,Column> columns)
-
PdbxSerialCrystallographySampleDeliveryFixedTarget
public PdbxSerialCrystallographySampleDeliveryFixedTarget(String name, int rowCount, Object[] encodedColumns)
-
PdbxSerialCrystallographySampleDeliveryFixedTarget
public PdbxSerialCrystallographySampleDeliveryFixedTarget(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 a fixed target sample, a description of sample preparation- Returns:
- StrColumn
-
getSampleHolding
public StrColumn getSampleHolding()
For a fixed target sample, mechanism to hold sample in the beam- Returns:
- StrColumn
-
getSupportBase
public StrColumn getSupportBase()
Type of base holding the support- Returns:
- StrColumn
-
getSampleUnitSize
public FloatColumn getSampleUnitSize()
Size of pore in grid supporting sample. Diameter or length in micrometres, e.g. pore diameter- Returns:
- FloatColumn
-
getCrystalsPerUnit
public IntColumn getCrystalsPerUnit()
The number of crystals per dropplet or pore in fixed target- Returns:
- IntColumn
-
getSampleSolvent
public StrColumn getSampleSolvent()
The sample solution content and concentration- Returns:
- StrColumn
-
getSampleDehydrationPrevention
public StrColumn getSampleDehydrationPrevention()
Method to prevent dehydration of sample- Returns:
- StrColumn
-
getMotionControl
public StrColumn getMotionControl()
Device used to control movement of the fixed sample- Returns:
- StrColumn
-
getVelocityHorizontal
public FloatColumn getVelocityHorizontal()
Velocity of sample horizontally relative to a perpendicular beam in millimetres/second- Returns:
- FloatColumn
-
getVelocityVertical
public FloatColumn getVelocityVertical()
Velocity of sample vertically relative to a perpendicular beam in millimetres/second- Returns:
- FloatColumn
-
getDetails
public StrColumn getDetails()
Any details pertinent to the fixed sample target- Returns:
- StrColumn
-
-