Package org.rcsb.cif.schema.mm
Class PdbxDataProcessingDetector
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxDataProcessingDetector
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxDataProcessingDetector
extends DelegatingCategory
Details of the detector used at data collection site.
-
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 PdbxDataProcessingDetector(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetBeamPositionX()The sample position in the beam in the X direction.FloatColumngetBeamPositionY()The sample position in the beam in the Y direction.FloatColumngetCassetteRotX()The cassette rotation about the X axis.FloatColumngetCassetteRotY()The cassette rotation about the Y axis.FloatColumngetCassetteRotZ()The cassette rotation about the Z axis.FloatColumngetCrossfireX()The detector crossfire value in the X direction.FloatColumngetCrossfireXy()The detector coupled crossfire value for XY.FloatColumngetCrossfireY()The detector crossfire value in the Y direction.StrColumngetCrystalDataId()Identifier for crystal on which data was collected.StrColumngetDate()Data collection date.StrColumngetEntryId()The value of _pdbx_data_processing_detector.entry_id identifies the data block.StrColumngetExperimentor()Name of experimentor.StrColumngetName()The name and type of detector.FloatColumngetPolarization()The polarization measured in data collection.StrColumngetProcessingFiles()File system names for the data processing files.StrColumngetProcessingPath()File system path to processing data files.FloatColumngetScaleY()The value applied to the Y direction.FloatColumngetSkew()The skew value.FloatColumngetWavelength()The wavelength of data collection.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
The value of _pdbx_data_processing_detector.entry_id identifies the data block.- Returns:
- StrColumn
-
getName
The name and type of detector.- Returns:
- StrColumn
-
getWavelength
The wavelength of data collection.- Returns:
- FloatColumn
-
getPolarization
The polarization measured in data collection.- Returns:
- FloatColumn
-
getBeamPositionX
The sample position in the beam in the X direction.- Returns:
- FloatColumn
-
getBeamPositionY
The sample position in the beam in the Y direction.- Returns:
- FloatColumn
-
getCassetteRotX
The cassette rotation about the X axis.- Returns:
- FloatColumn
-
getCassetteRotY
The cassette rotation about the Y axis.- Returns:
- FloatColumn
-
getCassetteRotZ
The cassette rotation about the Z axis.- Returns:
- FloatColumn
-
getScaleY
The value applied to the Y direction.- Returns:
- FloatColumn
-
getSkew
The skew value.- Returns:
- FloatColumn
-
getCrossfireX
The detector crossfire value in the X direction.- Returns:
- FloatColumn
-
getCrossfireY
The detector crossfire value in the Y direction.- Returns:
- FloatColumn
-
getCrossfireXy
The detector coupled crossfire value for XY.- Returns:
- FloatColumn
-
getDate
Data collection date.- Returns:
- StrColumn
-
getExperimentor
Name of experimentor.- Returns:
- StrColumn
-
getCrystalDataId
Identifier for crystal on which data was collected.- Returns:
- StrColumn
-
getProcessingPath
File system path to processing data files.- Returns:
- StrColumn
-
getProcessingFiles
File system names for the data processing files.- Returns:
- StrColumn
-