Package org.rcsb.cif.model.generated
Class PdbxReferenceMoleculeList
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxReferenceMoleculeList
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxReferenceMoleculeList extends BaseCategory
Data items in the PDBX_REFERENCE_MOLECULE_LIST category record reference information about small polymer molecules.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxReferenceMoleculeList(String name)PdbxReferenceMoleculeList(String name, int rowCount, Object[] encodedColumns)PdbxReferenceMoleculeList(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_list.family_prd_id is a reference to _pdbx_reference_molecule_family.family_prd_id' in category PDBX_REFERENCE_MOLECULE_FAMILY.StrColumngetPrdId()The value of _pdbx_reference_molecule_list.prd_id is the unique identifier for the reference molecule in this family.-
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
-
PdbxReferenceMoleculeList
public PdbxReferenceMoleculeList(String name, Map<String,Column> columns)
-
PdbxReferenceMoleculeList
public PdbxReferenceMoleculeList(String name, int rowCount, Object[] encodedColumns)
-
PdbxReferenceMoleculeList
public PdbxReferenceMoleculeList(String name)
-
-
Method Detail
-
getPrdId
public StrColumn getPrdId()
The value of _pdbx_reference_molecule_list.prd_id is the unique identifier for the reference molecule in this family. By convention this ID uniquely identifies the reference molecule in in the PDB reference dictionary. The ID has the template form PRD_dddddd (e.g. PRD_000001)- Returns:
- StrColumn
-
getFamilyPrdId
public StrColumn getFamilyPrdId()
The value of _pdbx_reference_molecule_list.family_prd_id is a reference to _pdbx_reference_molecule_family.family_prd_id' in category PDBX_REFERENCE_MOLECULE_FAMILY.- Returns:
- StrColumn
-
-