Package org.rcsb.cif.schema.mm
Class PdbxLinkedEntity
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxLinkedEntity
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxLinkedEntity
extends DelegatingCategory
Data items in the PDBX_LINKED_ENTITY category record
information about molecules composed of linked entities.
-
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 PdbxLinkedEntity(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetClazz()Broadly defines the function of this molecule.StrColumngetDescription()Description of this molecule.StrColumngetLinkedEntityId()The value of _pdbx_linked_entity.linked_entity_id is the unique identifier for the molecule represented as a collection of linked entities.StrColumngetName()A name of the molecule.StrColumngetPrdId()The identifier used by the PDB corresponding to the chemical definition for the molecule.StrColumngetType()Defines the structural classification of this molecule.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.linked_entity_id is the unique identifier for the molecule represented as a collection of linked entities.- Returns:
- StrColumn
-
getType
Defines the structural classification of this molecule.- Returns:
- StrColumn
-
getClazz
Broadly defines the function of this molecule.- Returns:
- StrColumn
-
getName
A name of the molecule.- Returns:
- StrColumn
-
getDescription
Description of this molecule.- Returns:
- StrColumn
-
getPrdId
The identifier used by the PDB corresponding to the chemical definition for the molecule.- Returns:
- StrColumn
-