Package org.rcsb.cif.schema.mm
Class PdbxStructLink
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxStructLink
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxStructLink
extends DelegatingCategory
Data items in the PDBX_STRUCT_LINK category record details about
covalent linkages in the structure.
-
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 PdbxStructLink(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()Text description of the linkage.StrColumngetId()The value of _pdbx_struct_link.id must uniquely identify a record in the PDBX_STRUCT_LINK list.FloatColumngetPdbxDistValue()The linkage distance in angstroms.StrColumngetPtnr1LabelAltId()A component of the identifier for partner 1 of the structure connection.StrColumngetPtnr1LabelAsymId()A component of the identifier for partner 1 of the structure connection.StrColumngetPtnr1LabelAtomId()A component of the identifier for partner 1 of the structure connection.StrColumngetPtnr1LabelCompId()A component of the identifier for partner 1 of the structure connection.StrColumngetPtnr1LabelInsCode()A component of the identifier for partner 1 of the structure connection.IntColumngetPtnr1LabelSeqId()A component of the identifier for partner 1 of the structure connection.StrColumngetPtnr1Symmetry()Describes the symmetry operation that should be applied to the atom set specified by _pdbx_struct_link.ptnr1_label* to generate the first partner in the structure connection.StrColumngetPtnr2LabelAltId()A component of the identifier for partner 2 of the structure connection.StrColumngetPtnr2LabelAsymId()A component of the identifier for partner 2 of the structure connection.StrColumngetPtnr2LabelAtomId()A component of the identifier for partner 2 of the structure connection.StrColumngetPtnr2LabelCompId()A component of the identifier for partner 2 of the structure connection.StrColumngetPtnr2LabelInsCode()A component of the identifier for partner 2 of the structure connection.IntColumngetPtnr2LabelSeqId()A component of the identifier for partner 2 of the structure connection.StrColumngetPtnr2Symmetry()Describes the symmetry operation that should be applied to the atom set specified by _pdbx_struct_link.ptnr2_label* to generate the second partner in the structure connection.StrColumngetType()The chemical or structural type of the interaction.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_link.id must uniquely identify a record in the PDBX_STRUCT_LINK list.- Returns:
- StrColumn
-
getType
The chemical or structural type of the interaction.- Returns:
- StrColumn
-
getPtnr1LabelAltId
A component of the identifier for partner 1 of the structure connection.- Returns:
- StrColumn
-
getPtnr1LabelAsymId
A component of the identifier for partner 1 of the structure connection. This data item is a pointer to _atom_site.label_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPtnr1LabelAtomId
A component of the identifier for partner 1 of the structure connection. This data item is a pointer to _chem_comp_atom.atom_id in the CHEM_COMP_ATOM category.- Returns:
- StrColumn
-
getPtnr1LabelCompId
A component of the identifier for partner 1 of the structure connection. This data item is a pointer to _atom_site.label_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPtnr1LabelSeqId
A component of the identifier for partner 1 of the structure connection. This data item is a pointer to _atom_site.label_seq_id in the ATOM_SITE category.- Returns:
- IntColumn
-
getPtnr1LabelInsCode
A component of the identifier for partner 1 of the structure connection.- Returns:
- StrColumn
-
getPtnr1Symmetry
Describes the symmetry operation that should be applied to the atom set specified by _pdbx_struct_link.ptnr1_label* to generate the first partner in the structure connection.- Returns:
- StrColumn
-
getPtnr2LabelAltId
A component of the identifier for partner 2 of the structure connection. This data item is a pointer to _atom_sites_alt.id in the ATOM_SITES_ALT category.- Returns:
- StrColumn
-
getPtnr2LabelAsymId
A component of the identifier for partner 2 of the structure connection. This data item is a pointer to _atom_site.label_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPtnr2LabelAtomId
A component of the identifier for partner 2 of the structure connection. This data item is a pointer to _chem_comp_atom.atom_id in the CHEM_COMP_ATOM category.- Returns:
- StrColumn
-
getPtnr2LabelCompId
A component of the identifier for partner 2 of the structure connection. This data item is a pointer to _atom_site.label_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPtnr2LabelSeqId
A component of the identifier for partner 2 of the structure connection. This data item is a pointer to _atom_site.label_seq_id in the ATOM_SITE category.- Returns:
- IntColumn
-
getPtnr2LabelInsCode
A component of the identifier for partner 2 of the structure connection.- Returns:
- StrColumn
-
getPtnr2Symmetry
Describes the symmetry operation that should be applied to the atom set specified by _pdbx_struct_link.ptnr2_label* to generate the second partner in the structure connection.- Returns:
- StrColumn
-
getDetails
Text description of the linkage.- Returns:
- StrColumn
-
getPdbxDistValue
The linkage distance in angstroms.- Returns:
- FloatColumn
-