Package org.rcsb.cif.model.generated
Class PdbxEntityPolyDomain
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxEntityPolyDomain
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxEntityPolyDomain extends BaseCategory
Data items in the PDBX_ENTITY_POLY_DOMAIN category specify domains of monomers within a polymer.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxEntityPolyDomain(String name)PdbxEntityPolyDomain(String name, int rowCount, Object[] encodedColumns)PdbxEntityPolyDomain(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
getId
public StrColumn 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
public StrColumn getEntityId()
This data item is a pointer to _entity.id in the ENTITY category.- Returns:
- StrColumn
-
getBeginMonId
public 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
public IntColumn 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
public StrColumn 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
public IntColumn 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
-
-