Package org.rcsb.cif.schema.mm
Class PdbxHybrid
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxHybrid
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxHybrid
extends DelegatingCategory
Data items in the PDBX_HYBRID category are used to describe the chimeric
characteristics of a DNA/RNA structure.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description PdbxHybrid(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetId()ID code.StrColumngetResidueNames()List of residues + number (see example) which have the same sugar group in a particular strand.StrColumngetStrandId()Strand id.StrColumngetSugarName()Name of sugar group of residue.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
ID code.- Returns:
- StrColumn
-
getSugarName
Name of sugar group of residue.- Returns:
- StrColumn
-
getStrandId
Strand id.- Returns:
- StrColumn
-
getResidueNames
List of residues + number (see example) which have the same sugar group in a particular strand.- Returns:
- StrColumn
-