Package org.rcsb.cif.model.generated
Class PdbxEntityNameInstance
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxEntityNameInstance
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxEntityNameInstance extends BaseCategory
Data items in the PDBX_ENTITY_NAME_INSTANCE category list names used to define entities with their associated database, entity, chain, and molecule identifiers.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxEntityNameInstance(String name)PdbxEntityNameInstance(String name, int rowCount, Object[] encodedColumns)PdbxEntityNameInstance(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetEntityId()This data item holds the entity_id of this entity within the entry.StrColumngetName()This data item holds an entity name.StrColumngetPdbChainId()This data item holds the PDB chain id of this entity within the entry.StrColumngetPdbId()This data item holds a PDB ID codeStrColumngetPdbMolId()This data item holds the PDB molecule id of this entity within the entry.StrColumngetRcsbId()This data item holds a RCSB ID code.-
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
-
getName
public StrColumn getName()
This data item holds an entity name.- Returns:
- StrColumn
-
getPdbId
public StrColumn getPdbId()
This data item holds a PDB ID code- Returns:
- StrColumn
-
getRcsbId
public StrColumn getRcsbId()
This data item holds a RCSB ID code.- Returns:
- StrColumn
-
getEntityId
public StrColumn getEntityId()
This data item holds the entity_id of this entity within the entry.- Returns:
- StrColumn
-
getPdbChainId
public StrColumn getPdbChainId()
This data item holds the PDB chain id of this entity within the entry.- Returns:
- StrColumn
-
getPdbMolId
public StrColumn getPdbMolId()
This data item holds the PDB molecule id of this entity within the entry.- Returns:
- StrColumn
-
-