Package org.rcsb.cif.model.generated
Class DiffrnMeasurement
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.DiffrnMeasurement
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class DiffrnMeasurement extends BaseCategory
Data items in the DIFFRN_MEASUREMENT category record details about the device used to orient and/or position the crystal during data measurement and the manner in which the diffraction data were measured.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description DiffrnMeasurement(String name)DiffrnMeasurement(String name, int rowCount, Object[] encodedColumns)DiffrnMeasurement(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetDetails()A description of special aspects of the intensity measurement.StrColumngetDevice()The general class of goniometer or device used to support and orient the specimen.StrColumngetDeviceDetails()A description of special aspects of the device used to measure the diffraction intensities.StrColumngetDeviceType()The make, model or name of the measurement device (goniometer) used.StrColumngetDiffrnId()This data item is a pointer to _diffrn.id in the DIFFRN category.StrColumngetMethod()Method used to measure intensities.StrColumngetPdbxDate()The date of data measurementStrColumngetSpecimenSupport()The physical device used to support the crystal during 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
-
-
-
-
Method Detail
-
getDiffrnId
public StrColumn getDiffrnId()
This data item is a pointer to _diffrn.id in the DIFFRN category.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
A description of special aspects of the intensity measurement.- Returns:
- StrColumn
-
getDevice
public StrColumn getDevice()
The general class of goniometer or device used to support and orient the specimen.- Returns:
- StrColumn
-
getDeviceDetails
public StrColumn getDeviceDetails()
A description of special aspects of the device used to measure the diffraction intensities.- Returns:
- StrColumn
-
getDeviceType
public StrColumn getDeviceType()
The make, model or name of the measurement device (goniometer) used.- Returns:
- StrColumn
-
getMethod
public StrColumn getMethod()
Method used to measure intensities.- Returns:
- StrColumn
-
getSpecimenSupport
public StrColumn getSpecimenSupport()
The physical device used to support the crystal during data collection.- Returns:
- StrColumn
-
getPdbxDate
public StrColumn getPdbxDate()
The date of data measurement- Returns:
- StrColumn
-
-