Package org.rcsb.cif.schema.mm
Class IhmEntityPolySegment
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmEntityPolySegment
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmEntityPolySegment
extends DelegatingCategory
Data items in the IHM_ENTITY_POLY_SEGMENT category identifies
segments of polymeric entities.
-
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 IhmEntityPolySegment(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCompIdBegin()The leading monomer component of the polymeric segment.StrColumngetCompIdEnd()The trailing monomer component of the polymeric segment.StrColumngetEntityId()A unique identifier for the polymeric entity.IntColumngetId()A unique identifier for the polymeric segment.IntColumngetSeqIdBegin()The leading residue index for the polymeric segment.IntColumngetSeqIdEnd()The trailing residue index for the polymeric segment.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
A unique identifier for the polymeric segment.- Returns:
- IntColumn
-
getEntityId
A unique identifier for the polymeric entity. This data item is a pointer to _entity_poly_seq.entity_id in the ENTITY_POLY_SEQ category.- Returns:
- StrColumn
-
getSeqIdBegin
The leading residue index for the polymeric segment. This data item is a pointer to _entity_poly_seq.num in the ENTITY_POLY_SEQ category.- Returns:
- IntColumn
-
getSeqIdEnd
The trailing residue index for the polymeric segment. This data item is a pointer to _entity_poly_seq.num in the ENTITY_POLY_SEQ category.- Returns:
- IntColumn
-
getCompIdBegin
The leading monomer component of the polymeric segment. This data item is a pointer to _entity_poly_seq.mon_id in the ENTITY_POLY_SEQ category.- Returns:
- StrColumn
-
getCompIdEnd
The trailing monomer component of the polymeric segment. This data item is a pointer to _entity_poly_seq.mon_id in the ENTITY_POLY_SEQ category.- Returns:
- StrColumn
-