Package org.rcsb.cif.schema.mm
Class PdbxReferenceEntityNonpoly
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxReferenceEntityNonpoly
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxReferenceEntityNonpoly
extends DelegatingCategory
Data items in the PDBX_REFERENCE_ENTITY_NONPOLY 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 PdbxReferenceEntityNonpoly(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetChemCompId()For non-polymer entities, the identifier corresponding to the chemical definition for the molecule.StrColumngetDetails()Additional details about this entity.StrColumngetName()A name of the non-polymer entity.StrColumngetPrdId()The value of _pdbx_reference_entity_nonpoly.prd_id is a reference _pdbx_reference_entity_list.prd_id in the PDBX_REFERENCE_ENTITY_LIST category.StrColumngetRefEntityId()The value of _pdbx_reference_entity_nonpoly.ref_entity_id is a reference to _pdbx_reference_entity_list.ref_entity_id in PDBX_REFERENCE_ENTITY_LIST category.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_nonpoly.prd_id is a reference _pdbx_reference_entity_list.prd_id in the PDBX_REFERENCE_ENTITY_LIST category.- Returns:
- StrColumn
-
getRefEntityId
The value of _pdbx_reference_entity_nonpoly.ref_entity_id is a reference to _pdbx_reference_entity_list.ref_entity_id in PDBX_REFERENCE_ENTITY_LIST category.- Returns:
- StrColumn
-
getDetails
Additional details about this entity.- Returns:
- StrColumn
-
getName
A name of the non-polymer entity.- Returns:
- StrColumn
-
getChemCompId
For non-polymer entities, the identifier corresponding to the chemical definition for the molecule.- Returns:
- StrColumn
-