Package org.rcsb.cif.model.generated
Class EmDbReference
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmDbReference
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmDbReference extends BaseCategory
Category holds links to raw data sources for the entry, e.g., held by a remote server.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmDbReference(String name)EmDbReference(String name, int rowCount, Object[] encodedColumns)EmDbReference(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetAccessCode()Unique identifier for a provided link.StrColumngetDbName()The name of the database containing the related entry.StrColumngetDetails()A description of the related entry.StrColumngetId()The name of the database containing the related entry.StrColumngetRelationship()Indicates relationship of this entry with other entries in PDB and EMDB.-
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
-
getAccessCode
public StrColumn getAccessCode()
Unique identifier for a provided link.- Returns:
- StrColumn
-
getDbName
public StrColumn getDbName()
The name of the database containing the related entry.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
A description of the related entry.- Returns:
- StrColumn
-
getId
public StrColumn getId()
The name of the database containing the related entry.- Returns:
- StrColumn
-
getRelationship
public StrColumn getRelationship()
Indicates relationship of this entry with other entries in PDB and EMDB.- Returns:
- StrColumn
-
-