Package org.rcsb.cif.schema.mm
Class PdbxChemCompDepositorInfo
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxChemCompDepositorInfo
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxChemCompDepositorInfo
extends DelegatingCategory
Data items in the PDBX_CHEM_COMP_DEPOSITOR_INFO category record additional
details provided by depositors about deposited chemical components.
-
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 PdbxChemCompDepositorInfo(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAltCompId()The alternate chemical component identifier matching the deposited chemical component.StrColumngetCompId()The chemical component identifier used by the depositor to represent this component.StrColumngetDescriptor()This data item contains the descriptor value for this component.StrColumngetDescriptorType()This data item contains the descriptor type.StrColumngetDetails()This data item contains additional details about this component.StrColumngetFormula()The formula for the chemical component.StrColumngetInDictionaryFlag()A flag to indicate if the chemical component is defined in the chemical component dictionary.StrColumngetName()The chemical name of the component.IntColumngetOrdinal()Ordinal index for this category.StrColumngetType()This data item contains the chemical component type.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getOrdinal
Ordinal index for this category.- Returns:
- IntColumn
-
getCompId
The chemical component identifier used by the depositor to represent this component.- Returns:
- StrColumn
-
getAltCompId
The alternate chemical component identifier matching the deposited chemical component.- Returns:
- StrColumn
-
getName
The chemical name of the component.- Returns:
- StrColumn
-
getFormula
The formula for the chemical component. Formulae are written according to the following rules: (1) Only recognized element symbols may be used. (2) Each element symbol is followed by a 'count' number. A count of '1' may be omitted. (3) A space or parenthesis must separate each cluster of (element symbol + count), but in general parentheses are not used. (4) The order of elements depends on whether carbon is present or not. If carbon is present, the order should be: C, then H, then the other elements in alphabetical order of their symbol. If carbon is not present, the elements are listed purely in alphabetic order of their symbol. This is the 'Hill' system used by Chemical Abstracts.- Returns:
- StrColumn
-
getType
This data item contains the chemical component type.- Returns:
- StrColumn
-
getDescriptor
This data item contains the descriptor value for this component.- Returns:
- StrColumn
-
getDescriptorType
This data item contains the descriptor type.- Returns:
- StrColumn
-
getInDictionaryFlag
A flag to indicate if the chemical component is defined in the chemical component dictionary.- Returns:
- StrColumn
-
getDetails
This data item contains additional details about this component.- Returns:
- StrColumn
-