Package org.rcsb.cif.model.generated
Class IhmDatasetRelatedDbReference
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.IhmDatasetRelatedDbReference
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class IhmDatasetRelatedDbReference extends BaseCategory
Category holds information related to data sources for the entry. These can be datasets archived in other related databases such as BMRB, EMDB, EMPIAR, SASBDB, PRIDE etc.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description IhmDatasetRelatedDbReference(String name)IhmDatasetRelatedDbReference(String name, int rowCount, Object[] encodedColumns)IhmDatasetRelatedDbReference(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetAccessionCode()The accession code for the database entry.IntColumngetDatasetListId()Identifier to the dataset list used in the IHM modeling.StrColumngetDbName()The name of the database containing the dataset entry.StrColumngetDetails()Details regarding the dataset entry.IntColumngetId()A unique identifier for the related database entry.StrColumngetVersion()Version of the database entry, if the database allows versioning.-
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
-
-
-
-
Constructor Detail
-
IhmDatasetRelatedDbReference
public IhmDatasetRelatedDbReference(String name, Map<String,Column> columns)
-
IhmDatasetRelatedDbReference
public IhmDatasetRelatedDbReference(String name, int rowCount, Object[] encodedColumns)
-
IhmDatasetRelatedDbReference
public IhmDatasetRelatedDbReference(String name)
-
-
Method Detail
-
getId
public IntColumn getId()
A unique identifier for the related database entry.- Returns:
- IntColumn
-
getDatasetListId
public IntColumn getDatasetListId()
Identifier to the dataset list used in the IHM modeling. This data item is a pointer to the _ihm_dataset_list.id in the IHM_DATASET_LIST category.- Returns:
- IntColumn
-
getDbName
public StrColumn getDbName()
The name of the database containing the dataset entry.- Returns:
- StrColumn
-
getAccessionCode
public StrColumn getAccessionCode()
The accession code for the database entry.- Returns:
- StrColumn
-
getVersion
public StrColumn getVersion()
Version of the database entry, if the database allows versioning.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Details regarding the dataset entry.- Returns:
- StrColumn
-
-