Package org.rcsb.cif.schema.mm
Class PdbxEntityPolyDomain
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxEntityPolyDomain
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxEntityPolyDomain
extends DelegatingCategory
Data items in the PDBX_ENTITY_POLY_DOMAIN category specify domains
of monomers within 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 PdbxEntityPolyDomain(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetBeginMonId()The value of _pdbx_entity_poly_domain.begin_mon_id identifies the monomer at the beginning of the domain.IntColumngetBeginSeqNum()The value of _pdbx_entity_poly_domain.begin_seq_num identifies the sequence position of the beginning of the domain.StrColumngetEndMonId()The value of _pdbx_entity_poly_domain.begin_mon_id identifies the monomer at the end of the domain.IntColumngetEndSeqNum()The value of _pdbx_entity_poly_domain.begin_seq_num identifies the sequence position of the end of the domain.StrColumngetEntityId()This data item is a pointer to _entity.id in the ENTITY category.StrColumngetId()The value of _pdbx_entity_poly_domain.id must uniquely identify a domain within an entity.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
The value of _pdbx_entity_poly_domain.id must uniquely identify a domain within an entity. Note that this item need not be a number; it can be any unique identifier.- Returns:
- StrColumn
-
getEntityId
This data item is a pointer to _entity.id in the ENTITY category.- Returns:
- StrColumn
-
getBeginMonId
The value of _pdbx_entity_poly_domain.begin_mon_id identifies the monomer at the beginning of the domain. This must correspond to a record in the ENTITY_POLY_SEQ list.- Returns:
- StrColumn
-
getBeginSeqNum
The value of _pdbx_entity_poly_domain.begin_seq_num identifies the sequence position of the beginning of the domain. This must correspond to a record in the ENTITY_POLY_SEQ list.- Returns:
- IntColumn
-
getEndMonId
The value of _pdbx_entity_poly_domain.begin_mon_id identifies the monomer at the end of the domain. This must correspond to a record in the ENTITY_POLY_SEQ list.- Returns:
- StrColumn
-
getEndSeqNum
The value of _pdbx_entity_poly_domain.begin_seq_num identifies the sequence position of the end of the domain. This must correspond to a record in the ENTITY_POLY_SEQ list.- Returns:
- IntColumn
-