Class IhmCrossLinkPseudoSite

java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmCrossLinkPseudoSite
All Implemented Interfaces:
Category

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmCrossLinkPseudoSite
extends DelegatingCategory
Data items in the IHM_CROSS_LINK_PSEUDO_SITE category records the details of the pseudo sites involved in the cross links.
  • 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 this category.
      Returns:
      IntColumn
    • getRestraintId

      public IntColumn getRestraintId()
      An identifier for the crosslink restraint between a pair of residues. This data item is a pointer to _ihm_cross_link_restraint.id in the IHM_CROSS_LINK_RESTRAINT category.
      Returns:
      IntColumn
    • getCrossLinkPartner

      public StrColumn getCrossLinkPartner()
      The identity of the cross link partner corresponding to the pseudo site.
      Returns:
      StrColumn
    • getPseudoSiteId

      public IntColumn getPseudoSiteId()
      The pseudo site identifier corresponding to the cross link partner. This data item is a pointer to _ihm_pseudo_site.id in the IHM_PSEUDO_SITE category.
      Returns:
      IntColumn
    • getModelId

      public IntColumn getModelId()
      The identifier to the model that the pseudo site corresponds to. This data item is a pointer to _ihm_model_list.model_id in the IHM_MODEL_LIST category.
      Returns:
      IntColumn