Package org.rcsb.cif.schema.mm
Class PdbxLinkedEntityInstanceList
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxLinkedEntityInstanceList
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxLinkedEntityInstanceList
extends DelegatingCategory
Data items in the PDBX_LINKED_ENTITY_INSTANCE_LIST category identify instance
molecules represented as linked entities within an entry.
-
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 PdbxLinkedEntityInstanceList(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAsymId()A reference to _struct_asym.id in the STRUCT_ASYM category.IntColumngetInstanceId()The value of _pdbx_linked_entity_instance_list.instance_id is identifies a particular molecule instance within an entry.StrColumngetLinkedEntityId()The value of _pdbx_linked_entity_instance_list.linked_entity_id is a reference to the identifier for a molecule represented as a linked entity.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getLinkedEntityId
The value of _pdbx_linked_entity_instance_list.linked_entity_id is a reference to the identifier for a molecule represented as a linked entity.- Returns:
- StrColumn
-
getInstanceId
The value of _pdbx_linked_entity_instance_list.instance_id is identifies a particular molecule instance within an entry.- Returns:
- IntColumn
-
getAsymId
A reference to _struct_asym.id in the STRUCT_ASYM category.- Returns:
- StrColumn
-