Class PdbxReferenceLinkedEntity

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

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxReferenceLinkedEntity
extends DelegatingCategory
Data items in the pdbx_reference_linked_entity category describe common observed interaction patterns within linked entities.
  • Constructor Details

  • Method Details

    • createDelegate

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

      public IntColumn getId()
      The value of _pdbx_reference_linked_entity.id uniquely identifies examples in the list of observed linking patterns.
      Returns:
      IntColumn
    • getClazz

      public StrColumn getClazz()
      Broadly classifies of this linked entity example.
      Returns:
      StrColumn
    • getName

      public StrColumn getName()
      The name of the linked entity example.
      Returns:
      StrColumn
    • getTaxonomyId

      public StrColumn getTaxonomyId()
      The NCBI taxonomy identifier of the organism for the linked entity example.
      Returns:
      StrColumn
    • getTaxonomyClass

      public StrColumn getTaxonomyClass()
      The NCBI taxonomy classification of the organism for this linked entity example.
      Returns:
      StrColumn
    • getLinkToEntityType

      public StrColumn getLinkToEntityType()
      The polymer linking type of the first partner entity in example linkage.
      Returns:
      StrColumn
    • getLinkToCompId

      public StrColumn getLinkToCompId()
      The component identifer for the component in the first partner of the example linkage.
      Returns:
      StrColumn
    • getLinkFromEntityType

      public StrColumn getLinkFromEntityType()
      The polymer linking type of the second partner entity in example linkage.
      Returns:
      StrColumn