Class PdbxPostProcessStatus

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxPostProcessStatus
    extends BaseCategory
    Data items in the PDBX_POST_PROCESS_DETAILS record the status of post-processed entries.
    • Constructor Detail

      • PdbxPostProcessStatus

        public PdbxPostProcessStatus​(String name,
                                     int rowCount,
                                     Object[] encodedColumns)
      • PdbxPostProcessStatus

        public PdbxPostProcessStatus​(String name)
    • Method Detail

      • getEntryId

        public StrColumn getEntryId()
        The value of _pdbx_post_process_status.entry_id identifies the data block.
        Returns:
        StrColumn
      • getCycleId

        public StrColumn getCycleId()
        Identifier for the current cycle of post-processing.
        Returns:
        StrColumn
      • getDateBegin

        public StrColumn getDateBegin()
        The starting date for the current post-processing cycle.
        Returns:
        StrColumn
      • getDateEnd

        public StrColumn getDateEnd()
        The completion date for the current post-processing cycle.
        Returns:
        StrColumn
      • getDetails

        public StrColumn getDetails()
        A description of the current post-processing cycle.
        Returns:
        StrColumn
      • getAnnotator

        public StrColumn getAnnotator()
        The name of the annotator.
        Returns:
        StrColumn