Package org.rcsb.cif.schema.mm
Class DiffrnSource
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.DiffrnSource
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class DiffrnSource
extends DelegatingCategory
Data items in the DIFFRN_SOURCE category record details of
the source of radiation used in the diffraction experiment.
-
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 DiffrnSource(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetCurrent()The current in milliamperes at which the radiation source was operated.StrColumngetDetails()A description of special aspects of the radiation source used.StrColumngetDiffrnId()This data item is a pointer to _diffrn.id in the DIFFRN category.StrColumngetPdbxSourceSpecificBeamline()Beamline for synchrotron source.StrColumngetPdbxSynchrotronBeamline()Synchrotron beamline.StrColumngetPdbxSynchrotronSite()Synchrotron site.StrColumngetPdbxSynchrotronYN()Yes/No if synchrotron source was used or not.StrColumngetPdbxWavelength()Wavelength of radiation.StrColumngetPdbxWavelengthList()Comma separated list of wavelengths or wavelength range.FloatColumngetPower()The power in kilowatts at which the radiation source was operated.StrColumngetSize()The dimensions of the source as viewed from the sample.StrColumngetSource()The general class of the radiation source.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.StrColumngetTarget()The chemical element symbol for the X-ray target (usually the anode) used to generate X-rays.StrColumngetType()The make, model or name of the source of radiation.FloatColumngetVoltage()The voltage in kilovolts at which the radiation source was operated.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getCurrent
The current in milliamperes at which the radiation source was operated.- Returns:
- FloatColumn
-
getDetails
A description of special aspects of the radiation source used.- Returns:
- StrColumn
-
getDiffrnId
This data item is a pointer to _diffrn.id in the DIFFRN category.- Returns:
- StrColumn
-
getPower
The power in kilowatts at which the radiation source was operated.- Returns:
- FloatColumn
-
getSize
The dimensions of the source as viewed from the sample.- Returns:
- StrColumn
-
getSource
The general class of the radiation source.- Returns:
- StrColumn
-
getTarget
The chemical element symbol for the X-ray target (usually the anode) used to generate X-rays. This can also be used for spallation sources.- Returns:
- StrColumn
-
getType
The make, model or name of the source of radiation.- Returns:
- StrColumn
-
getVoltage
The voltage in kilovolts at which the radiation source was operated.- Returns:
- FloatColumn
-
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
-
getPdbxWavelengthList
Comma separated list of wavelengths or wavelength range.- Returns:
- StrColumn
-
getPdbxWavelength
Wavelength of radiation.- Returns:
- StrColumn
-
getPdbxSynchrotronBeamline
Synchrotron beamline.- Returns:
- StrColumn
-
getPdbxSynchrotronSite
Synchrotron site.- Returns:
- StrColumn
-
getPdbxSynchrotronYN
Yes/No if synchrotron source was used or not.- Returns:
- StrColumn
-
getPdbxSourceSpecificBeamline
Beamline for synchrotron source.- Returns:
- StrColumn
-