Package org.rcsb.cif.model.generated
Class PdbxChemCompInstanceDepositorInfo
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxChemCompInstanceDepositorInfo
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxChemCompInstanceDepositorInfo extends BaseCategory
Data items in the PDBX_CHEM_COMP_INSTANCE_DEPOSITOR_INFO category records depositor provided information about the chemical context of component instances.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxChemCompInstanceDepositorInfo(String name)PdbxChemCompInstanceDepositorInfo(String name, int rowCount, Object[] encodedColumns)PdbxChemCompInstanceDepositorInfo(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetAuthAsymId()An element of the chemical component instance identifier.StrColumngetAuthorProvidedFlag()A flag to indicate if details about this chemical component instance have been provided by the depositor.StrColumngetAuthSeqId()An element of the chemical component instance identifier.StrColumngetCompId()An element of the chemical component instance identifier.StrColumngetFormula()The observed formula for the chemical component in the deposited coordinates.StrColumngetInPolymerFlag()A flag to indicate if the chemical component instance is a part of a polymer molecule.StrColumngetLabelAltId()An element of the chemical component instance identifier.IntColumngetOrdinal()The value of pdbx_chem_comp_instance_depositor_info.ordinal must uniquely identify a record in the PDBX_CHEM_COMP_INSTANCE_DEPOSITOR_INFO list.StrColumngetPDBInsCode()Optional element of the chemical component instance 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
-
-
-
-
Constructor Detail
-
PdbxChemCompInstanceDepositorInfo
public PdbxChemCompInstanceDepositorInfo(String name, Map<String,Column> columns)
-
PdbxChemCompInstanceDepositorInfo
public PdbxChemCompInstanceDepositorInfo(String name, int rowCount, Object[] encodedColumns)
-
PdbxChemCompInstanceDepositorInfo
public PdbxChemCompInstanceDepositorInfo(String name)
-
-
Method Detail
-
getOrdinal
public IntColumn getOrdinal()
The value of pdbx_chem_comp_instance_depositor_info.ordinal must uniquely identify a record in the PDBX_CHEM_COMP_INSTANCE_DEPOSITOR_INFO list.- Returns:
- IntColumn
-
getLabelAltId
public StrColumn getLabelAltId()
An element of the chemical component instance identifier. This data item is a pointer to _atom_site.label_alt_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getCompId
public StrColumn getCompId()
An element of the chemical component instance identifier. This data item is a pointer to _atom_site.label_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPDBInsCode
public StrColumn getPDBInsCode()
Optional element of the chemical component instance identifier. This data item is a pointer to _atom_site.pdbx_PDB_ins_code in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthAsymId
public StrColumn getAuthAsymId()
An element of the chemical component instance identifier. This data item corresponds to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthSeqId
public StrColumn getAuthSeqId()
An element of the chemical component instance identifier. This data item corresponds to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getInPolymerFlag
public StrColumn getInPolymerFlag()
A flag to indicate if the chemical component instance is a part of a polymer molecule.- Returns:
- StrColumn
-
getAuthorProvidedFlag
public StrColumn getAuthorProvidedFlag()
A flag to indicate if details about this chemical component instance have been provided by the depositor.- Returns:
- StrColumn
-
getFormula
public StrColumn getFormula()
The observed formula for the chemical component in the deposited coordinates. 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
-
-