Package org.rcsb.cif.schema.mm
Class PdbxMolecule
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxMolecule
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxMolecule
extends DelegatingCategory
Data items in the PDBX_MOLECULE category identify reference molecules
within a PDB 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 PdbxMolecule(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_molecule.instance_id is identifies a particular molecule in the molecule list.StrColumngetLinkedEntityId()A reference to _pdbx_linked_entity.linked_entity_id in the PDBX_LINKED_ENTITY category.StrColumngetPrdId()The value of _pdbx_molecule.prd_id is the PDB accession code for this reference molecule.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_molecule.prd_id is the PDB accession code for this reference molecule.- Returns:
- StrColumn
-
getInstanceId
The value of _pdbx_molecule.instance_id is identifies a particular molecule in the molecule list.- Returns:
- IntColumn
-
getAsymId
A reference to _struct_asym.id in the STRUCT_ASYM category.- Returns:
- StrColumn
-
getLinkedEntityId
A reference to _pdbx_linked_entity.linked_entity_id in the PDBX_LINKED_ENTITY category.- Returns:
- StrColumn
-