Package org.rcsb.cif.model.generated
Class PdbxEntitySrcGenCharacter
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxEntitySrcGenCharacter
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxEntitySrcGenCharacter extends BaseCategory
This category contains details of protein characterisation. It refers to the characteristion of the product of a specific step.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxEntitySrcGenCharacter(String name)PdbxEntitySrcGenCharacter(String name, int rowCount, Object[] encodedColumns)PdbxEntitySrcGenCharacter(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetDate()The date of characterisation step.StrColumngetDetails()Any details associated with this method of protein characterisation.StrColumngetEntityId()The value of _pdbx_entity_src_gen_character.entity_id uniquely identifies each protein contained in the project target complex proteins whose structure is to be determined.StrColumngetEntryId()The value of _pdbx_entity_src_gen_character.entry_id uniquely identifies a sample consisting of one or more proteins whose structure is to be determined.StrColumngetMethod()The method used for protein characterisation.StrColumngetResult()The result from this method of protein characterisation.StrColumngetRobotId()This data item is a pointer to pdbx_robot_system.id in the PDBX_ROBOT_SYSTEM category.IntColumngetStepId()This item is the unique identifier for the step whose product has been characterised.-
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
-
PdbxEntitySrcGenCharacter
public PdbxEntitySrcGenCharacter(String name, Map<String,Column> columns)
-
PdbxEntitySrcGenCharacter
public PdbxEntitySrcGenCharacter(String name, int rowCount, Object[] encodedColumns)
-
PdbxEntitySrcGenCharacter
public PdbxEntitySrcGenCharacter(String name)
-
-
Method Detail
-
getEntryId
public StrColumn getEntryId()
The value of _pdbx_entity_src_gen_character.entry_id uniquely identifies a sample consisting of one or more proteins whose structure is to be determined. This is a pointer to _entry.id. This item may be a site dependent bar code.- Returns:
- StrColumn
-
getEntityId
public StrColumn getEntityId()
The value of _pdbx_entity_src_gen_character.entity_id uniquely identifies each protein contained in the project target complex proteins whose structure is to be determined. This data item is a pointer to _entity.id in the ENTITY category. This item may be a site dependent bar code.- Returns:
- StrColumn
-
getStepId
public IntColumn getStepId()
This item is the unique identifier for the step whose product has been characterised.- Returns:
- IntColumn
-
getRobotId
public StrColumn getRobotId()
This data item is a pointer to pdbx_robot_system.id in the PDBX_ROBOT_SYSTEM category.- Returns:
- StrColumn
-
getDate
public StrColumn getDate()
The date of characterisation step.- Returns:
- StrColumn
-
getMethod
public StrColumn getMethod()
The method used for protein characterisation.- Returns:
- StrColumn
-
getResult
public StrColumn getResult()
The result from this method of protein characterisation.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Any details associated with this method of protein characterisation.- Returns:
- StrColumn
-
-