Package org.rcsb.cif.model.generated
Class PdbxStructNcsVirusGen
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxStructNcsVirusGen
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxStructNcsVirusGen extends BaseCategory
Data items in the PDBX_STRUCT_NCS_VIRUS_GEN category record details about the generation of virus structures from NCS matrix operators.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxStructNcsVirusGen(String name)PdbxStructNcsVirusGen(String name, int rowCount, Object[] encodedColumns)PdbxStructNcsVirusGen(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetAsymId()The NCS operation is applied to the component of the asymmetric unit identified by this id.StrColumngetId()Unique id for generator.StrColumngetOperId()Identifies the NCS operation (_struct_ncs_oper.id)StrColumngetPdbChainId()The NCS operation is applied to the chain identified by this 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
-
getId
public StrColumn getId()
Unique id for generator.- Returns:
- StrColumn
-
getOperId
public StrColumn getOperId()
Identifies the NCS operation (_struct_ncs_oper.id)- Returns:
- StrColumn
-
getAsymId
public StrColumn getAsymId()
The NCS operation is applied to the component of the asymmetric unit identified by this id.- Returns:
- StrColumn
-
getPdbChainId
public StrColumn getPdbChainId()
The NCS operation is applied to the chain identified by this id.- Returns:
- StrColumn
-
-