Package org.rcsb.cif.model.generated
Class PdbxDepuiStatusFlags
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxDepuiStatusFlags
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxDepuiStatusFlags extends BaseCategory
Data items in the PDBX_DEPUI_STATUS_FLAGS category record status details used to maintain state within the wwPDB deposition system.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxDepuiStatusFlags(String name)PdbxDepuiStatusFlags(String name, int rowCount, Object[] encodedColumns)PdbxDepuiStatusFlags(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.StrColumngetPredictionTarget()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.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
-
getDepDatasetId
public StrColumn getDepDatasetId()
The internal identifier assigned to each deposition.- Returns:
- StrColumn
-
getPrimaryCitationStatus
public StrColumn getPrimaryCitationStatus()
A flag to indicate status about primary citation data.- Returns:
- StrColumn
-
getCorrespondingAuthorStatus
public StrColumn getCorrespondingAuthorStatus()
A flag to indicate status about corresponding author data.- Returns:
- StrColumn
-
getReferenceCitationStatus
public StrColumn getReferenceCitationStatus()
A flag to indicate status about reference citation data.- Returns:
- StrColumn
-
getIsGrantFunded
public StrColumn getIsGrantFunded()
A flag to indicate that the deposition was grant funded.- Returns:
- StrColumn
-
getHasNcsData
public StrColumn getHasNcsData()
A flag to indicate that the deposition includes NCS data.- Returns:
- StrColumn
-
getPredictionTarget
public StrColumn getPredictionTarget()
A flag to indicate that this entry is a candidate prediction target.- Returns:
- StrColumn
-
getHasHelicalSymmetry
public StrColumn getHasHelicalSymmetry()
A flag to indicate that this entry has helical symmetry- Returns:
- StrColumn
-
getHasPointSymmetry
public StrColumn getHasPointSymmetry()
A flag to indicate that this entry has point symmetry- Returns:
- StrColumn
-
getHasCyclicSymmetry
public StrColumn getHasCyclicSymmetry()
A flag to indicate that this entry has cyclic symmetry- Returns:
- StrColumn
-
getHasAcceptedTermsAndConditions
public StrColumn getHasAcceptedTermsAndConditions()
A flag to indicate the acceptance of wwPDB deposition and annotation terms and conditions.- Returns:
- StrColumn
-
getHasViewedValidationReport
public StrColumn getHasViewedValidationReport()
A flag to indicate the viewing the latest validation report.- Returns:
- StrColumn
-
getValidatedModelFileName
public StrColumn getValidatedModelFileName()
The the last validation report operation, the name of the model file last validated.- Returns:
- StrColumn
-
getMergePriorModelFileName
public 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
public 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
public StrColumn getMergeOutputModelFileName()
For the last model merge operation, the name of the model file containing output from the merge operation.- Returns:
- StrColumn
-
getIsLigandProcessingComplete
public StrColumn getIsLigandProcessingComplete()
A flag to indicate that ligand processing is complete- Returns:
- StrColumn
-
getSampleXyzSequenceAlignmentsValid
public StrColumn getSampleXyzSequenceAlignmentsValid()
A flag to indicate that all sample coordinate sequence alignments are valid.- Returns:
- StrColumn
-
getHasSasData
public StrColumn getHasSasData()
A flag to indicate whether the author has related SAXS/SANS data.- Returns:
- StrColumn
-
getIsSasDeposited
public StrColumn getIsSasDeposited()
A flag to indicate whether related SAXS/SANS data is already deposited elsewhere- Returns:
- StrColumn
-
getUseSasRefine
public StrColumn getUseSasRefine()
A flag to indicate whether related SAXS/SANS data were used in refinement- Returns:
- StrColumn
-
getMergedFail
public StrColumn getMergedFail()
A flag to indicate that merging of new coordinates has failed.- Returns:
- StrColumn
-
-