Package org.rcsb.cif.schema.mm
Class PhasingMADSet
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PhasingMADSet
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PhasingMADSet
extends DelegatingCategory
Data items in the PHASING_MAD_SET category record
details about the individual data sets used in a MAD phasing
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 PhasingMADSet(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetClustId()This data item is a pointer to _phasing_MAD_clust.id in the PHASING_MAD_CLUST category.FloatColumngetDResHigh()The lowest value for the interplanar spacings for the reflection data used for this set of data.FloatColumngetDResLow()The highest value for the interplanar spacings for the reflection data used for this set of data.StrColumngetExptId()This data item is a pointer to _phasing_MAD_expt.id in the PHASING_MAD_EXPT category.FloatColumngetFDoublePrime()The f'' component of the anomalous scattering factor for this wavelength.FloatColumngetFPrime()The f' component of the anomalous scattering factor for this wavelength.StrColumngetPdbxAtomType()record the type of heavy atoms which produce anomolous singal.FloatColumngetPdbxFDoublePrimeRefined()record the refined f_double_prime (not from experiment).FloatColumngetPdbxFPrimeRefined()record the refined f_prime (not from experiment).StrColumngetSetId()This data item is a pointer to _phasing_set.id in the PHASING_SET category.FloatColumngetWavelength()The wavelength at which this data set was measured.StrColumngetWavelengthDetails()A descriptor for this wavelength in this cluster of data sets.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getClustId
This data item is a pointer to _phasing_MAD_clust.id in the PHASING_MAD_CLUST category.- Returns:
- StrColumn
-
getDResHigh
The lowest value for the interplanar spacings for the reflection data used for this set of data. This is called the highest resolution.- Returns:
- FloatColumn
-
getDResLow
The highest value for the interplanar spacings for the reflection data used for this set of data. This is called the lowest resolution.- Returns:
- FloatColumn
-
getExptId
This data item is a pointer to _phasing_MAD_expt.id in the PHASING_MAD_EXPT category.- Returns:
- StrColumn
-
getFDoublePrime
The f'' component of the anomalous scattering factor for this wavelength.- Returns:
- FloatColumn
-
getFPrime
The f' component of the anomalous scattering factor for this wavelength.- Returns:
- FloatColumn
-
getSetId
This data item is a pointer to _phasing_set.id in the PHASING_SET category.- Returns:
- StrColumn
-
getWavelength
The wavelength at which this data set was measured.- Returns:
- FloatColumn
-
getWavelengthDetails
A descriptor for this wavelength in this cluster of data sets.- Returns:
- StrColumn
-
getPdbxAtomType
record the type of heavy atoms which produce anomolous singal.- Returns:
- StrColumn
-
getPdbxFPrimeRefined
record the refined f_prime (not from experiment).- Returns:
- FloatColumn
-
getPdbxFDoublePrimeRefined
record the refined f_double_prime (not from experiment).- Returns:
- FloatColumn
-