Package org.rcsb.cif.schema.mm
Class PdbxEntityNameInstance
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxEntityNameInstance
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxEntityNameInstance
extends DelegatingCategory
Data items in the PDBX_ENTITY_NAME_INSTANCE category
list names used to define entities with their
associated database, entity, chain, and molecule
identifiers.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description PdbxEntityNameInstance(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)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.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getName
This data item holds an entity name.- Returns:
- StrColumn
-
getPdbId
This data item holds a PDB ID code- Returns:
- StrColumn
-
getRcsbId
This data item holds a RCSB ID code.- Returns:
- StrColumn
-
getEntityId
This data item holds the entity_id of this entity within the entry.- Returns:
- StrColumn
-
getPdbChainId
This data item holds the PDB chain id of this entity within the entry.- Returns:
- StrColumn
-
getPdbMolId
This data item holds the PDB molecule id of this entity within the entry.- Returns:
- StrColumn
-