Class PdbxStructRefSeqFeatureProp

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

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxStructRefSeqFeatureProp
extends DelegatingCategory
Data items in the PDBX_STRUCT_REF_SEQ_FEATURE_PROP category provide a mechanism for identifying and annotating properties of sequence features.
  • Constructor Details

  • Method Details

    • createDelegate

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

      public IntColumn getFeatureId()
      This data item is a pointer to _pdbx_struct_ref_seq_feature.feature_id in the STRUCT_REF_SEQ_FEATURE category.
      Returns:
      IntColumn
    • getPropertyId

      public IntColumn getPropertyId()
      This uniquely identifies the a property of a sequence feature in the STRUCT_REF_SEQ_FEATURE_PROPx category.
      Returns:
      IntColumn
    • getType

      public StrColumn getType()
      Property type.
      Returns:
      StrColumn
    • getValue

      public StrColumn getValue()
      Property value.
      Returns:
      StrColumn
    • getDetails

      public StrColumn getDetails()
      A description of special aspects of the property value pair.
      Returns:
      StrColumn
    • getBegDbMonId

      public StrColumn getBegDbMonId()
      The begining monomer type found at the starting position in the referenced database entry. This data item is a pointer to _chem_comp.id in the CHEM_COMP category.
      Returns:
      StrColumn
    • getEndDbMonId

      public StrColumn getEndDbMonId()
      The terminal monomer type found at the ending position in the referenced database entry. This data item is a pointer to _chem_comp.id in the CHEM_COMP category.
      Returns:
      StrColumn
    • getBegDbSeqId

      public IntColumn getBegDbSeqId()
      The begining monomer sequence position in the referenced database entry.
      Returns:
      IntColumn
    • getEndDbSeqId

      public IntColumn getEndDbSeqId()
      The terminal monomer sequence position in the referenced database entry.
      Returns:
      IntColumn