Package org.rcsb.cif.schema.mm
Class StructSite
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.StructSite
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class StructSite
extends DelegatingCategory
Data items in the STRUCT_SITE category record details about
portions of the structure that contribute to structurally
relevant sites (e.g. active sites, substrate-binding subsites,
metal-coordination sites).
-
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 StructSite(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()A description of special aspects of the site.StrColumngetId()The value of _struct_site.id must uniquely identify a record in the STRUCT_SITE list.StrColumngetPdbxAuthAsymId()A component of the identifier for the ligand in the site.StrColumngetPdbxAuthCompId()A component of the identifier for the ligand in the site.StrColumngetPdbxAuthInsCode()PDB insertion code for the ligand in the site.StrColumngetPdbxAuthSeqId()A component of the identifier for the ligand in the site.StrColumngetPdbxEvidenceCode()Source of evidence supporting the assignment of this site.IntColumngetPdbxNumResidues()Number of residues in the site.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getDetails
A description of special aspects of the site.- Returns:
- StrColumn
-
getId
The value of _struct_site.id must uniquely identify a record in the STRUCT_SITE list. Note that this item need not be a number; it can be any unique identifier.- Returns:
- StrColumn
-
getPdbxNumResidues
Number of residues in the site.- Returns:
- IntColumn
-
getPdbxEvidenceCode
Source of evidence supporting the assignment of this site.- Returns:
- StrColumn
-
getPdbxAuthAsymId
A component of the identifier for the ligand in the site. This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPdbxAuthCompId
A component of the identifier for the ligand in the site. This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPdbxAuthSeqId
A component of the identifier for the ligand in the site. This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPdbxAuthInsCode
PDB insertion code for the ligand in the site.- Returns:
- StrColumn
-