Package org.rcsb.cif.schema.mm
Class PdbxValChiral
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxValChiral
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxValChiral
extends DelegatingCategory
Data items in the PDBX_VAL_CHIRAL category list the
atoms with nonstandard chiralities.
This is a completely derived category. Do not edit.
-
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 PdbxValChiral(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAuthAsymId()Identifier of the residue This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.StrColumngetAuthCompId()Identifier of the residue This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.StrColumngetAuthPDBInsertId()Identifier of the residue This data item is a pointer to _atom_site.pdbx_PDB_ins_code in the ATOM_SITE category.StrColumngetAuthSeqId()Identifier of the residue This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.StrColumngetChiralCenterAtomAltId()Identifier of chiral center atom alt ID.StrColumngetChiralCenterAtomName()Identifier of chiral center atom.StrColumngetChiralNeighborAtomAltId()Identifier of chiral neighbor alt ID.StrColumngetChiralNeighborAtomName()Identifier of chiral neighbor atom.IntColumngetId()The value of _pdbx_val_chiral.id must uniquely identify each item in the PDBX_VAL_CHIRAL list.StrColumngetLabelAsymId()Identifier of the residue.StrColumngetLabelCompId()Identifier of the residue.IntColumngetLabelSeqId()Identifier of the residue.IntColumngetModelId()The model number for the given residueMethods 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_val_chiral.id must uniquely identify each item in the PDBX_VAL_CHIRAL list. This is an integer serial number.- Returns:
- IntColumn
-
getModelId
The model number for the given residue- Returns:
- IntColumn
-
getAuthAsymId
Identifier of the residue This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthCompId
Identifier of the residue This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthSeqId
Identifier of the residue This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthPDBInsertId
Identifier of the residue This data item is a pointer to _atom_site.pdbx_PDB_ins_code in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAsymId
Identifier of the residue. This data item is a pointer to _atom_site.label_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelCompId
Identifier of the residue. This data item is a pointer to _atom_site.label_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelSeqId
Identifier of the residue. This data item is a pointer to _atom_site.label_seq_id in the ATOM_SITE category.- Returns:
- IntColumn
-
getChiralCenterAtomName
Identifier of chiral center atom.- Returns:
- StrColumn
-
getChiralNeighborAtomName
Identifier of chiral neighbor atom.- Returns:
- StrColumn
-
getChiralCenterAtomAltId
Identifier of chiral center atom alt ID.- Returns:
- StrColumn
-
getChiralNeighborAtomAltId
Identifier of chiral neighbor alt ID.- Returns:
- StrColumn
-