Package org.rcsb.cif.schema.mm
Class PdbxChemCompSubcomponentStructConn
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxChemCompSubcomponentStructConn
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxChemCompSubcomponentStructConn
extends DelegatingCategory
Data items in the pdbx_chem_comp_subcomponent_struct_conn
list the chemical interactions among the subcomponents in
the chemical component.
-
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 PdbxChemCompSubcomponentStructConn(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAtomId1()The atom identifier for the first atom in the interaction.StrColumngetAtomId2()The atom identifier for the second atom in the interaction.StrColumngetCompId1()The component identifier for the first atom in the interaction.StrColumngetCompId2()The component identifier for the second atom in the interaction.IntColumngetEntityId1()The entity identifier for the first atom in the interaction.IntColumngetEntityId2()The entity identifier for the second atom in the interaction.IntColumngetId()Ordinal index for the interactions listed in this category.IntColumngetSeqId1()The positional index for the first atom in the interaction.IntColumngetSeqId2()The positional index for the first atom in the interaction.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
Ordinal index for the interactions listed in this category.- Returns:
- IntColumn
-
getType
The chemical or structural type of the interaction.- Returns:
- StrColumn
-
getEntityId1
The entity identifier for the first atom in the interaction.- Returns:
- IntColumn
-
getEntityId2
The entity identifier for the second atom in the interaction.- Returns:
- IntColumn
-
getAtomId1
The atom identifier for the first atom in the interaction.- Returns:
- StrColumn
-
getAtomId2
The atom identifier for the second atom in the interaction.- Returns:
- StrColumn
-
getCompId1
The component identifier for the first atom in the interaction.- Returns:
- StrColumn
-
getCompId2
The component identifier for the second atom in the interaction.- Returns:
- StrColumn
-
getSeqId1
The positional index for the first atom in the interaction.- Returns:
- IntColumn
-
getSeqId2
The positional index for the first atom in the interaction.- Returns:
- IntColumn
-