Package org.rcsb.cif.schema.mm
Class PdbxNonstandardList
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxNonstandardList
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxNonstandardList
extends DelegatingCategory
The information in this category is exclusively used to store
the HET records of a PDB file. This record will be generated
by the PROGRAM.
-
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 PdbxNonstandardList(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAuthAsymId()Chain id of the nonstandard group used by the author.StrColumngetAuthSeqId()Residue number of the nonstandard group used by the author.StrColumngetId()The value of _pdbx_nonstandard_list.id must uniquely identify each item in the PDBX_NONSTANDARD_LIST list.StrColumngetInsCode()Insertion code of het group.StrColumngetLabelAsymId()Chain ID of het group.IntColumngetLabelSeqId()Residue id of het group.StrColumngetLabelSeqNum()Residue number of het group.IntColumngetNumberAtomsNh()The number of non-hydrogen atoms in the het group.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
The value of _pdbx_nonstandard_list.id must uniquely identify each item in the PDBX_NONSTANDARD_LIST list. For protein polymer entities, this is the three-letter code for amino acids. For nucleic acid polymer entities, this is the one-letter code for the bases.- Returns:
- StrColumn
-
getAuthAsymId
Chain id of the nonstandard group used by the author.- Returns:
- StrColumn
-
getAuthSeqId
Residue number of the nonstandard group used by the author.- Returns:
- StrColumn
-
getLabelAsymId
Chain ID of het group.- Returns:
- StrColumn
-
getLabelSeqNum
Residue number of het group.- Returns:
- StrColumn
-
getLabelSeqId
Residue id of het group.- Returns:
- IntColumn
-
getInsCode
Insertion code of het group.- Returns:
- StrColumn
-
getNumberAtomsNh
The number of non-hydrogen atoms in the het group.- Returns:
- IntColumn
-