Package org.rcsb.cif.schema.mm
Class PdbxRelatedExpDataSet
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxRelatedExpDataSet
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxRelatedExpDataSet
extends DelegatingCategory
Data items in the PDBX_RELATED_DATA_SET category record references
to experimental data sets related to the 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 PdbxRelatedExpDataSet(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDataReference()A DOI reference to the related data set.StrColumngetDataSetType()The type of the experimenatal data set.StrColumngetDetails()Additional details describing the content of the related data set and its application to the current investigation.StrColumngetMetadataReference()A DOI reference to the metadata decribing the related data set.IntColumngetOrdinal()Ordinal identifier for each related 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 related experimental data set.- Returns:
- IntColumn
-
getDataReference
A DOI reference to the related data set.- Returns:
- StrColumn
-
getMetadataReference
A DOI reference to the metadata decribing the related data set.- Returns:
- StrColumn
-
getDataSetType
The type of the experimenatal data set.- Returns:
- StrColumn
-
getDetails
Additional details describing the content of the related data set and its application to the current investigation.- Returns:
- StrColumn
-