Package org.rcsb.cif.model.generated
Class PdbxReferenceEntitySubcomponents
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxReferenceEntitySubcomponents
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxReferenceEntitySubcomponents extends BaseCategory
Data items in the PDBX_REFERENCE_ENTITY_SUBCOMPONENTS category records subcomponent sequence from which this entity could be built.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxReferenceEntitySubcomponents(String name)PdbxReferenceEntitySubcomponents(String name, int rowCount, Object[] encodedColumns)PdbxReferenceEntitySubcomponents(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetChemCompId()For entities represented as single molecules, the identifier corresponding to the chemical definition for the molecule.StrColumngetPrdId()The value of _pdbx_reference_entity_subcomponents.prd_id is a reference _pdbx_reference_molecule.prd_id in the PDBX_REFERENCE_MOLECULE category.StrColumngetSeq()The subcomponent sequence for 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
-
PdbxReferenceEntitySubcomponents
public PdbxReferenceEntitySubcomponents(String name, Map<String,Column> columns)
-
PdbxReferenceEntitySubcomponents
public PdbxReferenceEntitySubcomponents(String name, int rowCount, Object[] encodedColumns)
-
PdbxReferenceEntitySubcomponents
public PdbxReferenceEntitySubcomponents(String name)
-
-
Method Detail
-
getPrdId
public StrColumn getPrdId()
The value of _pdbx_reference_entity_subcomponents.prd_id is a reference _pdbx_reference_molecule.prd_id in the PDBX_REFERENCE_MOLECULE category.- Returns:
- StrColumn
-
getSeq
public StrColumn getSeq()
The subcomponent sequence for the entity.- Returns:
- StrColumn
-
getChemCompId
public StrColumn getChemCompId()
For entities represented as single molecules, the identifier corresponding to the chemical definition for the molecule.- Returns:
- StrColumn
-
-