Package org.rcsb.cif.schema.mm
Class PdbxStructEntityInst
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxStructEntityInst
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxStructEntityInst
extends DelegatingCategory
Data items in the PDBX_STRUCT_ENTITY_INST category record details about the
structural elements in the deposited entry. The entity instance is a method
neutral identifier for the observed molecular entities in the deposited coordinate
set.
-
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 PdbxStructEntityInst(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()A description of special aspects of this portion of the contents of the deposited unit.StrColumngetEntityId()This data item is a pointer to _entity.id in the ENTITY category.StrColumngetId()The value of _pdbx_struct_entity_inst.id must uniquely identify a record in the PDBX_STRUCT_ENTITY_INST list.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getDetails
A description of special aspects of this portion of the contents of the deposited unit.- Returns:
- StrColumn
-
getEntityId
This data item is a pointer to _entity.id in the ENTITY category.- Returns:
- StrColumn
-
getId
The value of _pdbx_struct_entity_inst.id must uniquely identify a record in the PDBX_STRUCT_ENTITY_INST list. The entity instance is a method neutral identifier for the observed molecular entities in the deposited coordinate set.- Returns:
- StrColumn
-