Package org.rcsb.cif.model.generated
Class PdbxDepuiEntryDetails
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxDepuiEntryDetails
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxDepuiEntryDetails extends BaseCategory
Data items in the PDBX_DEPUI_ENTRY_DETAILS category record information required to identify the depositor and route deposition to an appropriate processing site.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxDepuiEntryDetails(String name)PdbxDepuiEntryDetails(String name, int rowCount, Object[] encodedColumns)PdbxDepuiEntryDetails(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetCountry()The country 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.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
-
getWwpdbSiteId
public StrColumn getWwpdbSiteId()
The wwPDB internal site configuration identifier.- Returns:
- StrColumn
-
getExperimentalMethods
public StrColumn getExperimentalMethods()
Comma separated list of supported experimental methods.- Returns:
- StrColumn
-
getRequestedAccessionTypes
public StrColumn getRequestedAccessionTypes()
Comma separated list of requested accession code types.- Returns:
- StrColumn
-
getValidatedContactEmail
public StrColumn getValidatedContactEmail()
The validated contact e-mail address for the correponding depositor.- Returns:
- StrColumn
-
getCountry
public StrColumn getCountry()
The country location of the institution submitting the deposition.- Returns:
- StrColumn
-
getStructuralGenomicsFlag
public StrColumn getStructuralGenomicsFlag()
A flag to indicate the that the deposition is a contribution from a structural genomics project.- Returns:
- StrColumn
-
getRelatedDatabaseName
public StrColumn getRelatedDatabaseName()
The name of the database associated with the related database code.- Returns:
- StrColumn
-
getRelatedDatabaseCode
public StrColumn getRelatedDatabaseCode()
A database code closely related to the current deposition.- Returns:
- StrColumn
-
getReplacePdbId
public StrColumn getReplacePdbId()
The PDB ID code of the entry that is superseded by this entry.- Returns:
- StrColumn
-
-