Package org.rcsb.cif.schema.mm
Class StructConf
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.StructConf
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class StructConf
extends DelegatingCategory
Data items in the STRUCT_CONF category record details about
the backbone conformation of a segment of polymer.
Data items in the STRUCT_CONF_TYPE category define the
criteria used to identify the backbone conformations.
-
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 StructConf(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetBegAuthAsymId()A component of the identifier for the residue at which the conformation segment begins.StrColumngetBegAuthCompId()A component of the identifier for the residue at which the conformation segment begins.IntColumngetBegAuthSeqId()A component of the identifier for the residue at which the conformation segment begins.StrColumngetBegLabelAsymId()A component of the identifier for the residue at which the conformation segment begins.StrColumngetBegLabelCompId()A component of the identifier for the residue at which the conformation segment begins.IntColumngetBegLabelSeqId()A component of the identifier for the residue at which the conformation segment begins.StrColumngetConfTypeId()This data item is a pointer to _struct_conf_type.id in the STRUCT_CONF_TYPE category.StrColumngetDetails()A description of special aspects of the conformation assignment.StrColumngetEndAuthAsymId()A component of the identifier for the residue at which the conformation segment ends.StrColumngetEndAuthCompId()A component of the identifier for the residue at which the conformation segment ends.IntColumngetEndAuthSeqId()A component of the identifier for the residue at which the conformation segment ends.StrColumngetEndLabelAsymId()A component of the identifier for the residue at which the conformation segment ends.StrColumngetEndLabelCompId()A component of the identifier for the residue at which the conformation segment ends.IntColumngetEndLabelSeqId()A component of the identifier for the residue at which the conformation segment ends.StrColumngetId()The value of _struct_conf.id must uniquely identify a record in the STRUCT_CONF list.StrColumngetPdbxBegPDBInsCode()A component of the identifier for the residue at which the conformation segment starts.StrColumngetPdbxEndPDBInsCode()A component of the identifier for the residue at which the conformation segment ends.StrColumngetPdbxPDBHelixClass()This item is a place holder for the helix class used in the PDB HELIX record.StrColumngetPdbxPDBHelixId()A placeholder for the helix identifier of the PDB HELIX record.IntColumngetPdbxPDBHelixLength()A placeholder for the lengths of the helix of the PDB HELIX record.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getBegLabelAsymId
A component of the identifier for the residue at which the conformation segment begins. This data item is a pointer to _atom_site.label_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getBegLabelCompId
A component of the identifier for the residue at which the conformation segment begins. This data item is a pointer to _atom_site.label_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getBegLabelSeqId
A component of the identifier for the residue at which the conformation segment begins. This data item is a pointer to _atom_site.label_seq_id in the ATOM_SITE category.- Returns:
- IntColumn
-
getBegAuthAsymId
A component of the identifier for the residue at which the conformation segment begins. This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getBegAuthCompId
A component of the identifier for the residue at which the conformation segment begins. This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getBegAuthSeqId
A component of the identifier for the residue at which the conformation segment begins. This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- IntColumn
-
getConfTypeId
This data item is a pointer to _struct_conf_type.id in the STRUCT_CONF_TYPE category.- Returns:
- StrColumn
-
getDetails
A description of special aspects of the conformation assignment.- Returns:
- StrColumn
-
getEndLabelAsymId
A component of the identifier for the residue at which the conformation segment ends. This data item is a pointer to _atom_site.label_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getEndLabelCompId
A component of the identifier for the residue at which the conformation segment ends. This data item is a pointer to _atom_site.label_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getEndLabelSeqId
A component of the identifier for the residue at which the conformation segment ends. This data item is a pointer to _atom_site.label_seq_id in the ATOM_SITE category.- Returns:
- IntColumn
-
getEndAuthAsymId
A component of the identifier for the residue at which the conformation segment ends. This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getEndAuthCompId
A component of the identifier for the residue at which the conformation segment ends. This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getEndAuthSeqId
A component of the identifier for the residue at which the conformation segment ends. This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- IntColumn
-
getId
The value of _struct_conf.id must uniquely identify a record in the STRUCT_CONF list. Note that this item need not be a number; it can be any unique identifier.- Returns:
- StrColumn
-
getPdbxBegPDBInsCode
A component of the identifier for the residue at which the conformation segment starts.- Returns:
- StrColumn
-
getPdbxEndPDBInsCode
A component of the identifier for the residue at which the conformation segment ends.- Returns:
- StrColumn
-
getPdbxPDBHelixClass
This item is a place holder for the helix class used in the PDB HELIX record.- Returns:
- StrColumn
-
getPdbxPDBHelixLength
A placeholder for the lengths of the helix of the PDB HELIX record.- Returns:
- IntColumn
-
getPdbxPDBHelixId
A placeholder for the helix identifier of the PDB HELIX record.- Returns:
- StrColumn
-