Class IhmEntityPolySegment

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

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmEntityPolySegment
extends DelegatingCategory
Data items in the IHM_ENTITY_POLY_SEGMENT category identifies segments of 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 polymeric segment.
      Returns:
      IntColumn
    • getEntityId

      public StrColumn getEntityId()
      A unique identifier for the polymeric entity. This data item is a pointer to _entity_poly_seq.entity_id in the ENTITY_POLY_SEQ category.
      Returns:
      StrColumn
    • getSeqIdBegin

      public IntColumn getSeqIdBegin()
      The leading residue index for the polymeric segment. This data item is a pointer to _entity_poly_seq.num in the ENTITY_POLY_SEQ category.
      Returns:
      IntColumn
    • getSeqIdEnd

      public IntColumn getSeqIdEnd()
      The trailing residue index for the polymeric segment. This data item is a pointer to _entity_poly_seq.num in the ENTITY_POLY_SEQ category.
      Returns:
      IntColumn
    • getCompIdBegin

      public StrColumn getCompIdBegin()
      The leading monomer component of the polymeric segment. This data item is a pointer to _entity_poly_seq.mon_id in the ENTITY_POLY_SEQ category.
      Returns:
      StrColumn
    • getCompIdEnd

      public StrColumn getCompIdEnd()
      The trailing monomer component of the polymeric segment. This data item is a pointer to _entity_poly_seq.mon_id in the ENTITY_POLY_SEQ category.
      Returns:
      StrColumn