Package org.rcsb.cif.model.generated
Class Em3dFittingList
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.Em3dFittingList
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class Em3dFittingList extends BaseCategory
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
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description Em3dFittingList(String name)Em3dFittingList(String name, int rowCount, Object[] encodedColumns)Em3dFittingList(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
getId
public StrColumn getId()
This data item is a unique identifier.- Returns:
- StrColumn
-
get_3dFittingId
public 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
public StrColumn getPdbEntryId()
The PDB code for the entry used in fitting.- Returns:
- StrColumn
-
getPdbChainId
public 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
public StrColumn getPdbChainResidueRange()
The molecular entities represented in this fitting description.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Details about the model used in fitting.- Returns:
- StrColumn
-
-