Package org.rcsb.cif.model.generated
Class PdbxValidateMainChainPlane
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxValidateMainChainPlane
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxValidateMainChainPlane extends BaseCategory
Data items in the PDBX_VALIDATE_MAIN_CHAIN_PLANE category list the residues that contain unexpected deviations from planes for main chain atoms as defined by the improper torsion angle describing planarity: PLANARITY = C(i-1) - CA(i-1) - N(i) - O(i-1) ==> planar < 5 as a pseudo torsion
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxValidateMainChainPlane(String name)PdbxValidateMainChainPlane(String name, int rowCount, Object[] encodedColumns)PdbxValidateMainChainPlane(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetAuthAsymId()Part of the identifier of the residue in which the plane is calculated This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.StrColumngetAuthCompId()Part of the identifier of the residue in which the plane is calculated This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.StrColumngetAuthSeqId()Part of the identifier of the residue in which the plane is calculated This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.IntColumngetId()The value of _pdbx_validate_main_chain_plane.id must uniquely identify each item in the PDBX_VALIDATE_MAIN_CHAIN_PLANE list.FloatColumngetImproperTorsionAngle()The value for the torsion angle C(i-1) - CA(i-1) - N(i) - O(i-1)StrColumngetLabelAltId()Optional identifier of the residue in which the plane is calculated This data item is a pointer to _atom_site.label_alt_id in the ATOM_SITE category.StrColumngetPDBInsCode()Optional identifier of the residue in which the plane is calculated This data item is a pointer to _atom_site.pdbx_PDB_ins_code in the ATOM_SITE category.IntColumngetPDBModelNum()The model number for the residue in which the plane is calculated This data item is a pointer to _atom_site.pdbx_PDB_model_num in the ATOM_SITE category.-
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
-
-
-
-
Constructor Detail
-
PdbxValidateMainChainPlane
public PdbxValidateMainChainPlane(String name, Map<String,Column> columns)
-
PdbxValidateMainChainPlane
public PdbxValidateMainChainPlane(String name, int rowCount, Object[] encodedColumns)
-
PdbxValidateMainChainPlane
public PdbxValidateMainChainPlane(String name)
-
-
Method Detail
-
getId
public IntColumn getId()
The value of _pdbx_validate_main_chain_plane.id must uniquely identify each item in the PDBX_VALIDATE_MAIN_CHAIN_PLANE list. This is an integer serial number.- Returns:
- IntColumn
-
getPDBModelNum
public IntColumn getPDBModelNum()
The model number for the residue in which the plane is calculated This data item is a pointer to _atom_site.pdbx_PDB_model_num in the ATOM_SITE category.- Returns:
- IntColumn
-
getAuthAsymId
public StrColumn getAuthAsymId()
Part of the identifier of the residue in which the plane is calculated This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthCompId
public StrColumn getAuthCompId()
Part of the identifier of the residue in which the plane is calculated This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthSeqId
public StrColumn getAuthSeqId()
Part of the identifier of the residue in which the plane is calculated This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPDBInsCode
public StrColumn getPDBInsCode()
Optional identifier of the residue in which the plane is calculated This data item is a pointer to _atom_site.pdbx_PDB_ins_code in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAltId
public StrColumn getLabelAltId()
Optional identifier of the residue in which the plane is calculated This data item is a pointer to _atom_site.label_alt_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getImproperTorsionAngle
public FloatColumn getImproperTorsionAngle()
The value for the torsion angle C(i-1) - CA(i-1) - N(i) - O(i-1)- Returns:
- FloatColumn
-
-