Package org.rcsb.cif.schema.mm
Class IhmCrossLinkList
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmCrossLinkList
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmCrossLinkList
extends DelegatingCategory
Data items in the IHM_CROSS_LINK_LIST category records the
list of spatial restraints derived from chemical crosslinking
experiment.
-
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 IhmCrossLinkList(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCompId1()The component identifier for the first monomer partner in the cross link.StrColumngetCompId2()The component identifier for the second monomer partner in the cross link.IntColumngetDatasetListId()Identifier to the crosslinking dataset.StrColumngetDetails()Additional details regarding the cross link or the cross linking agent.StrColumngetEntityDescription1()A text description of molecular entity 1.StrColumngetEntityDescription2()A text description of molecular entity 2.StrColumngetEntityId1()The entity identifier for the first monomer partner in the cross link This data item is a pointer to _entity_poly_seq.entity_id in the ENTITY_POLY_SEQ category.StrColumngetEntityId2()The entity identifier for the second monomer partner in the cross link This data item is a pointer to _entity_poly_seq.entity_id in the ENTITY_POLY_SEQ category.IntColumngetGroupId()An identifier for a set of ambiguous crosslink restraints.IntColumngetId()A unique identifier for the cross link restraint.IntColumngetLinkerChemCompDescriptorId()Pointer to the chemical description of the linker.StrColumngetLinkerType()The type of crosslinker used.IntColumngetSeqId1()The sequence index for the first monomer partner in the cross link.IntColumngetSeqId2()The sequence index for the second monomer partner in the cross link.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 the cross link restraint.- Returns:
- IntColumn
-
getGroupId
An identifier for a set of ambiguous crosslink restraints. Handles experimental uncertainties in the identities of crosslinked residues.- Returns:
- IntColumn
-
getEntityDescription1
A text description of molecular entity 1.- Returns:
- StrColumn
-
getEntityDescription2
A text description of molecular entity 2.- Returns:
- StrColumn
-
getEntityId1
The entity identifier for the first monomer partner in the cross link This data item is a pointer to _entity_poly_seq.entity_id in the ENTITY_POLY_SEQ category.- Returns:
- StrColumn
-
getEntityId2
The entity identifier for the second monomer partner in the cross link This data item is a pointer to _entity_poly_seq.entity_id in the ENTITY_POLY_SEQ category.- Returns:
- StrColumn
-
getCompId1
The component identifier for the first monomer partner in the cross link. This data item is a pointer to _entity_poly_seq.mon_id in the ENTITY_POLY_SEQ category.- Returns:
- StrColumn
-
getCompId2
The component identifier for the second monomer partner in the cross link. This data item is a pointer to _entity_poly_seq.mon_id in the ENTITY_POLY_SEQ category.- Returns:
- StrColumn
-
getSeqId1
The sequence index for the first monomer partner in the cross link. This data item is a pointer to _entity_poly_seq.num in the ENTITY_POLY_SEQ category.- Returns:
- IntColumn
-
getSeqId2
The sequence index for the second monomer partner in the cross link. This data item is a pointer to _entity_poly_seq.num in the ENTITY_POLY_SEQ category.- Returns:
- IntColumn
-
getLinkerType
The type of crosslinker used.- Returns:
- StrColumn
-
getLinkerChemCompDescriptorId
Pointer to the chemical description of the linker. Data item points to _ihm_chemical_component_descriptor.id in the IHM_CHEMICAL_COMPONENT_DESCRIPTOR category.- Returns:
- IntColumn
-
getDatasetListId
Identifier to the crosslinking dataset. This data item is a pointer to the _ihm_dataset_list.id in the IHM_DATASET_LIST category.- Returns:
- IntColumn
-
getDetails
Additional details regarding the cross link or the cross linking agent.- Returns:
- StrColumn
-