Package org.rcsb.cif.schema.mm
Class PdbxReferenceMoleculeDetails
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxReferenceMoleculeDetails
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxReferenceMoleculeDetails
extends DelegatingCategory
Data items in the PDBX_REFERENCE_MOLECULE_DETAILS category records
textual details about small polymer molecules.
-
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 PdbxReferenceMoleculeDetails(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetFamilyPrdId()The value of _pdbx_reference_molecule_details.family_prd_id is a reference to _pdbx_reference_molecule_list.family_prd_id' in category PDBX_REFERENCE_MOLECULE_FAMILY.IntColumngetOrdinal()The value of _pdbx_reference_molecule_details.ordinal is an ordinal that distinguishes each descriptive text for this entity.StrColumngetPrdId()The value of _pdbx_reference_molecule_details.prd_id is a reference to _pdbx_reference_molecule.prd_id in the PDBX_REFERENCE_MOLECULE category.StrColumngetSource()A data source of this information (e.g.StrColumngetSourceId()A identifier within the data source for this information.StrColumngetText()The text of the description of special aspects of the entity.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getFamilyPrdId
The value of _pdbx_reference_molecule_details.family_prd_id is a reference to _pdbx_reference_molecule_list.family_prd_id' in category PDBX_REFERENCE_MOLECULE_FAMILY.- Returns:
- StrColumn
-
getPrdId
The value of _pdbx_reference_molecule_details.prd_id is a reference to _pdbx_reference_molecule.prd_id in the PDBX_REFERENCE_MOLECULE category.- Returns:
- StrColumn
-
getOrdinal
The value of _pdbx_reference_molecule_details.ordinal is an ordinal that distinguishes each descriptive text for this entity.- Returns:
- IntColumn
-
getSource
A data source of this information (e.g. PubMed, Merck Index)- Returns:
- StrColumn
-
getSourceId
A identifier within the data source for this information.- Returns:
- StrColumn
-
getText
The text of the description of special aspects of the entity.- Returns:
- StrColumn
-