Package org.rcsb.cif.model.generated
Class PdbxHybrid
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxHybrid
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxHybrid extends BaseCategory
Data items in the PDBX_HYBRID category are used to describe the chimeric characteristics of a DNA/RNA structure.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxHybrid(String name)PdbxHybrid(String name, int rowCount, Object[] encodedColumns)PdbxHybrid(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
-
-
-
Method Detail
-
getId
public StrColumn getId()
ID code.- Returns:
- StrColumn
-
getSugarName
public StrColumn getSugarName()
Name of sugar group of residue.- Returns:
- StrColumn
-
getStrandId
public StrColumn getStrandId()
Strand id.- Returns:
- StrColumn
-
getResidueNames
public StrColumn getResidueNames()
List of residues + number (see example) which have the same sugar group in a particular strand.- Returns:
- StrColumn
-
-