Package org.rcsb.cif.model.generated
Class PdbxPolySeqScheme
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxPolySeqScheme
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxPolySeqScheme extends BaseCategory
The PDBX_POLY_SEQ_SCHEME category provides residue level nomenclature mapping for polymer entities.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxPolySeqScheme(String name)PdbxPolySeqScheme(String name, int rowCount, Object[] encodedColumns)PdbxPolySeqScheme(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetAsymId()Pointer to _atom_site.label_asym_id.StrColumngetAuthMonId()Author provided residue identifier.StrColumngetAuthSeqNum()Author provided residue number.StrColumngetEntityId()Pointer to _entity.id.StrColumngetHetero()Pointer to _entity_poly_seq.heteroStrColumngetMonId()Pointer to _entity_poly_seq.mon_id.IntColumngetNdbSeqNum()NDB residue number.StrColumngetPdbInsCode()PDB insertion code.StrColumngetPdbMonId()PDB residue identifier.StrColumngetPdbSeqNum()PDB residue number.StrColumngetPdbStrandId()PDB strand/chain id.IntColumngetSeqId()Pointer to _entity_poly_seq.num-
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
-
getAsymId
public StrColumn getAsymId()
Pointer to _atom_site.label_asym_id.- Returns:
- StrColumn
-
getEntityId
public StrColumn getEntityId()
Pointer to _entity.id.- Returns:
- StrColumn
-
getSeqId
public IntColumn getSeqId()
Pointer to _entity_poly_seq.num- Returns:
- IntColumn
-
getHetero
public StrColumn getHetero()
Pointer to _entity_poly_seq.hetero- Returns:
- StrColumn
-
getMonId
public StrColumn getMonId()
Pointer to _entity_poly_seq.mon_id.- Returns:
- StrColumn
-
getPdbStrandId
public StrColumn getPdbStrandId()
PDB strand/chain id.- Returns:
- StrColumn
-
getNdbSeqNum
public IntColumn getNdbSeqNum()
NDB residue number.- Returns:
- IntColumn
-
getPdbSeqNum
public StrColumn getPdbSeqNum()
PDB residue number.- Returns:
- StrColumn
-
getAuthSeqNum
public StrColumn getAuthSeqNum()
Author provided residue number. This value may differ from the PDB residue number and may not correspond to residue numbering within the coordinate records.- Returns:
- StrColumn
-
getPdbMonId
public StrColumn getPdbMonId()
PDB residue identifier.- Returns:
- StrColumn
-
getAuthMonId
public StrColumn getAuthMonId()
Author provided residue identifier. This value may differ from the PDB residue identifier and may not correspond to residue identifier within the coordinate records.- Returns:
- StrColumn
-
getPdbInsCode
public StrColumn getPdbInsCode()
PDB insertion code.- Returns:
- StrColumn
-
-