Package org.rcsb.cif.schema.mm
Class PdbxSequenceRange
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxSequenceRange
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxSequenceRange
extends DelegatingCategory
Data items in the PDBX_SEQUENCE_RANGE category identify the
beginning and ending points of polypeptide sequence segments.
-
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 PdbxSequenceRange(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetBegAuthAsymId()A component of the identifier for the monomer at which this segment of the sequence range begins.StrColumngetBegAuthCompId()A component of the identifier for the monomer at which this segment of the sequence range begins.StrColumngetBegAuthSeqId()A component of the identifier for the monomer at which this segment of the sequence range begins.StrColumngetBegLabelAltId()A component of the identifier for the monomer at which this segment of the sequence range begins.StrColumngetBegLabelAsymId()A component of the identifier for the monomer at which this segment of the sequence range begins.StrColumngetBegLabelCompId()A component of the identifier for the monomer at which this segment of the sequence range begins.IntColumngetBegLabelSeqId()A component of the identifier for the monomer at which this segment of the sequence range begins.StrColumngetEndAuthAsymId()A component of the identifier for the monomer at which this segment of the sequence range ends.StrColumngetEndAuthCompId()A component of the identifier for the monomer at which this segment of the sequence range ends.StrColumngetEndAuthSeqId()A component of the identifier for the monomer at which this segment of the sequence range ends.StrColumngetEndLabelAltId()A component of the identifier for the monomer at which this segment of the sequence range ends.StrColumngetEndLabelAsymId()A component of the identifier for the monomer at which this segment of the sequence range ends.StrColumngetEndLabelCompId()A component of the identifier for the monomer at which this segment of the sequence range ends.IntColumngetEndLabelSeqId()A component of the identifier for the monomer at which this segment of the sequence range ends.StrColumngetSeqRangeId()This data item is an identifier for a sequence range.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getBegLabelAltId
A component of the identifier for the monomer at which this segment of the sequence range begins. This data item is a pointer to _atom_sites_alt.id in the ATOM_SITES_ALT category.- Returns:
- StrColumn
-
getBegLabelAsymId
A component of the identifier for the monomer at which this segment of the sequence range begins. This data item is a pointer to _atom_site.label_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getBegLabelCompId
A component of the identifier for the monomer at which this segment of the sequence range begins. This data item is a pointer to _atom_site.label_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getBegLabelSeqId
A component of the identifier for the monomer at which this segment of the sequence range begins. This data item is a pointer to _atom_site.label_seq_id in the ATOM_SITE category.- Returns:
- IntColumn
-
getBegAuthAsymId
A component of the identifier for the monomer at which this segment of the sequence range begins. This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getBegAuthCompId
A component of the identifier for the monomer at which this segment of the sequence range begins. This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getBegAuthSeqId
A component of the identifier for the monomer at which this segment of the sequence range begins. This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getSeqRangeId
This data item is an identifier for a sequence range.- Returns:
- StrColumn
-
getEndLabelAltId
A component of the identifier for the monomer at which this segment of the sequence range ends. This data item is a pointer to _atom_sites_alt.id in the ATOM_SITES_ALT category.- Returns:
- StrColumn
-
getEndLabelAsymId
A component of the identifier for the monomer at which this segment of the sequence range ends. This data item is a pointer to _atom_site.label_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getEndLabelCompId
A component of the identifier for the monomer at which this segment of the sequence range ends. This data item is a pointer to _atom_site.label_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getEndLabelSeqId
A component of the identifier for the monomer at which this segment of the sequence range ends. This data item is a pointer to _atom_site.label_seq_id in the ATOM_SITE category.- Returns:
- IntColumn
-
getEndAuthAsymId
A component of the identifier for the monomer at which this segment of the sequence range ends. This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getEndAuthCompId
A component of the identifier for the monomer at which this segment of the sequence range ends. This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getEndAuthSeqId
A component of the identifier for the monomer at which this segment of the sequence range ends. This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- StrColumn
-