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.
  • Constructor Details

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • getId

      public IntColumn getId()
      Ordinal index for the interactions listed in this category.
      Returns:
      IntColumn
    • getType

      public StrColumn getType()
      The chemical or structural type of the interaction.
      Returns:
      StrColumn
    • getEntityId1

      public IntColumn getEntityId1()
      The entity identifier for the first atom in the interaction.
      Returns:
      IntColumn
    • getEntityId2

      public IntColumn getEntityId2()
      The entity identifier for the second atom in the interaction.
      Returns:
      IntColumn
    • getAtomId1

      public StrColumn getAtomId1()
      The atom identifier for the first atom in the interaction.
      Returns:
      StrColumn
    • getAtomId2

      public StrColumn getAtomId2()
      The atom identifier for the second atom in the interaction.
      Returns:
      StrColumn
    • getCompId1

      public StrColumn getCompId1()
      The component identifier for the first atom in the interaction.
      Returns:
      StrColumn
    • getCompId2

      public StrColumn getCompId2()
      The component identifier for the second atom in the interaction.
      Returns:
      StrColumn
    • getSeqId1

      public IntColumn getSeqId1()
      The positional index for the first atom in the interaction.
      Returns:
      IntColumn
    • getSeqId2

      public IntColumn getSeqId2()
      The positional index for the first atom in the interaction.
      Returns:
      IntColumn