Package org.rcsb.cif.model.generated
Class Entry
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.Entry
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class Entry extends BaseCategory
There is only one item in the ENTRY category, _entry.id. This data item gives a name to this entry and is indirectly a key to the categories (such as CELL, GEOM, EXPTL) that describe information pertinent to the entire data block.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetId()The value of _entry.id identifies the data block.StrColumngetPdbxDOI()Document Object Identifier (DOI) for this entry registered with http://crossref.org.-
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
-
getId
public StrColumn getId()
The value of _entry.id identifies the data block. Note that this item need not be a number; it can be any unique identifier.- Returns:
- StrColumn
-
getPdbxDOI
public StrColumn getPdbxDOI()
Document Object Identifier (DOI) for this entry registered with http://crossref.org.- Returns:
- StrColumn
-
-