Package org.rcsb.cif.model.generated
Class PdbxReferenceMoleculeFeatures
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxReferenceMoleculeFeatures
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxReferenceMoleculeFeatures extends BaseCategory
Additional features associated with the reference entity.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxReferenceMoleculeFeatures(String name)PdbxReferenceMoleculeFeatures(String name, int rowCount, Object[] encodedColumns)PdbxReferenceMoleculeFeatures(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetChemCompId()For entities represented as single molecules, the identifier corresponding to the chemical definition for the molecule.StrColumngetFamilyPrdId()The value of _pdbx_reference_molecule_features.family_prd_id is a reference to _pdbx_reference_molecule_list.family_prd_id in category PDBX_REFERENCE_MOLECULE_FAMILY_LIST.IntColumngetOrdinal()The value of _pdbx_reference_molecule_features.ordinal distinguishes each feature for this entity.StrColumngetPrdId()The value of _pdbx_reference_molecule_features.prd_id is a reference _pdbx_reference_molecule.prd_id in the PDBX_REFERENCE_MOLECULE category.StrColumngetSource()The information source for the component feature.IntColumngetSourceOrdinal()The value of _pdbx_reference_molecule_features.source_ordinal provides the priority order of features from a particular source or database.StrColumngetType()The entity feature type.StrColumngetValue()The entity feature value.-
Methods inherited from class org.rcsb.cif.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Constructor Detail
-
PdbxReferenceMoleculeFeatures
public PdbxReferenceMoleculeFeatures(String name, Map<String,Column> columns)
-
PdbxReferenceMoleculeFeatures
public PdbxReferenceMoleculeFeatures(String name, int rowCount, Object[] encodedColumns)
-
PdbxReferenceMoleculeFeatures
public PdbxReferenceMoleculeFeatures(String name)
-
-
Method Detail
-
getFamilyPrdId
public StrColumn getFamilyPrdId()
The value of _pdbx_reference_molecule_features.family_prd_id is a reference to _pdbx_reference_molecule_list.family_prd_id in category PDBX_REFERENCE_MOLECULE_FAMILY_LIST.- Returns:
- StrColumn
-
getPrdId
public StrColumn getPrdId()
The value of _pdbx_reference_molecule_features.prd_id is a reference _pdbx_reference_molecule.prd_id in the PDBX_REFERENCE_MOLECULE category.- Returns:
- StrColumn
-
getOrdinal
public IntColumn getOrdinal()
The value of _pdbx_reference_molecule_features.ordinal distinguishes each feature for this entity.- Returns:
- IntColumn
-
getSourceOrdinal
public IntColumn getSourceOrdinal()
The value of _pdbx_reference_molecule_features.source_ordinal provides the priority order of features from a particular source or database.- Returns:
- IntColumn
-
getType
public StrColumn getType()
The entity feature type.- Returns:
- StrColumn
-
getValue
public StrColumn getValue()
The entity feature value.- Returns:
- StrColumn
-
getSource
public StrColumn getSource()
The information source for the component feature.- Returns:
- StrColumn
-
getChemCompId
public StrColumn getChemCompId()
For entities represented as single molecules, the identifier corresponding to the chemical definition for the molecule.- Returns:
- StrColumn
-
-