Package org.rcsb.cif.schema.core
Class DatabaseCode
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.DatabaseCode
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class DatabaseCode
extends DelegatingCategory.DelegatingCifCoreCategory
The CATEGORY of data items recording database deposition. These data items
are assigned by database managers and should only appear in a CIF if they
originate from that source.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
Fields inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
parentBlock -
Constructor Summary
Constructors Constructor Description DatabaseCode(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description StrColumngetCAS()Code assigned by the Chemical Abstracts Service.StrColumngetCOD()Code assigned by Crystallography Open Database (COD).StrColumngetCSD()Code assigned by the Cambridge Structural Database.StrColumngetDepnumCcdcArchive()Deposition numbers assigned by the Cambridge Crystallographic Data Centre (CCDC) to files containing structural information archived by the CCDC.StrColumngetDepnumCcdcFiz()Deposition numbers assigned by the Fachinformationszentrum Karlsruhe (FIZ) to files containing structural information archived by the Cambridge Crystallographic Data Centre (CCDC).StrColumngetDepnumCcdcJournal()Deposition numbers assigned by various journals to files containing structural information archived by the Cambridge Crystallographic Data Centre (CCDC).StrColumngetICSD()Code assigned by the Inorganic Crystal Structure Database.StrColumngetMDF()Code assigned in the Metals Data File.StrColumngetNBS()Code assigned by the NBS (NIST) Crystal Data Database.StrColumngetPDB()Code assigned by the Protein Data Base.StrColumngetPDF()Code assigned in the Powder Diffraction File.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getCAS
Code assigned by the Chemical Abstracts Service.- Returns:
- StrColumn
-
getCOD
Code assigned by Crystallography Open Database (COD).- Returns:
- StrColumn
-
getCSD
Code assigned by the Cambridge Structural Database.- Returns:
- StrColumn
-
getDepnumCcdcArchive
Deposition numbers assigned by the Cambridge Crystallographic Data Centre (CCDC) to files containing structural information archived by the CCDC.- Returns:
- StrColumn
-
getDepnumCcdcFiz
Deposition numbers assigned by the Fachinformationszentrum Karlsruhe (FIZ) to files containing structural information archived by the Cambridge Crystallographic Data Centre (CCDC).- Returns:
- StrColumn
-
getDepnumCcdcJournal
Deposition numbers assigned by various journals to files containing structural information archived by the Cambridge Crystallographic Data Centre (CCDC).- Returns:
- StrColumn
-
getICSD
Code assigned by the Inorganic Crystal Structure Database.- Returns:
- StrColumn
-
getMDF
Code assigned in the Metals Data File.- Returns:
- StrColumn
-
getNBS
Code assigned by the NBS (NIST) Crystal Data Database.- Returns:
- StrColumn
-
getPDB
Code assigned by the Protein Data Base.- Returns:
- StrColumn
-
getPDF
Code assigned in the Powder Diffraction File.- Returns:
- StrColumn
-