Package org.rcsb.cif.schema.mm
Class PdbxSolventAtomSiteMapping
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxSolventAtomSiteMapping
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxSolventAtomSiteMapping
extends DelegatingCategory
Data items in the PDBX_SOLVENT_ATOM_SITE_MAPPING category records
mapping information between solvent atoms before and after symmetry
repositioning.
-
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 PdbxSolventAtomSiteMapping(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAuthAltId()A component of the current atom_site identifier labeling alternate locations.StrColumngetAuthAsymId()A component of the current atom_site identifier.StrColumngetAuthAtomId()A component of the current atom_site identifier.StrColumngetAuthCompId()A component of the current atom_site identifier.StrColumngetAuthSeqId()A component of the current atom_site identifier.FloatColumngetCartnX()The x atom-site coordinate of the solvent position in angstroms.FloatColumngetCartnY()The y atom-site coordinate of the solvent position in angstroms.FloatColumngetCartnZ()The z atom-site coordinate of the solvent position in angstroms.StrColumngetId()The value of pdbx_solvent_atom_site_mapping.id must uniquely identify a record in the PDBX_SOLVENT_ATOM_SITE_MAPPING list.StrColumngetLabelAltId()A component of the atom_site identifier.StrColumngetLabelAsymId()A component of the atom_site identifier.StrColumngetLabelAtomId()A component of the atom_site identifier.StrColumngetLabelCompId()A component of the atom_site identifier.IntColumngetLabelSeqId()A component of the atom_site identifier.FloatColumngetOccupancy()The fraction of the atom type present at the current atom site.StrColumngetPDBInsCode()Optional atom_site identifier.StrColumngetPreAuthAltId()A component of the prior atom_site identifier.StrColumngetPreAuthAsymId()A component of the prior atom_site identifier.StrColumngetPreAuthAtomId()A component of the prior atom_site identifier.StrColumngetPreAuthCompId()A component of the prior atom_site identifier.StrColumngetPreAuthSeqId()A component of the prior atom_site identifier.FloatColumngetPreCartnX()The prior x atom-site coordinate of the solvent position in angstroms.FloatColumngetPreCartnY()The prior y atom-site coordinate of the solvent position in angstroms.FloatColumngetPreCartnZ()The prior z atom-site coordinate of the solvent position in angstroms.StrColumngetPrePDBInsCode()A component of the prior atom_site identifier.StrColumngetSymmetry()Describes the symmetry operation that should be applied to the target solvent atomStrColumngetSymmetryAsXyz()The symmetry applied to the target solvent atom.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_solvent_atom_site_mapping.id must uniquely identify a record in the PDBX_SOLVENT_ATOM_SITE_MAPPING list. Note that this item need not be a number; it can be any unique identifier.- Returns:
- StrColumn
-
getLabelAltId
A component of the atom_site identifier. This data item is a pointer to _atom_site.label_alt_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAsymId
A component of the atom_site identifier. This data item is a pointer to _atom_site.label_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAtomId
A component of the atom_site identifier. This data item is a pointer to _atom_site.label_atom_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelCompId
A component of the atom_site identifier. This data item is a pointer to _atom_site.label_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelSeqId
A component of the atom_site identifier. This data item is a pointer to _atom_site.label_seq_id in the ATOM_SITE category.- Returns:
- IntColumn
-
getPDBInsCode
Optional atom_site identifier. This data item is a pointer to _atom_site.pdbx_PDB_ins_code in the ATOM_SITE category.- Returns:
- StrColumn
-
getPreAuthAsymId
A component of the prior atom_site identifier. This data item corresponds to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPreAuthAtomId
A component of the prior atom_site identifier. This data item corrresponds to _atom_site.auth_atom_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPreAuthCompId
A component of the prior atom_site identifier. This data item corresponds to _atom_site.auth_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPreAuthSeqId
A component of the prior atom_site identifier. This data item corresponds to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPrePDBInsCode
A component of the prior atom_site identifier. This data item corresponds to _atom_site.pdbx_PDB_ins_code in the ATOM_SITE category.- Returns:
- StrColumn
-
getPreAuthAltId
A component of the prior atom_site identifier. This data item is a pointer to _atom_site.label_alt_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthAsymId
A component of the current atom_site identifier. This data item corresponds to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthAtomId
A component of the current atom_site identifier. This data item corrresponds to _atom_site.auth_atom_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthCompId
A component of the current atom_site identifier. This data item corresponds to _atom_site.auth_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthSeqId
A component of the current atom_site identifier. This data item corresponds to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthAltId
A component of the current atom_site identifier labeling alternate locations.- Returns:
- StrColumn
-
getOccupancy
The fraction of the atom type present at the current atom site.- Returns:
- FloatColumn
-
getCartnX
The x atom-site coordinate of the solvent position in angstroms.- Returns:
- FloatColumn
-
getCartnY
The y atom-site coordinate of the solvent position in angstroms.- Returns:
- FloatColumn
-
getCartnZ
The z atom-site coordinate of the solvent position in angstroms.- Returns:
- FloatColumn
-
getPreCartnX
The prior x atom-site coordinate of the solvent position in angstroms.- Returns:
- FloatColumn
-
getPreCartnY
The prior y atom-site coordinate of the solvent position in angstroms.- Returns:
- FloatColumn
-
getPreCartnZ
The prior z atom-site coordinate of the solvent position in angstroms.- Returns:
- FloatColumn
-
getSymmetry
Describes the symmetry operation that should be applied to the target solvent atom- Returns:
- StrColumn
-
getSymmetryAsXyz
The symmetry applied to the target solvent atom. The symmetry equivalent position is given in the 'xyz' representation.- Returns:
- StrColumn
-