Package org.rcsb.cif.model.generated
Class PdbxDataProcessingDetector
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxDataProcessingDetector
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxDataProcessingDetector extends BaseCategory
Details of the detector used at data collection site.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxDataProcessingDetector(String name)PdbxDataProcessingDetector(String name, int rowCount, Object[] encodedColumns)PdbxDataProcessingDetector(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
PdbxDataProcessingDetector
public PdbxDataProcessingDetector(String name, Map<String,Column> columns)
-
PdbxDataProcessingDetector
public PdbxDataProcessingDetector(String name, int rowCount, Object[] encodedColumns)
-
PdbxDataProcessingDetector
public PdbxDataProcessingDetector(String name)
-
-
Method Detail
-
getEntryId
public StrColumn getEntryId()
The value of _pdbx_data_processing_detector.entry_id identifies the data block.- Returns:
- StrColumn
-
getName
public StrColumn getName()
The name and type of detector.- Returns:
- StrColumn
-
getWavelength
public FloatColumn getWavelength()
The wavelength of data collection.- Returns:
- FloatColumn
-
getPolarization
public FloatColumn getPolarization()
The polarization measured in data collection.- Returns:
- FloatColumn
-
getBeamPositionX
public FloatColumn getBeamPositionX()
The sample position in the beam in the X direction.- Returns:
- FloatColumn
-
getBeamPositionY
public FloatColumn getBeamPositionY()
The sample position in the beam in the Y direction.- Returns:
- FloatColumn
-
getCassetteRotX
public FloatColumn getCassetteRotX()
The cassette rotation about the X axis.- Returns:
- FloatColumn
-
getCassetteRotY
public FloatColumn getCassetteRotY()
The cassette rotation about the Y axis.- Returns:
- FloatColumn
-
getCassetteRotZ
public FloatColumn getCassetteRotZ()
The cassette rotation about the Z axis.- Returns:
- FloatColumn
-
getScaleY
public FloatColumn getScaleY()
The value applied to the Y direction.- Returns:
- FloatColumn
-
getSkew
public FloatColumn getSkew()
The skew value.- Returns:
- FloatColumn
-
getCrossfireX
public FloatColumn getCrossfireX()
The detector crossfire value in the X direction.- Returns:
- FloatColumn
-
getCrossfireY
public FloatColumn getCrossfireY()
The detector crossfire value in the Y direction.- Returns:
- FloatColumn
-
getCrossfireXy
public FloatColumn getCrossfireXy()
The detector coupled crossfire value for XY.- Returns:
- FloatColumn
-
getDate
public StrColumn getDate()
Data collection date.- Returns:
- StrColumn
-
getExperimentor
public StrColumn getExperimentor()
Name of experimentor.- Returns:
- StrColumn
-
getCrystalDataId
public StrColumn getCrystalDataId()
Identifier for crystal on which data was collected.- Returns:
- StrColumn
-
getProcessingPath
public StrColumn getProcessingPath()
File system path to processing data files.- Returns:
- StrColumn
-
getProcessingFiles
public StrColumn getProcessingFiles()
File system names for the data processing files.- Returns:
- StrColumn
-
-