Package org.rcsb.cif.schema.mm
Class PdbxReferenceEntitySubcomponents
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxReferenceEntitySubcomponents
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxReferenceEntitySubcomponents
extends DelegatingCategory
Data items in the PDBX_REFERENCE_ENTITY_SUBCOMPONENTS category records
subcomponent sequence from which this entity could be built.
-
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 PdbxReferenceEntitySubcomponents(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetChemCompId()For entities represented as single molecules, the identifier corresponding to the chemical definition for the molecule.StrColumngetPrdId()The value of _pdbx_reference_entity_subcomponents.prd_id is a reference _pdbx_reference_molecule.prd_id in the PDBX_REFERENCE_MOLECULE category.StrColumngetSeq()The subcomponent sequence for 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_subcomponents.prd_id is a reference _pdbx_reference_molecule.prd_id in the PDBX_REFERENCE_MOLECULE category.- Returns:
- StrColumn
-
getSeq
The subcomponent sequence for the entity.- Returns:
- StrColumn
-
getChemCompId
For entities represented as single molecules, the identifier corresponding to the chemical definition for the molecule.- Returns:
- StrColumn
-