Package org.rcsb.cif.model.generated
Class PdbxNonpolyScheme
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxNonpolyScheme
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxNonpolyScheme extends BaseCategory
The PDBX_NONPOLY_SCHEME category provides residue level nomenclature mapping for non-polymer entities.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxNonpolyScheme(String name)PdbxNonpolyScheme(String name, int rowCount, Object[] encodedColumns)PdbxNonpolyScheme(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 numbering.StrColumngetEntityId()Pointer to _atom_site.label_entity_id.StrColumngetMonId()Pointer to _atom_site.label_comp_id.StrColumngetNdbSeqNum()NDB/RCSB residue number.StrColumngetPdbInsCode()PDB insertion code.StrColumngetPdbMonId()PDB residue identifier.StrColumngetPdbSeqNum()PDB residue number.StrColumngetPdbStrandId()PDB strand/chain id.-
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 _atom_site.label_entity_id.- Returns:
- StrColumn
-
getMonId
public StrColumn getMonId()
Pointer to _atom_site.label_comp_id.- Returns:
- StrColumn
-
getPdbStrandId
public StrColumn getPdbStrandId()
PDB strand/chain id.- Returns:
- StrColumn
-
getNdbSeqNum
public StrColumn getNdbSeqNum()
NDB/RCSB residue number.- Returns:
- StrColumn
-
getPdbSeqNum
public StrColumn getPdbSeqNum()
PDB residue number.- Returns:
- StrColumn
-
getAuthSeqNum
public StrColumn getAuthSeqNum()
Author provided residue numbering. 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 identification within the coordinate records.- Returns:
- StrColumn
-
getPdbInsCode
public StrColumn getPdbInsCode()
PDB insertion code.- Returns:
- StrColumn
-
-