Package org.rcsb.cif.schema.mm
Class PdbxAtomSiteAnisoTls
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxAtomSiteAnisoTls
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxAtomSiteAnisoTls
extends DelegatingCategory
Data items in the PDBX_ATOM_SITE_ANISO_TLS category record details
about the TLS contribution to anisotropic displacement parameters.
-
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 PdbxAtomSiteAnisoTls(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAuthAsymId()This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.StrColumngetAuthAtomId()This data item is a pointer to _atom_site.auth_atom_id in the ATOM_SITE category.StrColumngetAuthCompId()This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.StrColumngetAuthSeqId()This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.StrColumngetId()This data item is a pointer to _atom_site.id in the ATOM_SITE category.StrColumngetLabelAltId()This data item is a pointer to _atom_sites_alt.id in the ATOM_SITE category.StrColumngetLabelAsymId()This data item is a pointer to _atom_site.label_asym_id in the ATOM_SITE category.StrColumngetLabelAtomId()This data item is a pointer to _atom_site.label_atom_id in the ATOM_SITE category.StrColumngetLabelCompId()This data item is a pointer to _atom_site.label_comp_id in the ATOM_SITE category.IntColumngetLabelSeqId()This data item is a pointer to _atom_site.label_seq_id in the ATOM_SITE category.StrColumngetPDBInsCode()This data item is a pointer to _atom_site.pdbx_ins_code in the ATOM_SITE category.StrColumngetTlsGroupId()This data item identifies the TLS group membership for this atom.StrColumngetTypeSymbol()This data item is a pointer to _atom_type.symbol in the ATOM_TYPE category.FloatColumngetUTls11()The elements of the TLS contribution to the atomic displacement matrix U.FloatColumngetUTls12()The elements of the TLS contribution to the atomic displacement matrix U.FloatColumngetUTls13()The elements of the TLS contribution to the atomic displacement matrix U.FloatColumngetUTls22()The elements of the TLS contribution to the atomic displacement matrix U.FloatColumngetUTls23()The elements of the TLS contribution to the atomic displacement matrix U.FloatColumngetUTls33()The elements of the TLS contribution to the atomic displacement matrix U.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
This data item is a pointer to _atom_site.id in the ATOM_SITE category.- Returns:
- StrColumn
-
getTypeSymbol
This data item is a pointer to _atom_type.symbol in the ATOM_TYPE category.- Returns:
- StrColumn
-
getTlsGroupId
This data item identifies the TLS group membership for this atom.- Returns:
- StrColumn
-
getAuthCompId
This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthSeqId
This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthAtomId
This data item is a pointer to _atom_site.auth_atom_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthAsymId
This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPDBInsCode
This data item is a pointer to _atom_site.pdbx_ins_code in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAltId
This data item is a pointer to _atom_sites_alt.id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAsymId
This data item is a pointer to _atom_site.label_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAtomId
This data item is a pointer to _atom_site.label_atom_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelCompId
This data item is a pointer to _atom_site.label_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelSeqId
This data item is a pointer to _atom_site.label_seq_id in the ATOM_SITE category.- Returns:
- IntColumn
-
getUTls11
The elements of the TLS contribution to the atomic displacement matrix U. The unique elements of the real symmetric matrix are entered by row.- Returns:
- FloatColumn
-
getUTls22
The elements of the TLS contribution to the atomic displacement matrix U. The unique elements of the real symmetric matrix are entered by row.- Returns:
- FloatColumn
-
getUTls33
The elements of the TLS contribution to the atomic displacement matrix U. The unique elements of the real symmetric matrix are entered by row.- Returns:
- FloatColumn
-
getUTls12
The elements of the TLS contribution to the atomic displacement matrix U. The unique elements of the real symmetric matrix are entered by row.- Returns:
- FloatColumn
-
getUTls13
The elements of the TLS contribution to the atomic displacement matrix U. The unique elements of the real symmetric matrix are entered by row.- Returns:
- FloatColumn
-
getUTls23
The elements of the TLS contribution to the atomic displacement matrix U. The unique elements of the real symmetric matrix are entered by row.- Returns:
- FloatColumn
-