Package org.rcsb.cif.schema.mm
Class PdbxStructSpecialSymmetry
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxStructSpecialSymmetry
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxStructSpecialSymmetry
extends DelegatingCategory
Data items in the PDBX_STRUCT_SPECIAL_SYMMETRY category list the
molecular components that lie on special symmetry positions.
-
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 PdbxStructSpecialSymmetry(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAuthAsymId()Part of the identifier for the molecular component.StrColumngetAuthCompId()Part of the identifier for the molecular component.StrColumngetAuthSeqId()Part of the identifier for the molecular component.IntColumngetId()The value of _pdbx_struct_special_symmetry.id must uniquely identify each item in the PDBX_STRUCT_SPECIAL_SYMMETRY list.StrColumngetLabelAltId()Part of the identifier for the molecular component.StrColumngetLabelAsymId()Part of the identifier for the molecular component.StrColumngetLabelCompId()Part of the identifier for the molecular component.IntColumngetLabelSeqId()Part of the identifier for the molecular component.StrColumngetPDBInsCode()Part of the identifier for the molecular component.IntColumngetPDBModelNum()Part of the identifier for the molecular component.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_struct_special_symmetry.id must uniquely identify each item in the PDBX_STRUCT_SPECIAL_SYMMETRY list. This is an integer serial number.- Returns:
- IntColumn
-
getPDBModelNum
Part of the identifier for the molecular component. 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 for the molecular component. This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthCompId
Part of the identifier for the molecular component. This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthSeqId
Part of the identifier for the molecular component. This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPDBInsCode
Part of the identifier for the molecular component. This data item is a pointer to _atom_site.pdbx_PDB_ins_code in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAltId
Part of the identifier for the molecular component. This data item is a pointer to _atom_site.label_alt.id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAsymId
Part of the identifier for the molecular component. This data item is a pointer to _atom_site.label_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelCompId
Part of the identifier for the molecular component. This data item is a pointer to _atom_site.label_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelSeqId
Part of the identifier for the molecular component. This data item is a pointer to _atom_site.label_seq_id in the ATOM_SITE category.- Returns:
- IntColumn
-