Class PdbxChemCompSubcomponentStructConn

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxChemCompSubcomponentStructConn
    extends BaseCategory
    Data items in the pdbx_chem_comp_subcomponent_struct_conn list the chemical interactions among the subcomponents in the chemical component.
    • Constructor Detail

      • PdbxChemCompSubcomponentStructConn

        public PdbxChemCompSubcomponentStructConn​(String name,
                                                  Map<String,​Column> columns)
      • PdbxChemCompSubcomponentStructConn

        public PdbxChemCompSubcomponentStructConn​(String name,
                                                  int rowCount,
                                                  Object[] encodedColumns)
      • PdbxChemCompSubcomponentStructConn

        public PdbxChemCompSubcomponentStructConn​(String name)
    • Method Detail

      • 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