Package org.rcsb.cif.model.generated
Class PdbxSupportingExpDataSet
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxSupportingExpDataSet
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxSupportingExpDataSet extends BaseCategory
Data items in the PDBX_SUPPORTING_EXP_DATA_SET category record to experimental data set dependencies for this entry.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxSupportingExpDataSet(String name)PdbxSupportingExpDataSet(String name, int rowCount, Object[] encodedColumns)PdbxSupportingExpDataSet(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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 experimental data set.- Returns:
- IntColumn
-
getDataContentType
public StrColumn getDataContentType()
The type of the experimenatal data set.- Returns:
- StrColumn
-
getDataVersionMajor
public IntColumn getDataVersionMajor()
The major version on data of the experimental data content on which this entry depends.- Returns:
- IntColumn
-
getDataVersionMinor
public IntColumn getDataVersionMinor()
The major version on data of the experimental data content on which this entry depends.- Returns:
- IntColumn
-
getDetails
public StrColumn getDetails()
Additional details describing the content of the supporting data set and its application to the current investigation.- Returns:
- StrColumn
-
-