Package org.rcsb.cif.schema.mm
Class PdbxSerialCrystallographySampleDeliveryFixedTarget
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxSerialCrystallographySampleDeliveryFixedTarget
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxSerialCrystallographySampleDeliveryFixedTarget
extends DelegatingCategory
Data items in the PDBX_SERIAL_CRYSTALLOGRAPHY_SAMPLE_DELIVERY_FIXED_TARGET
category record details about sample delivery using a fixed taget.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description PdbxSerialCrystallographySampleDeliveryFixedTarget(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)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/secondMethods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getDiffrnId
The data item is a pointer to _diffrn.id in the DIFFRN category.- Returns:
- StrColumn
-
getDescription
For a fixed target sample, a description of sample preparation- Returns:
- StrColumn
-
getSampleHolding
For a fixed target sample, mechanism to hold sample in the beam- Returns:
- StrColumn
-
getSupportBase
Type of base holding the support- Returns:
- StrColumn
-
getSampleUnitSize
Size of pore in grid supporting sample. Diameter or length in micrometres, e.g. pore diameter- Returns:
- FloatColumn
-
getCrystalsPerUnit
The number of crystals per dropplet or pore in fixed target- Returns:
- IntColumn
-
getSampleSolvent
The sample solution content and concentration- Returns:
- StrColumn
-
getSampleDehydrationPrevention
Method to prevent dehydration of sample- Returns:
- StrColumn
-
getMotionControl
Device used to control movement of the fixed sample- Returns:
- StrColumn
-
getVelocityHorizontal
Velocity of sample horizontally relative to a perpendicular beam in millimetres/second- Returns:
- FloatColumn
-
getVelocityVertical
Velocity of sample vertically relative to a perpendicular beam in millimetres/second- Returns:
- FloatColumn
-
getDetails
Any details pertinent to the fixed sample target- Returns:
- StrColumn
-