Package org.rcsb.cif.model.generated
Class PdbxPostProcessDetails
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxPostProcessDetails
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxPostProcessDetails extends BaseCategory
Data items in the PDBX_POST_PROCESS_DETAILS identify problems or errors encountered in the post-processing of this entry.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxPostProcessDetails(String name)PdbxPostProcessDetails(String name, int rowCount, Object[] encodedColumns)PdbxPostProcessDetails(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetEntryId()The value of _pdbx_post_process_details.entry_id identifies the data block.StrColumngetSeqDetails()Details concerning the standardization of the chemical sequence data in this entry.StrColumngetText()The text description of changes required to standardize this entry.-
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_details.entry_id identifies the data block.- Returns:
- StrColumn
-
getText
public StrColumn getText()
The text description of changes required to standardize this entry. This should include any errors detected or changes in nomenclature.- Returns:
- StrColumn
-
getSeqDetails
public StrColumn getSeqDetails()
Details concerning the standardization of the chemical sequence data in this entry.- Returns:
- StrColumn
-
-