Package org.rcsb.cif.model.generated
Class PdbxChemCompSubcomponentStructConn
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxChemCompSubcomponentStructConn(String name)PdbxChemCompSubcomponentStructConn(String name, int rowCount, Object[] encodedColumns)PdbxChemCompSubcomponentStructConn(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
-
-
-
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
-
-