Package org.rcsb.cif.model.generated
Class PdbxMolecule
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxMolecule
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxMolecule extends BaseCategory
Data items in the PDBX_MOLECULE category identify reference molecules within a PDB entry.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxMolecule(String name)PdbxMolecule(String name, int rowCount, Object[] encodedColumns)PdbxMolecule(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetAsymId()A reference to _struct_asym.id in the STRUCT_ASYM category.IntColumngetInstanceId()The value of _pdbx_molecule.instance_id is identifies a particular molecule in the molecule list.StrColumngetLinkedEntityId()A reference to _pdbx_linked_entity.linked_entity_id in the PDBX_LINKED_ENTITY category.StrColumngetPrdId()The value of _pdbx_molecule.prd_id is the PDB accession code for this reference molecule.-
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
-
-
-
-
Method Detail
-
getPrdId
public StrColumn getPrdId()
The value of _pdbx_molecule.prd_id is the PDB accession code for this reference molecule.- Returns:
- StrColumn
-
getInstanceId
public IntColumn getInstanceId()
The value of _pdbx_molecule.instance_id is identifies a particular molecule in the molecule list.- Returns:
- IntColumn
-
getAsymId
public StrColumn getAsymId()
A reference to _struct_asym.id in the STRUCT_ASYM category.- Returns:
- StrColumn
-
getLinkedEntityId
public StrColumn getLinkedEntityId()
A reference to _pdbx_linked_entity.linked_entity_id in the PDBX_LINKED_ENTITY category.- Returns:
- StrColumn
-
-