Package org.rcsb.cif.schema.mm
Class Em3dFittingList
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.Em3dFittingList
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class Em3dFittingList
extends DelegatingCategory
Data items in the 3D_FITTING_LIST category
lists the methods of fitting atomic coordinates from a PDB file
into a 3d-em volume map file
-
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 Em3dFittingList(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumnget_3dFittingId()The value of _em_3d_fitting_list.3d_fitting_id is a pointer to _em_3d_fitting.id in the 3d_fitting categoryStrColumngetDetails()Details about the model used in fitting.StrColumngetId()This data item is a unique identifier.StrColumngetPdbChainId()The ID of the biopolymer chain used for fitting, e.g., A.StrColumngetPdbChainResidueRange()The molecular entities represented in this fitting description.StrColumngetPdbEntryId()The PDB code for the entry used in fitting.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
This data item is a unique identifier.- Returns:
- StrColumn
-
get_3dFittingId
The value of _em_3d_fitting_list.3d_fitting_id is a pointer to _em_3d_fitting.id in the 3d_fitting category- Returns:
- StrColumn
-
getPdbEntryId
The PDB code for the entry used in fitting.- Returns:
- StrColumn
-
getPdbChainId
The ID of the biopolymer chain used for fitting, e.g., A. Please note that only one chain can be specified per instance. If all chains of a particular structure have been used for fitting, this field can be left blank.- Returns:
- StrColumn
-
getPdbChainResidueRange
The molecular entities represented in this fitting description.- Returns:
- StrColumn
-
getDetails
Details about the model used in fitting.- Returns:
- StrColumn
-