Package org.rcsb.cif.model.generated
Class PdbxChemCompSubcomponentEntityList
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxChemCompSubcomponentEntityList
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxChemCompSubcomponentEntityList extends BaseCategory
Data items in the pdbx_chem_comp_subcomponent_entity_list category list the constituent chemical entities and entity features in this chemical component.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxChemCompSubcomponentEntityList(String name)PdbxChemCompSubcomponentEntityList(String name, int rowCount, Object[] encodedColumns)PdbxChemCompSubcomponentEntityList(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetClazz()Defines the predominant linking type of the entity.IntColumngetId()Ordinal index for the entities listed in this category.StrColumngetParentCompId()The parent component identifier corresponding to this entity.StrColumngetType()Defines the type of the entity.-
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
-
PdbxChemCompSubcomponentEntityList
public PdbxChemCompSubcomponentEntityList(String name, Map<String,Column> columns)
-
PdbxChemCompSubcomponentEntityList
public PdbxChemCompSubcomponentEntityList(String name, int rowCount, Object[] encodedColumns)
-
PdbxChemCompSubcomponentEntityList
public PdbxChemCompSubcomponentEntityList(String name)
-
-
Method Detail
-
getId
public IntColumn getId()
Ordinal index for the entities listed in this category.- Returns:
- IntColumn
-
getParentCompId
public StrColumn getParentCompId()
The parent component identifier corresponding to this entity.- Returns:
- StrColumn
-
getType
public StrColumn getType()
Defines the type of the entity.- Returns:
- StrColumn
-
getClazz
public StrColumn getClazz()
Defines the predominant linking type of the entity.- Returns:
- StrColumn
-
-