Package org.rcsb.cif.model.generated
Class PdbxSolnScatterModel
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxSolnScatterModel
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxSolnScatterModel extends BaseCategory
Data items in the PDBX_SOLN_SCATTER_MODEL category record details about the homology model fitting to the solution scatter data.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxSolnScatterModel(String name)PdbxSolnScatterModel(String name, int rowCount, Object[] encodedColumns)PdbxSolnScatterModel(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetConformerSelectionCriteria()A description of the conformer selection criteria used.StrColumngetDetails()A description of any additional details concerning the experiment.StrColumngetEntryFittingList()A list of the entries used to fit the model to the scattering dataStrColumngetId()The value of _pdbx_soln_scatter_model.id must uniquely identify the sample in the category PDBX_SOLN_SCATTER_MODELStrColumngetMethod()A description of the methods used in the modellingIntColumngetNumConformersCalculated()The number of model conformers calculated.IntColumngetNumConformersSubmitted()The number of model conformers submitted in the entryIntColumngetRepresentativeConformer()The index of the representative conformer among the submitted conformers for the entryStrColumngetScatterId()This data item is a pointer to _pdbx_soln_scatter.id in the PDBX_SOLN_SCATTER category.StrColumngetSoftwareAuthorList()A list of the software authorsStrColumngetSoftwareList()A list of the software used in the modeeling-
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
-
getScatterId
public StrColumn getScatterId()
This data item is a pointer to _pdbx_soln_scatter.id in the PDBX_SOLN_SCATTER category.- Returns:
- StrColumn
-
getId
public StrColumn getId()
The value of _pdbx_soln_scatter_model.id must uniquely identify the sample in the category PDBX_SOLN_SCATTER_MODEL- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
A description of any additional details concerning the experiment.- Returns:
- StrColumn
-
getMethod
public StrColumn getMethod()
A description of the methods used in the modelling- Returns:
- StrColumn
-
getSoftwareList
public StrColumn getSoftwareList()
A list of the software used in the modeeling- Returns:
- StrColumn
-
getSoftwareAuthorList
public StrColumn getSoftwareAuthorList()
A list of the software authors- Returns:
- StrColumn
-
getEntryFittingList
public StrColumn getEntryFittingList()
A list of the entries used to fit the model to the scattering data- Returns:
- StrColumn
-
getNumConformersCalculated
public IntColumn getNumConformersCalculated()
The number of model conformers calculated.- Returns:
- IntColumn
-
getNumConformersSubmitted
public IntColumn getNumConformersSubmitted()
The number of model conformers submitted in the entry- Returns:
- IntColumn
-
getRepresentativeConformer
public IntColumn getRepresentativeConformer()
The index of the representative conformer among the submitted conformers for the entry- Returns:
- IntColumn
-
getConformerSelectionCriteria
public StrColumn getConformerSelectionCriteria()
A description of the conformer selection criteria used.- Returns:
- StrColumn
-
-