Package org.rcsb.cif.model.generated
Class IhmCrossLinkList
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.IhmCrossLinkList
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class IhmCrossLinkList extends BaseCategory
Data items in the IHM_CROSS_LINK_LIST category records the list of spatial restraints derived from chemical crosslinking experiment.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description IhmCrossLinkList(String name)IhmCrossLinkList(String name, int rowCount, Object[] encodedColumns)IhmCrossLinkList(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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.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.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
getId
public IntColumn getId()
A unique identifier for the cross link restraint.- Returns:
- IntColumn
-
getGroupId
public IntColumn getGroupId()
An identifier for a set of ambiguous crosslink restraints. Handles experimental uncertainties in the identities of crosslinked residues.- Returns:
- IntColumn
-
getEntityDescription1
public StrColumn getEntityDescription1()
A text description of molecular entity 1.- Returns:
- StrColumn
-
getEntityDescription2
public StrColumn getEntityDescription2()
A text description of molecular entity 2.- Returns:
- StrColumn
-
getEntityId1
public 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
public 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
public 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
public 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
public IntColumn 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
public 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
public StrColumn getLinkerType()
The type of crosslinker used.- Returns:
- StrColumn
-
getDatasetListId
public 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
-
-