Package org.rcsb.cif.schema.mm
Class IhmPolyProbeConjugate
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmPolyProbeConjugate
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmPolyProbeConjugate
extends DelegatingCategory
Data items in the IHM_POLY_PROBE_CONJUGATE category records the
details of the probes that are covalenty attached to residues in the
polymeric entities.
-
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 IhmPolyProbeConjugate(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAmbiguousStoichiometryFlag()Indicate whether there is ambiguity regarding the stoichiometry of the labeled site.IntColumngetChemCompDescriptorId()The chemical descriptor of the polymeric residue conjugate with the probe.IntColumngetDatasetListId()An identifier for the experimental dataset corresponding to the polymer-probe conjugate.StrColumngetDetails()Additional details regarding the conjugate.IntColumngetId()A unique identifier for the category.IntColumngetPositionId()An identifier for the position in the polymeric entity where the probe is attached.IntColumngetProbeId()An identifier for the probe.FloatColumngetProbeStoichiometry()The stoichiometry of the probe labeling site, if known.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
A unique identifier for the category.- Returns:
- IntColumn
-
getProbeId
An identifier for the probe. This data item is a pointer to _ihm_probe_list.probe_id in the IHM_PROBE_LIST category.- Returns:
- IntColumn
-
getPositionId
An identifier for the position in the polymeric entity where the probe is attached. This data item is a pointer to _ihm_poly_probe_position.id in the IHM_POLY_PROBE_POSITION category.- Returns:
- IntColumn
-
getChemCompDescriptorId
The chemical descriptor of the polymeric residue conjugate with the probe. This data item is a pointer to _ihm_chemical_component_descriptor.id in the IHM_CHEMICAL_COMPONENT_DESCRIPTOR category.- Returns:
- IntColumn
-
getAmbiguousStoichiometryFlag
Indicate whether there is ambiguity regarding the stoichiometry of the labeled site.- Returns:
- StrColumn
-
getProbeStoichiometry
The stoichiometry of the probe labeling site, if known.- Returns:
- FloatColumn
-
getDetails
Additional details regarding the conjugate.- Returns:
- StrColumn
-
getDatasetListId
An identifier for the experimental dataset corresponding to the polymer-probe conjugate. This data item is a pointer to _ihm_dataset_list.id in the IHM_DATASET_LIST category.- Returns:
- IntColumn
-