Package org.rcsb.cif.schema.mm
Class PdbxDepuiEntryDetails
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxDepuiEntryDetails
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxDepuiEntryDetails
extends DelegatingCategory
Data items in the PDBX_DEPUI_ENTRY_DETAILS category record
information required to identify the depositor and route
deposition to an appropriate processing site.
-
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 PdbxDepuiEntryDetails(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCountry()The country/region location of the institution submitting the deposition.StrColumngetDepDatasetId()The internal identifier assigned to each deposition.StrColumngetExperimentalMethods()Comma separated list of supported experimental methods.StrColumngetRelatedDatabaseCode()A database code closely related to the current deposition.StrColumngetRelatedDatabaseName()The name of the database associated with the related database code.StrColumngetReplacePdbId()The PDB ID code of the entry that is superseded by this entry.StrColumngetRequestedAccessionTypes()Comma separated list of requested accession code types.StrColumngetStructuralGenomicsFlag()A flag to indicate the that the deposition is a contribution from a structural genomics project.StrColumngetValidatedContactEmail()The validated contact e-mail address for the correponding depositor.StrColumngetWwpdbSiteId()The wwPDB internal site configuration identifier.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
-
getWwpdbSiteId
The wwPDB internal site configuration identifier.- Returns:
- StrColumn
-
getExperimentalMethods
Comma separated list of supported experimental methods.- Returns:
- StrColumn
-
getRequestedAccessionTypes
Comma separated list of requested accession code types.- Returns:
- StrColumn
-
getValidatedContactEmail
The validated contact e-mail address for the correponding depositor.- Returns:
- StrColumn
-
getCountry
The country/region location of the institution submitting the deposition.- Returns:
- StrColumn
-
getStructuralGenomicsFlag
A flag to indicate the that the deposition is a contribution from a structural genomics project.- Returns:
- StrColumn
-
getRelatedDatabaseName
The name of the database associated with the related database code.- Returns:
- StrColumn
-
getRelatedDatabaseCode
A database code closely related to the current deposition.- Returns:
- StrColumn
-
getReplacePdbId
The PDB ID code of the entry that is superseded by this entry.- Returns:
- StrColumn
-