Package org.rcsb.cif.schema.mm
Class PdbxReferenceEntityList
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxReferenceEntityList
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxReferenceEntityList
extends DelegatingCategory
Data items in the PDBX_REFERENCE_ENTITY_LIST category record
the list of entities within each reference molecule.
-
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 PdbxReferenceEntityList(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)IntColumngetComponentId()The component number of this entity within the molecule.StrColumngetDetails()Additional details about this entity.StrColumngetPrdId()The value of _pdbx_reference_entity_list.prd_id is a reference _pdbx_reference_molecule.prd_id in the PDBX_REFERENCE_MOLECULE category.StrColumngetRefEntityId()The value of _pdbx_reference_entity_list.ref_entity_id is a unique identifier the a constituent entity within this reference molecule.StrColumngetType()Defines the polymer characteristic of the entity.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getPrdId
The value of _pdbx_reference_entity_list.prd_id is a reference _pdbx_reference_molecule.prd_id in the PDBX_REFERENCE_MOLECULE category.- Returns:
- StrColumn
-
getRefEntityId
The value of _pdbx_reference_entity_list.ref_entity_id is a unique identifier the a constituent entity within this reference molecule.- Returns:
- StrColumn
-
getType
Defines the polymer characteristic of the entity.- Returns:
- StrColumn
-
getDetails
Additional details about this entity.- Returns:
- StrColumn
-
getComponentId
The component number of this entity within the molecule.- Returns:
- IntColumn
-