Package org.rcsb.cif.schema.mm
Class PdbxDepuiStatusFlags
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxDepuiStatusFlags
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxDepuiStatusFlags
extends DelegatingCategory
Data items in the PDBX_DEPUI_STATUS_FLAGS category record status
details used to maintain state within the wwPDB deposition system.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description PdbxDepuiStatusFlags(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCorrespondingAuthorStatus()A flag to indicate status about corresponding author data.StrColumngetDepDatasetId()The internal identifier assigned to each deposition.StrColumngetHasAcceptedTermsAndConditions()A flag to indicate the acceptance of wwPDB deposition and annotation terms and conditions.StrColumngetHasCyclicSymmetry()A flag to indicate that this entry has cyclic symmetryStrColumngetHasHelicalSymmetry()A flag to indicate that this entry has helical symmetryStrColumngetHasNcsData()A flag to indicate that the deposition includes NCS data.StrColumngetHasPointSymmetry()A flag to indicate that this entry has point symmetryStrColumngetHasSasData()A flag to indicate whether the author has related SAXS/SANS data.StrColumngetHasViewedValidationReport()A flag to indicate the viewing the latest validation report.StrColumngetIsGrantFunded()A flag to indicate that the deposition was grant funded.StrColumngetIsLigandProcessingComplete()A flag to indicate that ligand processing is completeStrColumngetIsSasDeposited()A flag to indicate whether related SAXS/SANS data is already deposited elsewhereStrColumngetMergedFail()A flag to indicate that merging of new coordinates has failed.StrColumngetMergeOutputModelFileName()For the last model merge operation, the name of the model file containing output from the merge operation.StrColumngetMergePriorModelFileName()For the last model merge operation, the name of the model file containing prior data for the current deposition session.StrColumngetMergeReplaceModelFileName()For the last model merge operation, the name of the model file containing user provided replacement coordinate and model data.StrColumngetPostRelReplacementReason()Records reason for author initiated coordinate replacementStrColumngetPostRelReplacementReasonDetails()Records additional details for author initiated coordinate replacementStrColumngetPredictionTarget()A flag to indicate that this entry is a candidate prediction target.StrColumngetPrimaryCitationStatus()A flag to indicate status about primary citation data.StrColumngetReferenceCitationStatus()A flag to indicate status about reference citation data.StrColumngetSampleXyzSequenceAlignmentsValid()A flag to indicate that all sample coordinate sequence alignments are valid.StrColumngetUseSasRefine()A flag to indicate whether related SAXS/SANS data were used in refinementStrColumngetValidatedModelFileName()The the last validation report operation, the name of the model file last validated.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getDepDatasetId
The internal identifier assigned to each deposition.- Returns:
- StrColumn
-
getPrimaryCitationStatus
A flag to indicate status about primary citation data.- Returns:
- StrColumn
-
getCorrespondingAuthorStatus
A flag to indicate status about corresponding author data.- Returns:
- StrColumn
-
getReferenceCitationStatus
A flag to indicate status about reference citation data.- Returns:
- StrColumn
-
getIsGrantFunded
A flag to indicate that the deposition was grant funded.- Returns:
- StrColumn
-
getHasNcsData
A flag to indicate that the deposition includes NCS data.- Returns:
- StrColumn
-
getPredictionTarget
A flag to indicate that this entry is a candidate prediction target.- Returns:
- StrColumn
-
getHasHelicalSymmetry
A flag to indicate that this entry has helical symmetry- Returns:
- StrColumn
-
getHasPointSymmetry
A flag to indicate that this entry has point symmetry- Returns:
- StrColumn
-
getHasCyclicSymmetry
A flag to indicate that this entry has cyclic symmetry- Returns:
- StrColumn
-
getHasAcceptedTermsAndConditions
A flag to indicate the acceptance of wwPDB deposition and annotation terms and conditions.- Returns:
- StrColumn
-
getHasViewedValidationReport
A flag to indicate the viewing the latest validation report.- Returns:
- StrColumn
-
getValidatedModelFileName
The the last validation report operation, the name of the model file last validated.- Returns:
- StrColumn
-
getMergePriorModelFileName
For the last model merge operation, the name of the model file containing prior data for the current deposition session.- Returns:
- StrColumn
-
getMergeReplaceModelFileName
For the last model merge operation, the name of the model file containing user provided replacement coordinate and model data.- Returns:
- StrColumn
-
getMergeOutputModelFileName
For the last model merge operation, the name of the model file containing output from the merge operation.- Returns:
- StrColumn
-
getIsLigandProcessingComplete
A flag to indicate that ligand processing is complete- Returns:
- StrColumn
-
getSampleXyzSequenceAlignmentsValid
A flag to indicate that all sample coordinate sequence alignments are valid.- Returns:
- StrColumn
-
getHasSasData
A flag to indicate whether the author has related SAXS/SANS data.- Returns:
- StrColumn
-
getIsSasDeposited
A flag to indicate whether related SAXS/SANS data is already deposited elsewhere- Returns:
- StrColumn
-
getUseSasRefine
A flag to indicate whether related SAXS/SANS data were used in refinement- Returns:
- StrColumn
-
getMergedFail
A flag to indicate that merging of new coordinates has failed.- Returns:
- StrColumn
-
getPostRelReplacementReason
Records reason for author initiated coordinate replacement- Returns:
- StrColumn
-
getPostRelReplacementReasonDetails
Records additional details for author initiated coordinate replacement- Returns:
- StrColumn
-