Package org.rcsb.cif.schema.mm
Class IhmCrossLinkPseudoSite
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmCrossLinkPseudoSite
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmCrossLinkPseudoSite
extends DelegatingCategory
Data items in the IHM_CROSS_LINK_PSEUDO_SITE category records the
details of the pseudo sites involved in the cross links.
-
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 IhmCrossLinkPseudoSite(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCrossLinkPartner()The identity of the cross link partner corresponding to the pseudo site.IntColumngetId()A unique identifier for this category.IntColumngetModelId()The identifier to the model that the pseudo site corresponds to.IntColumngetPseudoSiteId()The pseudo site identifier corresponding to the cross link partner.IntColumngetRestraintId()An identifier for the crosslink restraint between a pair of residues.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
A unique identifier for this category.- Returns:
- IntColumn
-
getRestraintId
An identifier for the crosslink restraint between a pair of residues. This data item is a pointer to _ihm_cross_link_restraint.id in the IHM_CROSS_LINK_RESTRAINT category.- Returns:
- IntColumn
-
getCrossLinkPartner
The identity of the cross link partner corresponding to the pseudo site.- Returns:
- StrColumn
-
getPseudoSiteId
The pseudo site identifier corresponding to the cross link partner. This data item is a pointer to _ihm_pseudo_site.id in the IHM_PSEUDO_SITE category.- Returns:
- IntColumn
-
getModelId
The identifier to the model that the pseudo site corresponds to. This data item is a pointer to _ihm_model_list.model_id in the IHM_MODEL_LIST category.- Returns:
- IntColumn
-