Package org.rcsb.cif.schema.mm
Class PdbxDatabaseStatus
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxDatabaseStatus
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxDatabaseStatus
extends DelegatingCategory
These are internal RCSB records to keep track of data processing
and status of the entry.
-
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 PdbxDatabaseStatus(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAuthorApprovalType()This code indicates whether the author's approval for an entry was received explicitly or implicitly.StrColumngetAuthorReleaseStatusCode()The release status authorized by the depositor.StrColumngetAuthReqRelDate()The release date requested by the depositor.StrColumngetDateAuthorApproval()The date the author's approval is received.StrColumngetDateAuthorReleaseRequest()The date on which the author requests entry release.StrColumngetDateBeginDeposition()The starting date for the deposition session.StrColumngetDateBeginProcessing()The starting date for data processing.StrColumngetDateBeginReleasePreparation()The date on which release processing began.StrColumngetDateChemicalShifts()The date the chemical shift data are received.StrColumngetDateCoordinates()The date the coordinates are received.StrColumngetDateDepositionForm()The date the deposition form is received.StrColumngetDateEndProcessing()The completion date for data processing.StrColumngetDateHoldChemicalShifts()At an author's request, the chemical shift data may be held after processing for some period of time.StrColumngetDateHoldCoordinates()At an author's request, a coordinate entry may be held after processing for some period of time.StrColumngetDateHoldNmrConstraints()At an author's request, the NMR constraint data may be held after processing for some period of time.StrColumngetDateHoldNmrData()At an author's request, the unified NMR data may be held after processing for some period of time.StrColumngetDateHoldStructFact()At an author's request, the structure factors may be held after processing for some period of time.StrColumngetDateManuscript()The date the manuscript is received.StrColumngetDateNmrConstraints()The date the structure factors are received.StrColumngetDateNmrData()The date the unified NMR data are received.StrColumngetDateOfCsRelease()The date of PDB release.StrColumngetDateOfMrRelease()The date of PDB/RCSB release.StrColumngetDateOfNDBRelease()The date of NDB/RCSB release.StrColumngetDateOfNmrDataRelease()The date of PDB release.StrColumngetDateOfPDBRelease()PDB release date.StrColumngetDateOfSfRelease()The date of PDB/RCSB release.StrColumngetDateReleasedToPDB()The date on which the entry is sent to PDB.StrColumngetDateRevised()The date of a revision.StrColumngetDateStructFact()The date the structure factors are received.StrColumngetDateSubmitted()The date of complete deposition.StrColumngetDepositSite()The site where the file was deposited.StrColumngetDepReleaseCodeChemicalShifts()The deposited chemical shift data for this deposition will be released according the value of this item.StrColumngetDepReleaseCodeCoordinates()The deposited coordinates for this deposition will be released according the value of this item.StrColumngetDepReleaseCodeNmrConstraints()The deposited NMR constrait data for this deposition will be released according the value of this item.StrColumngetDepReleaseCodeNmrData()The deposited unified NMR data for this deposition will be released according the value of this item.StrColumngetDepReleaseCodeSequence()The sequence information for this deposition will be released according the value of this item.StrColumngetDepReleaseCodeStructFact()The deposited structure factors for this deposition will be released according the value of this item.StrColumngetEntryId()The value of _pdbx_database_status.entry_id identifies the data block.StrColumngetHoldForPublication()At an author's request, an entry is to be held until publication.StrColumngetMethodsDevelopmentCategory()The methods development category in which this entry has been placed.StrColumngetNameDepositor()The last name of the depositor to be used in correspondance.StrColumngetNdbTid()Temporary NDB ID.StrColumngetPdbDateOfAuthorApproval()This is the date when PDB received the author's approval for an entry which has been processed by NDB.StrColumngetPdbFormatCompatible()A flag indicating that the entry is compatible with the PDB format.StrColumngetPdbxAnnotator()The initials of the annotator processing this entry.StrColumngetPostRelRecvdCoord()For author initiated replacement, indicates if new coordinates have been providedStrColumngetPostRelRecvdCoordDate()For author initiated replacement, date new coordinates have been providedStrColumngetPostRelStatus()For author initiated replacement, the current status of the replacement entryStrColumngetProcessSite()The site where the file was deposited.StrColumngetRcsbAnnotator()The initials of the annotator processing this entry.StrColumngetRecvdAuthorApproval()This code indicates whether the author's approval for an entry has been received.StrColumngetRecvdChemicalShifts()This code indicates whether the chemical shift data for an entry have been received.StrColumngetRecvdCoordinates()This code indicates whether the coordinates for an entry have been received.StrColumngetRecvdDepositForm()This code indicates whether the deposition form for an entry has been received.StrColumngetRecvdInitialDepositionDate()The date of initial deposition.StrColumngetRecvdInternalApproval()This code indicates whether the internal approval for an entry have been received.StrColumngetRecvdManuscript()This code indicates whether the manuscript for an entry has been received.StrColumngetRecvdNmrConstraints()This code indicates whether the NMR contraint data for an entry have been received.StrColumngetRecvdNmrData()This code indicates whether the unified NMR data for an entry have been received.StrColumngetRecvdStructFact()This code indicates whether the structure factors for an entry have been received.StrColumngetReplacedEntryId()The NDB ID that this entry replaced.StrColumngetRevisionDescription()A description of the revision to this entry.StrColumngetRevisionId()The NDB ID for entry that replaces this entry.StrColumngetSGEntry()This code indicates whether the entry belongs to Structural Genomics Project.StrColumngetSkipPDBREMARK()This code indicates whether to skip production of a PDB REMARK for this file.StrColumngetSkipPDBREMARK500()This code indicates whether to skip production of PDB REMARK 500 for this file.StrColumngetStatusCode()Code for status of file.StrColumngetStatusCodeCs()Code for status of chemical shift data file.StrColumngetStatusCodeMr()Code for status of NMR constraints file.StrColumngetStatusCodeNmrData()Code for status of unified NMR data file.StrColumngetStatusCodeSf()Code for status of structure factor file.StrColumngetStatusCoordinatesInNDB()Give information about status of coordinates of an entry in NDB.StrColumngetTitleSuppression()This code indicates whether to suppress the entry title.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getStatusCode
Code for status of file.- Returns:
- StrColumn
-
getAuthorReleaseStatusCode
The release status authorized by the depositor.- Returns:
- StrColumn
-
getStatusCodeSf
Code for status of structure factor file.- Returns:
- StrColumn
-
getStatusCodeMr
Code for status of NMR constraints file.- Returns:
- StrColumn
-
getDepReleaseCodeCoordinates
The deposited coordinates for this deposition will be released according the value of this item.- Returns:
- StrColumn
-
getDepReleaseCodeSequence
The sequence information for this deposition will be released according the value of this item. Setting this status code to "RELEASE NOW" indicates that the macromolecular sequence(s) for this entry may be displayed in PDB status reports prior to the release of the entry. Setting this status code to "HOLD FOR RELEASE" conceals the sequence information in PDB status reports until the coordinate data for this entry are released.- Returns:
- StrColumn
-
getDepReleaseCodeStructFact
The deposited structure factors for this deposition will be released according the value of this item.- Returns:
- StrColumn
-
getDepReleaseCodeNmrConstraints
The deposited NMR constrait data for this deposition will be released according the value of this item.- Returns:
- StrColumn
-
getEntryId
The value of _pdbx_database_status.entry_id identifies the data block.- Returns:
- StrColumn
-
getRecvdDepositForm
This code indicates whether the deposition form for an entry has been received.- Returns:
- StrColumn
-
getDateDepositionForm
The date the deposition form is received.- Returns:
- StrColumn
-
getDateBeginDeposition
The starting date for the deposition session.- Returns:
- StrColumn
-
getDateBeginProcessing
The starting date for data processing.- Returns:
- StrColumn
-
getDateEndProcessing
The completion date for data processing.- Returns:
- StrColumn
-
getDateBeginReleasePreparation
The date on which release processing began.- Returns:
- StrColumn
-
getDateAuthorReleaseRequest
The date on which the author requests entry release.- Returns:
- StrColumn
-
getRecvdCoordinates
This code indicates whether the coordinates for an entry have been received.- Returns:
- StrColumn
-
getDateCoordinates
The date the coordinates are received.- Returns:
- StrColumn
-
getRecvdStructFact
This code indicates whether the structure factors for an entry have been received.- Returns:
- StrColumn
-
getDateStructFact
The date the structure factors are received.- Returns:
- StrColumn
-
getRecvdNmrConstraints
This code indicates whether the NMR contraint data for an entry have been received.- Returns:
- StrColumn
-
getDateNmrConstraints
The date the structure factors are received.- Returns:
- StrColumn
-
getRecvdInternalApproval
This code indicates whether the internal approval for an entry have been received.- Returns:
- StrColumn
-
getRecvdManuscript
This code indicates whether the manuscript for an entry has been received.- Returns:
- StrColumn
-
getDateManuscript
The date the manuscript is received.- Returns:
- StrColumn
-
getNameDepositor
The last name of the depositor to be used in correspondance.- Returns:
- StrColumn
-
getRecvdAuthorApproval
This code indicates whether the author's approval for an entry has been received.- Returns:
- StrColumn
-
getAuthorApprovalType
This code indicates whether the author's approval for an entry was received explicitly or implicitly. The latter is automatically implied by failure to respond to the validation summary within the prescribed period.- Returns:
- StrColumn
-
getDateAuthorApproval
The date the author's approval is received.- Returns:
- StrColumn
-
getRecvdInitialDepositionDate
The date of initial deposition. (The first message for deposition has been received.)- Returns:
- StrColumn
-
getDateSubmitted
The date of complete deposition. This corresponds to the date at which the PDB identifier is assigned.- Returns:
- StrColumn
-
getRcsbAnnotator
The initials of the annotator processing this entry.- Returns:
- StrColumn
-
getDateOfSfRelease
The date of PDB/RCSB release. This corresponds to the date at which the entry is placed into the public archive.- Returns:
- StrColumn
-
getDateOfMrRelease
The date of PDB/RCSB release. This corresponds to the date at which the entry is placed into the public archive.- Returns:
- StrColumn
-
getDateOfPDBRelease
PDB release date. This is the date that appears in the PDB REVDAT record.- Returns:
- StrColumn
-
getDateHoldCoordinates
At an author's request, a coordinate entry may be held after processing for some period of time.- Returns:
- StrColumn
-
getDateHoldStructFact
At an author's request, the structure factors may be held after processing for some period of time.- Returns:
- StrColumn
-
getDateHoldNmrConstraints
At an author's request, the NMR constraint data may be held after processing for some period of time.- Returns:
- StrColumn
-
getHoldForPublication
At an author's request, an entry is to be held until publication.- Returns:
- StrColumn
-
getSGEntry
This code indicates whether the entry belongs to Structural Genomics Project.- Returns:
- StrColumn
-
getPdbDateOfAuthorApproval
This is the date when PDB received the author's approval for an entry which has been processed by NDB. (This is a place holder for entries processed before Jan. 1, 1996.)- Returns:
- StrColumn
-
getDepositSite
The site where the file was deposited.- Returns:
- StrColumn
-
getProcessSite
The site where the file was deposited.- Returns:
- StrColumn
-
getDepReleaseCodeChemicalShifts
The deposited chemical shift data for this deposition will be released according the value of this item.- Returns:
- StrColumn
-
getRecvdChemicalShifts
This code indicates whether the chemical shift data for an entry have been received.- Returns:
- StrColumn
-
getDateChemicalShifts
The date the chemical shift data are received.- Returns:
- StrColumn
-
getDateHoldChemicalShifts
At an author's request, the chemical shift data may be held after processing for some period of time.- Returns:
- StrColumn
-
getStatusCodeCs
Code for status of chemical shift data file.- Returns:
- StrColumn
-
getDateOfCsRelease
The date of PDB release. This corresponds to the date at which the chemical shift data is placed into the public archive.- Returns:
- StrColumn
-
getDateNmrData
The date the unified NMR data are received.- Returns:
- StrColumn
-
getDateHoldNmrData
At an author's request, the unified NMR data may be held after processing for some period of time.- Returns:
- StrColumn
-
getDateOfNmrDataRelease
The date of PDB release. This corresponds to the date at which the unified NMR data are placed into the public archive.- Returns:
- StrColumn
-
getDepReleaseCodeNmrData
The deposited unified NMR data for this deposition will be released according the value of this item.- Returns:
- StrColumn
-
getRecvdNmrData
This code indicates whether the unified NMR data for an entry have been received.- Returns:
- StrColumn
-
getStatusCodeNmrData
Code for status of unified NMR data file.- Returns:
- StrColumn
-
getMethodsDevelopmentCategory
The methods development category in which this entry has been placed.- Returns:
- StrColumn
-
getPdbFormatCompatible
A flag indicating that the entry is compatible with the PDB format. A value of 'N' indicates that the no PDB format data file is corresponding to this entry is available in the PDB archive.- Returns:
- StrColumn
-
getPostRelStatus
For author initiated replacement, the current status of the replacement entry- Returns:
- StrColumn
-
getPostRelRecvdCoord
For author initiated replacement, indicates if new coordinates have been provided- Returns:
- StrColumn
-
getPostRelRecvdCoordDate
For author initiated replacement, date new coordinates have been provided- Returns:
- StrColumn
-
getAuthReqRelDate
The release date requested by the depositor. This is used when the depositor has provided the release hold date expiration or a one year hold interval.- Returns:
- StrColumn
-
getNdbTid
Temporary NDB ID.- Returns:
- StrColumn
-
getStatusCoordinatesInNDB
Give information about status of coordinates of an entry in NDB.- Returns:
- StrColumn
-
getDateRevised
The date of a revision. This corresponds to the date at which the entry was updated and a revision entry created.- Returns:
- StrColumn
-
getReplacedEntryId
The NDB ID that this entry replaced.- Returns:
- StrColumn
-
getRevisionId
The NDB ID for entry that replaces this entry.- Returns:
- StrColumn
-
getRevisionDescription
A description of the revision to this entry.- Returns:
- StrColumn
-
getPdbxAnnotator
The initials of the annotator processing this entry.- Returns:
- StrColumn
-
getDateOfNDBRelease
The date of NDB/RCSB release. This corresponds to the date at which the entry is placed into the public archive.- Returns:
- StrColumn
-
getDateReleasedToPDB
The date on which the entry is sent to PDB.- Returns:
- StrColumn
-
getSkipPDBREMARK500
This code indicates whether to skip production of PDB REMARK 500 for this file.- Returns:
- StrColumn
-
getSkipPDBREMARK
This code indicates whether to skip production of a PDB REMARK for this file.- Returns:
- StrColumn
-
getTitleSuppression
This code indicates whether to suppress the entry title.- Returns:
- StrColumn
-