Package org.rcsb.cif.schema.mm
Class PdbxRefineTlsGroup
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxRefineTlsGroup
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxRefineTlsGroup
extends DelegatingCategory
Data items in the PDBX_REFINE_TLS_GROUP category record details about
a fragment of a TLS group.
Properties of the TLS group are recorded in PDBX_REFINE_TLS
-
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 PdbxRefineTlsGroup(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 TLS fragment range begins.StrColumngetBegAuthSeqId()A component of the identifier for the residue at which the TLS fragment range begins.StrColumngetBegLabelAsymId()A component of the identifier for the residue at which the TLS fragment range begins.IntColumngetBegLabelSeqId()A component of the identifier for the residue at which the TLS fragment range begins.StrColumngetBegPDBInsCode()A component of the identifier for the residue at which the TLS fragment range begins.StrColumngetEndAuthAsymId()A component of the identifier for the residue at which the TLS fragment range ends.StrColumngetEndAuthSeqId()A component of the identifier for the residue at which the TLS fragment range ends.StrColumngetEndLabelAsymId()A component of the identifier for the residue at which the TLS fragment range ends.IntColumngetEndLabelSeqId()A component of the identifier for the residue at which the TLS fragment range ends.StrColumngetEndPDBInsCode()A component of the identifier for the residue at which the TLS fragment range ends.StrColumngetId()The value of _pdbx_refine_tls_group.id must uniquely identify a record in the REFINE_TLS_GROUP list for a particular refinement.StrColumngetPdbxRefineId()This data item uniquely identifies a refinement within an entry.StrColumngetRefineTlsId()This data item is a pointer to _pdbx_refine_tls.id in the REFINE_TLS category.StrColumngetSelection()A qualification of the subset of atoms in the specified range included in the TLS fragment.StrColumngetSelectionDetails()A text description of subset of atoms included included in the TLS fragment.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
The value of _pdbx_refine_tls_group.id must uniquely identify a record in the REFINE_TLS_GROUP list for a particular refinement. Note that this item need not be a number; it can be any unique identifier.- Returns:
- StrColumn
-
getPdbxRefineId
This data item uniquely identifies a refinement within an entry. _pdbx_refine_tls_group.pdbx_refine_id can be used to distinguish the results of joint refinements.- Returns:
- StrColumn
-
getRefineTlsId
This data item is a pointer to _pdbx_refine_tls.id in the REFINE_TLS category.- Returns:
- StrColumn
-
getBegLabelAsymId
A component of the identifier for the residue at which the TLS fragment range begins. This data item is a pointer to _struct_asym.id in the STRUCT_ASYM category.- Returns:
- StrColumn
-
getBegLabelSeqId
A component of the identifier for the residue at which the TLS fragment range begins.- Returns:
- IntColumn
-
getBegAuthAsymId
A component of the identifier for the residue at which the TLS fragment range begins. This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getBegAuthSeqId
A component of the identifier for the residue at which the TLS fragment range begins. This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getBegPDBInsCode
A component of the identifier for the residue at which the TLS fragment range begins. This data item is a pointer to _atom_site.pdbx_PDB_ins_code in the ATOM_SITE category.- Returns:
- StrColumn
-
getEndLabelAsymId
A component of the identifier for the residue at which the TLS fragment range ends. This data item is a pointer to _struct_asym.id in the STRUCT_ASYM category.- Returns:
- StrColumn
-
getEndLabelSeqId
A component of the identifier for the residue at which the TLS fragment range ends.- Returns:
- IntColumn
-
getEndAuthAsymId
A component of the identifier for the residue at which the TLS fragment range ends. This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getEndAuthSeqId
A component of the identifier for the residue at which the TLS fragment range ends. This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getEndPDBInsCode
A component of the identifier for the residue at which the TLS fragment range ends. This data item is a pointer to _atom_site.pdbx_PDB_ins_code in the ATOM_SITE category.- Returns:
- StrColumn
-
getSelection
A qualification of the subset of atoms in the specified range included in the TLS fragment.- Returns:
- StrColumn
-
getSelectionDetails
A text description of subset of atoms included included in the TLS fragment.- Returns:
- StrColumn
-