Package org.rcsb.cif.model.generated
Class Struct
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.Struct
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class Struct extends BaseCategory
Data items in the STRUCT category record details about the description of the crystallographic structure.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
getEntryId
public StrColumn getEntryId()
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getTitle
public 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
public StrColumn getPdbxDescriptor()
An automatically generated descriptor for an NDB structure or the unstructured content of the PDB COMPND record.- Returns:
- StrColumn
-
getPdbxModelDetails
public StrColumn getPdbxModelDetails()
Text description of the methodology which produced this model structure.- Returns:
- StrColumn
-
getPdbxFormulaWeight
public FloatColumn getPdbxFormulaWeight()
Estimated formula mass in daltons of the deposited structure assembly.- Returns:
- FloatColumn
-
getPdbxFormulaWeightMethod
public StrColumn getPdbxFormulaWeightMethod()
Method used to determine _struct.pdbx_formula_weight.- Returns:
- StrColumn
-
getPdbxModelTypeDetails
public StrColumn getPdbxModelTypeDetails()
A description of the type of structure model.- Returns:
- StrColumn
-
getPdbxCASPFlag
public 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
public StrColumn getPdbxDetails()
Additional remarks related to this structure deposition that have not been included in details data items elsewhere.- Returns:
- StrColumn
-
getPdbxTitleText
public 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
-
-