Package org.rcsb.cif.schema.core
Class DiffrnSource
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.DiffrnSource
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class DiffrnSource
extends DelegatingCategory.DelegatingCifCoreCategory
The CATEGORY of data items which specify information about the
radiation source.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
Fields inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
parentBlock -
Constructor Summary
Constructors Constructor Description DiffrnSource(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description FloatColumngetCurrent()Generator current at which the radiation source device was operated.StrColumngetDescription()The general class of the source of radiation.StrColumngetDetails()A description of special aspects of the source.StrColumngetDevice()Enumerated code for the device providing the source of radiation.StrColumngetMake()Description of the make, model or name of the source device.FloatColumngetPower()Generator power at which the radiation source device was operated.StrColumngetSize()Description of the collimated source beam as viewed from the sample.StrColumngetSource()The general class of the source of radiation.FloatColumngetTake_offAngle()The complement of the angle in degrees between the normal to the surface of the X-ray tube target and the primary X-ray beam for beams generated by traditional X-ray tubes.FloatColumngetTakeOffAngle()The complement of the angle in degrees between the normal to the surface of the X-ray tube target and the primary X-ray beam for beams generated by traditional X-ray tubes.StrColumngetTarget()Chemical element symbol for the radiation source target (usually the anode).StrColumngetType()Description of the make, model or name of the source device.FloatColumngetVoltage()Generator voltage at which the radiation source device was operated.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getCurrent
Generator current at which the radiation source device was operated.- Returns:
- FloatColumn
-
getDetails
A description of special aspects of the source.- Returns:
- StrColumn
-
getDevice
Enumerated code for the device providing the source of radiation.- Returns:
- StrColumn
-
getPower
Generator power at which the radiation source device was operated.- Returns:
- FloatColumn
-
getSize
Description of the collimated source beam as viewed from the sample.- Returns:
- StrColumn
-
getTarget
Chemical element symbol for the radiation source target (usually the anode). This can be used also for spallation sources.- Returns:
- StrColumn
-
getVoltage
Generator voltage at which the radiation source device was operated.- Returns:
- FloatColumn
-
getSource
The general class of the source of radiation. This is deprecated. Use _diffrn_source.device and _diffrn_source.details.- Returns:
- StrColumn
-
getDescription
The general class of the source of radiation. This is deprecated. Use _diffrn_source.device and _diffrn_source.details.- Returns:
- StrColumn
-
getType
Description of the make, model or name of the source device.- Returns:
- StrColumn
-
getMake
Description of the make, model or name of the source device.- Returns:
- StrColumn
-
getTake_offAngle
The complement of the angle in degrees between the normal to the surface of the X-ray tube target and the primary X-ray beam for beams generated by traditional X-ray tubes.- Returns:
- FloatColumn
-
getTakeOffAngle
The complement of the angle in degrees between the normal to the surface of the X-ray tube target and the primary X-ray beam for beams generated by traditional X-ray tubes.- Returns:
- FloatColumn
-