Package org.rcsb.cif.model.generated
Class PdbxChemCompModelReference
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxChemCompModelReference
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxChemCompModelReference extends BaseCategory
Additional features associated with the chemical component.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxChemCompModelReference(String name)PdbxChemCompModelReference(String name, int rowCount, Object[] encodedColumns)PdbxChemCompModelReference(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetDbCode()The component feature value.StrColumngetDbName()The component model feature type.StrColumngetModelId()The component model identifier for this feature.-
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
-
PdbxChemCompModelReference
public PdbxChemCompModelReference(String name, Map<String,Column> columns)
-
PdbxChemCompModelReference
public PdbxChemCompModelReference(String name, int rowCount, Object[] encodedColumns)
-
PdbxChemCompModelReference
public PdbxChemCompModelReference(String name)
-
-
Method Detail
-
getModelId
public StrColumn getModelId()
The component model identifier for this feature.- Returns:
- StrColumn
-
getDbName
public StrColumn getDbName()
The component model feature type.- Returns:
- StrColumn
-
getDbCode
public StrColumn getDbCode()
The component feature value.- Returns:
- StrColumn
-
-