Package org.rcsb.cif.schema.mm
Class PdbxUnpair
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxUnpair
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxUnpair
extends DelegatingCategory
These records give information about residues which do not pair
(h-bond) in the asymmetric unit.
The records about Watson-Crick base pairing depend on these
records.
-
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 PdbxUnpair(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetChainId()Strand id.StrColumngetResidueName()Name of residue which does not pair.StrColumngetResidueNumber()Number of residue which does not pair.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getChainId
Strand id.- Returns:
- StrColumn
-
getResidueName
Name of residue which does not pair.- Returns:
- StrColumn
-
getResidueNumber
Number of residue which does not pair.- Returns:
- StrColumn
-