Package org.rcsb.cif.model.generated
Class PdbxPostProcessStatus
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxPostProcessStatus(String name)PdbxPostProcessStatus(String name, int rowCount, Object[] encodedColumns)PdbxPostProcessStatus(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetAnnotator()The name of the annotator.StrColumngetCycleId()Identifier for the current cycle of post-processing.StrColumngetDateBegin()The starting date for the current post-processing cycle.StrColumngetDateEnd()The completion date for the current post-processing cycle.StrColumngetDetails()A description of the current post-processing cycle.StrColumngetEntryId()The value of _pdbx_post_process_status.entry_id identifies the data block.-
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
-
-
-
-
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
-
-