Class IhmModelRepresentationDetails

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

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmModelRepresentationDetails
extends DelegatingCategory
Data items in the IHM_MODEL_REPRESENTATION_DETAILS category records the details about the architecture and representation of structural models involved in the integrative modeling study.
  • 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
    • getRepresentationId

      public IntColumn getRepresentationId()
      An identifier that collects or groups together a set of representations. This data item is a pointer to _ihm_model_representation.id in the IHM_MODEL_REPRESENTATION category.
      Returns:
      IntColumn
    • getEntityPolySegmentId

      public IntColumn getEntityPolySegmentId()
      The identifier for the polymeric segment in the representation. This data item is a pointer to _ihm_entity_poly_segment.id in the IHM_ENTITY_POLY_SEGMENT category.
      Returns:
      IntColumn
    • getEntityId

      public StrColumn getEntityId()
      A unique identifier distinct molecular entities. This data item is a pointer to _entity.id in the ENTITY category.
      Returns:
      StrColumn
    • getEntityDescription

      public StrColumn getEntityDescription()
      A text description of the molecular entity
      Returns:
      StrColumn
    • getEntityAsymId

      public StrColumn getEntityAsymId()
      An asym/strand identifier for the entity molecule. This data item is a pointer to _struct_asym.id in the STRUCT_ASYM category.
      Returns:
      StrColumn
    • getModelObjectPrimitive

      public StrColumn getModelObjectPrimitive()
      The primitive object used to model this segment.
      Returns:
      StrColumn
    • getStartingModelId

      public StrColumn getStartingModelId()
      The identifier for the starting structural model. This data item is a pointer to _ihm_starting_model_details.starting_model_id in the IHM_STARTING_MODEL_DETAILS category.
      Returns:
      StrColumn
    • getModelMode

      public StrColumn getModelMode()
      The manner in which the segment is modeled.
      Returns:
      StrColumn
    • getModelGranularity

      public StrColumn getModelGranularity()
      The level of detail at which model primitive objects are applied to the structure.
      Returns:
      StrColumn
    • getModelObjectCount

      public IntColumn getModelObjectCount()
      The number of primitive objects used to model a feature in the case of 'by-feature' granularity.
      Returns:
      IntColumn
    • getDescription

      public StrColumn getDescription()
      Additional description regarding the model representation.
      Returns:
      StrColumn