Package org.rcsb.cif.schema.mm
Class Struct
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.Struct
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class Struct
extends DelegatingCategory
Data items in the STRUCT category record details about the
description of the crystallographic structure.
-
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
-
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetEntryId()This data item is a pointer to _entry.id in the ENTRY category.StrColumngetPdbxCASPFlag()The item indicates whether the entry is a CASP target, a CASD-NMR target, or similar target participating in methods development experiments.StrColumngetPdbxDescriptor()An automatically generated descriptor for an NDB structure or the unstructured content of the PDB COMPND record.StrColumngetPdbxDetails()Additional remarks related to this structure deposition that have not been included in details data items elsewhere.FloatColumngetPdbxFormulaWeight()Estimated formula mass in daltons of the deposited structure assembly.StrColumngetPdbxFormulaWeightMethod()Method used to determine _struct.pdbx_formula_weight.StrColumngetPdbxModelDetails()Text description of the methodology which produced this model structure.StrColumngetPdbxModelTypeDetails()A description of the type of structure model.StrColumngetPdbxTitleText()A title for the experiment or analysis that is represented in the entry.StrColumngetTitle()A title for the data block.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getTitle
A title for the data block. The author should attempt to convey the essence of the structure archived in the CIF in the title, and to distinguish this structural result from others.- Returns:
- StrColumn
-
getPdbxDescriptor
An automatically generated descriptor for an NDB structure or the unstructured content of the PDB COMPND record.- Returns:
- StrColumn
-
getPdbxModelDetails
Text description of the methodology which produced this model structure.- Returns:
- StrColumn
-
getPdbxFormulaWeight
Estimated formula mass in daltons of the deposited structure assembly.- Returns:
- FloatColumn
-
getPdbxFormulaWeightMethod
Method used to determine _struct.pdbx_formula_weight.- Returns:
- StrColumn
-
getPdbxModelTypeDetails
A description of the type of structure model.- Returns:
- StrColumn
-
getPdbxCASPFlag
The item indicates whether the entry is a CASP target, a CASD-NMR target, or similar target participating in methods development experiments.- Returns:
- StrColumn
-
getPdbxDetails
Additional remarks related to this structure deposition that have not been included in details data items elsewhere.- Returns:
- StrColumn
-
getPdbxTitleText
A title for the experiment or analysis that is represented in the entry. The default value is the primary citation of the entry.- Returns:
- StrColumn
-