Package org.rcsb.cif.schema.mm
Class PdbxValidatePlanesAtom
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxValidatePlanesAtom
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxValidatePlanesAtom
extends DelegatingCategory
Data items in the PDBX_VALIDATE_PLANES_ATOM category list the
residues that contain unexpected deviations from planes
centers.
-
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 PdbxValidatePlanesAtom(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetAtomDeviation()The deviation from the plane per atomStrColumngetAuthAsymId()Part of the identifier of an atom site that defines the plane This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.StrColumngetAuthAtomId()Part of the identifier of an atom site that defines the plane This data item is a pointer to _atom_site.auth_atom_id in the ATOM_SITE category.StrColumngetAuthCompId()Part of the identifier of an atom site that defines the plane This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.StrColumngetAuthSeqId()Part of the identifier of an atom site that defines the plane This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.IntColumngetId()The value of _pdbx_validate_planes_atom.id must uniquely identify each item in the PDBX_VALIDATE_PLANES_ATOM list.StrColumngetPDBInsCode()Optional identifier of an atom site that defines the planeIntColumngetPDBModelNum()The model number for an atom site defining the plane This data item is a pointer to _atom_site.pdbx_PDB_model_num in the ATOM_SITE category.IntColumngetPlaneId()A pointer to _pdbx_validate_planes.id This is an integer serial number.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getPlaneId
A pointer to _pdbx_validate_planes.id This is an integer serial number.- Returns:
- IntColumn
-
getId
The value of _pdbx_validate_planes_atom.id must uniquely identify each item in the PDBX_VALIDATE_PLANES_ATOM list. This is an integer serial number.- Returns:
- IntColumn
-
getPDBModelNum
The model number for an atom site defining the plane This data item is a pointer to _atom_site.pdbx_PDB_model_num in the ATOM_SITE category.- Returns:
- IntColumn
-
getAuthAsymId
Part of the identifier of an atom site that defines the plane This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthCompId
Part of the identifier of an atom site that defines the plane This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthSeqId
Part of the identifier of an atom site that defines the plane This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPDBInsCode
Optional identifier of an atom site that defines the plane- Returns:
- StrColumn
-
getAuthAtomId
Part of the identifier of an atom site that defines the plane This data item is a pointer to _atom_site.auth_atom_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAtomDeviation
The deviation from the plane per atom- Returns:
- FloatColumn
-