Package org.rcsb.cif.model.generated
Class PdbxRelatedExpDataSet
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxRelatedExpDataSet
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxRelatedExpDataSet extends BaseCategory
Data items in the PDBX_RELATED_DATA_SET category record references to experimental data sets related to the entry.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxRelatedExpDataSet(String name)PdbxRelatedExpDataSet(String name, int rowCount, Object[] encodedColumns)PdbxRelatedExpDataSet(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
getOrdinal
public IntColumn getOrdinal()
Ordinal identifier for each related experimental data set.- Returns:
- IntColumn
-
getDataReference
public StrColumn getDataReference()
A DOI reference to the related data set.- Returns:
- StrColumn
-
getMetadataReference
public StrColumn getMetadataReference()
A DOI reference to the metadata decribing the related data set.- Returns:
- StrColumn
-
getDataSetType
public StrColumn getDataSetType()
The type of the experimenatal data set.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Additional details describing the content of the related data set and its application to the current investigation.- Returns:
- StrColumn
-
-