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.
  • Constructor Details

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • getId

      public IntColumn getId()
      A unique identifier for the category.
      Returns:
      IntColumn
    • getProbeId

      public 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

      public 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

      public 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

      public StrColumn getAmbiguousStoichiometryFlag()
      Indicate whether there is ambiguity regarding the stoichiometry of the labeled site.
      Returns:
      StrColumn
    • getProbeStoichiometry

      public FloatColumn getProbeStoichiometry()
      The stoichiometry of the probe labeling site, if known.
      Returns:
      FloatColumn
    • getDetails

      public StrColumn getDetails()
      Additional details regarding the conjugate.
      Returns:
      StrColumn
    • getDatasetListId

      public IntColumn 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