Package org.rcsb.cif.model.generated
Class PdbxMoleculeFeaturesDepositorInfo
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxMoleculeFeaturesDepositorInfo
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxMoleculeFeaturesDepositorInfo extends BaseCategory
Data items in the PDBX_MOLECULE_FEATURES_DEPOSITOR_INFO category capture depositor provided information related to the archival cateogory PDBX_MOLECULE_FEATURES.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxMoleculeFeaturesDepositorInfo(String name)PdbxMoleculeFeaturesDepositorInfo(String name, int rowCount, Object[] encodedColumns)PdbxMoleculeFeaturesDepositorInfo(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetClazz()Broadly defines the function of the molecule.StrColumngetDetails()Additional details describing the molecule.StrColumngetEntityId()The value of _pdbx_molecule_features_depositor_info.entity_id is a reference to to the entity identifier for this molecule.StrColumngetName()A name of the molecule.StrColumngetType()Defines the structural classification of the molecule.-
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
-
PdbxMoleculeFeaturesDepositorInfo
public PdbxMoleculeFeaturesDepositorInfo(String name, Map<String,Column> columns)
-
PdbxMoleculeFeaturesDepositorInfo
public PdbxMoleculeFeaturesDepositorInfo(String name, int rowCount, Object[] encodedColumns)
-
PdbxMoleculeFeaturesDepositorInfo
public PdbxMoleculeFeaturesDepositorInfo(String name)
-
-
Method Detail
-
getEntityId
public StrColumn getEntityId()
The value of _pdbx_molecule_features_depositor_info.entity_id is a reference to to the entity identifier for this molecule.- Returns:
- StrColumn
-
getClazz
public StrColumn getClazz()
Broadly defines the function of the molecule.- Returns:
- StrColumn
-
getType
public StrColumn getType()
Defines the structural classification of the molecule.- Returns:
- StrColumn
-
getName
public StrColumn getName()
A name of the molecule.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Additional details describing the molecule.- Returns:
- StrColumn
-
-