Class 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.
    • 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