Package org.rcsb.cif.model.generated
Class PdbxUnpair
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxUnpair
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxUnpair extends BaseCategory
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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxUnpair(String name)PdbxUnpair(String name, int rowCount, Object[] encodedColumns)PdbxUnpair(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
getChainId
public StrColumn getChainId()
Strand id.- Returns:
- StrColumn
-
getResidueName
public StrColumn getResidueName()
Name of residue which does not pair.- Returns:
- StrColumn
-
getResidueNumber
public StrColumn getResidueNumber()
Number of residue which does not pair.- Returns:
- StrColumn
-
-