Package org.rcsb.cif.schema.mm
Class PdbxReferenceMoleculeAnnotation
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxReferenceMoleculeAnnotation
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxReferenceMoleculeAnnotation
extends DelegatingCategory
Data items in the PDBX_REFERENCE_MOLECULE_ANNOTATION category specify
additional annotation relevant to the molecular 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 PdbxReferenceMoleculeAnnotation(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.StrColumngetFamilyPrdId()The value of _pdbx_reference_molecule_annotation.family_prd_id is a reference to _pdbx_reference_molecule_list.family_prd_id in category PDBX_REFERENCE_MOLECULE_FAMILY_LIST.IntColumngetOrdinal()This data item distinguishes anotations for this entity.StrColumngetPrdId()This data item is a pointer to _pdbx_reference_molecule.prd_id in the PDB_REFERENCE_MOLECULE category.StrColumngetSource()The source of the annoation for this entity.StrColumngetSupport()Text describing the experimentation or computational evidence for the annotation.StrColumngetText()Text describing the annotation for this entity.StrColumngetType()Type of annotation for this 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_annotation.family_prd_id is a reference to _pdbx_reference_molecule_list.family_prd_id in category PDBX_REFERENCE_MOLECULE_FAMILY_LIST.- Returns:
- StrColumn
-
getPrdId
This data item is a pointer to _pdbx_reference_molecule.prd_id in the PDB_REFERENCE_MOLECULE category.- Returns:
- StrColumn
-
getOrdinal
This data item distinguishes anotations for this entity.- Returns:
- IntColumn
-
getText
Text describing the annotation for this entity.- Returns:
- StrColumn
-
getType
Type of annotation for this entity.- Returns:
- StrColumn
-
getSupport
Text describing the experimentation or computational evidence for the annotation.- Returns:
- StrColumn
-
getSource
The source of the annoation for this entity.- Returns:
- StrColumn
-
getChemCompId
For entities represented as single molecules, the identifier corresponding to the chemical definition for the molecule.- Returns:
- StrColumn
-