Package org.rcsb.cif.schema.mm
Class PdbxReferenceEntityPolySeq
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxReferenceEntityPolySeq
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxReferenceEntityPolySeq
extends DelegatingCategory
Data items in the PDBX_REFERENCE_ENTITY_POLY_SEQ category specify the sequence
of monomers in a polymer.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description PdbxReferenceEntityPolySeq(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetHetero()A flag to indicate that sequence heterogeneity at this monomer position.StrColumngetMonId()This data item is the chemical component identifier of monomer.IntColumngetNum()The value of _pdbx_reference_entity_poly_seq.num must uniquely and sequentially identify a record in the PDBX_REFERENCE_ENTITY_POLY_SEQ list.StrColumngetObserved()A flag to indicate that this monomer is observed in the instance example.StrColumngetParentMonId()This data item is the chemical component identifier for the parent component corresponding to this monomer.StrColumngetPrdId()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.StrColumngetRefEntityId()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.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
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
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
This data item is the chemical component identifier of monomer.- Returns:
- StrColumn
-
getParentMonId
This data item is the chemical component identifier for the parent component corresponding to this monomer.- Returns:
- StrColumn
-
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
A flag to indicate that this monomer is observed in the instance example.- Returns:
- StrColumn
-
getHetero
A flag to indicate that sequence heterogeneity at this monomer position.- Returns:
- StrColumn
-