Package org.rcsb.cif.schema.mm
Class PdbxSupportingExpDataSet
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxSupportingExpDataSet
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxSupportingExpDataSet
extends DelegatingCategory
Data items in the PDBX_SUPPORTING_EXP_DATA_SET category record
to experimental data set dependencies for this entry.
-
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 PdbxSupportingExpDataSet(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDataContentType()The type of the experimenatal data set.IntColumngetDataVersionMajor()The major version on data of the experimental data content on which this entry depends.IntColumngetDataVersionMinor()The major version on data of the experimental data content on which this entry depends.StrColumngetDetails()Additional details describing the content of the supporting data set and its application to the current investigation.IntColumngetOrdinal()Ordinal identifier for each experimental data set.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getOrdinal
Ordinal identifier for each experimental data set.- Returns:
- IntColumn
-
getDataContentType
The type of the experimenatal data set.- Returns:
- StrColumn
-
getDataVersionMajor
The major version on data of the experimental data content on which this entry depends.- Returns:
- IntColumn
-
getDataVersionMinor
The major version on data of the experimental data content on which this entry depends.- Returns:
- IntColumn
-
getDetails
Additional details describing the content of the supporting data set and its application to the current investigation.- Returns:
- StrColumn
-