Class PdbxReferenceEntityPolySeq

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxReferenceEntityPolySeq
    extends BaseCategory
    Data items in the PDBX_REFERENCE_ENTITY_POLY_SEQ category specify the sequence of monomers in a polymer.
    • Constructor Detail

      • PdbxReferenceEntityPolySeq

        public PdbxReferenceEntityPolySeq​(String name,
                                          Map<String,​Column> columns)
      • PdbxReferenceEntityPolySeq

        public PdbxReferenceEntityPolySeq​(String name,
                                          int rowCount,
                                          Object[] encodedColumns)
      • PdbxReferenceEntityPolySeq

        public PdbxReferenceEntityPolySeq​(String name)
    • Method Detail

      • getPrdId

        public StrColumn getPrdId()
        The value of _pdbx_reference_entity_poly_seq.prd_id is a reference _pdbx_reference_entity_poly.prd_id in the PDBX_REFERENCE_ENTITY_POLY category.
        Returns:
        StrColumn
      • getRefEntityId

        public StrColumn getRefEntityId()
        The value of _pdbx_reference_entity_poly_seq.ref_entity_id is a reference to _pdbx_reference_entity_poly.ref_entity_id in PDBX_REFERENCE_ENTITY_POLY category.
        Returns:
        StrColumn
      • getMonId

        public StrColumn getMonId()
        This data item is the chemical component identifier of monomer.
        Returns:
        StrColumn
      • getParentMonId

        public StrColumn getParentMonId()
        This data item is the chemical component identifier for the parent component corresponding to this monomer.
        Returns:
        StrColumn
      • getNum

        public IntColumn getNum()
        The value of _pdbx_reference_entity_poly_seq.num must uniquely and sequentially identify a record in the PDBX_REFERENCE_ENTITY_POLY_SEQ list. This value is conforms to author numbering conventions and does not map directly to the numbering conventions used for _entity_poly_seq.num.
        Returns:
        IntColumn
      • getObserved

        public StrColumn getObserved()
        A flag to indicate that this monomer is observed in the instance example.
        Returns:
        StrColumn
      • getHetero

        public StrColumn getHetero()
        A flag to indicate that sequence heterogeneity at this monomer position.
        Returns:
        StrColumn