Package org.rcsb.cif.model.generated
Class PdbxAtomSiteAnisoTls
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxAtomSiteAnisoTls
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxAtomSiteAnisoTls extends BaseCategory
Data items in the PDBX_ATOM_SITE_ANISO_TLS category record details about the TLS contribution to anisotropic displacement parameters.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxAtomSiteAnisoTls(String name)PdbxAtomSiteAnisoTls(String name, int rowCount, Object[] encodedColumns)PdbxAtomSiteAnisoTls(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
getId
public StrColumn getId()
This data item is a pointer to _atom_site.id in the ATOM_SITE category.- Returns:
- StrColumn
-
getTypeSymbol
public StrColumn getTypeSymbol()
This data item is a pointer to _atom_type.symbol in the ATOM_TYPE category.- Returns:
- StrColumn
-
getTlsGroupId
public StrColumn getTlsGroupId()
This data item identifies the TLS group membership for this atom.- Returns:
- StrColumn
-
getAuthCompId
public StrColumn getAuthCompId()
This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthSeqId
public StrColumn getAuthSeqId()
This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthAtomId
public StrColumn getAuthAtomId()
This data item is a pointer to _atom_site.auth_atom_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthAsymId
public StrColumn getAuthAsymId()
This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPDBInsCode
public StrColumn getPDBInsCode()
This data item is a pointer to _atom_site.pdbx_ins_code in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAltId
public StrColumn getLabelAltId()
This data item is a pointer to _atom_sites_alt.id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAsymId
public StrColumn getLabelAsymId()
This data item is a pointer to _atom_site.label_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAtomId
public StrColumn getLabelAtomId()
This data item is a pointer to _atom_site.label_atom_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelCompId
public StrColumn getLabelCompId()
This data item is a pointer to _atom_site.label_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelSeqId
public IntColumn getLabelSeqId()
This data item is a pointer to _atom_site.label_seq_id in the ATOM_SITE category.- Returns:
- IntColumn
-
getUTls11
public FloatColumn 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
public 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
public 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
public 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
public 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
public 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
-
-