Package org.rcsb.cif.model.generated
Class PdbxReferenceMoleculeDetails
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxReferenceMoleculeDetails
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxReferenceMoleculeDetails extends BaseCategory
Data items in the PDBX_REFERENCE_MOLECULE_DETAILS category records textual details about small polymer molecules.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxReferenceMoleculeDetails(String name)PdbxReferenceMoleculeDetails(String name, int rowCount, Object[] encodedColumns)PdbxReferenceMoleculeDetails(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
PdbxReferenceMoleculeDetails
public PdbxReferenceMoleculeDetails(String name, Map<String,Column> columns)
-
PdbxReferenceMoleculeDetails
public PdbxReferenceMoleculeDetails(String name, int rowCount, Object[] encodedColumns)
-
PdbxReferenceMoleculeDetails
public PdbxReferenceMoleculeDetails(String name)
-
-
Method Detail
-
getFamilyPrdId
public StrColumn 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
public 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
public IntColumn getOrdinal()
The value of _pdbx_reference_molecule_details.ordinal is an ordinal that distinguishes each descriptive text for this entity.- Returns:
- IntColumn
-
getSource
public StrColumn getSource()
A data source of this information (e.g. PubMed, Merck Index)- Returns:
- StrColumn
-
getSourceId
public StrColumn getSourceId()
A identifier within the data source for this information.- Returns:
- StrColumn
-
getText
public StrColumn getText()
The text of the description of special aspects of the entity.- Returns:
- StrColumn
-
-