Package org.rcsb.cif.model.generated
Class PdbxStructMsymGen
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxStructMsymGen
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxStructMsymGen extends BaseCategory
Data items in the PDBX_STRUCT_MSYM_GEN category record details about the generation of the minimal asymmetric unit. For instance, this category can be used to provide this information for helical and point symmetry systems. The PDBX_STRUCT_MSYM_GEN data items provide the specifications of the components that constitute the asymmetric unit in terms of cartesian transformations of deposited coordinates.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxStructMsymGen(String name)PdbxStructMsymGen(String name, int rowCount, Object[] encodedColumns)PdbxStructMsymGen(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetEntityInstId()This data item is a pointer to _pdbx_struct_entity_inst.id in the PDBX_STRUCT_ENTITY_INST category.StrColumngetMsymId()Uniquely identifies the this structure instance in point symmetry unit.StrColumngetOperExpression()Identifies the operation from category PDBX_STRUCT_OPER_LIST.-
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
-
getEntityInstId
public StrColumn getEntityInstId()
This data item is a pointer to _pdbx_struct_entity_inst.id in the PDBX_STRUCT_ENTITY_INST category.- Returns:
- StrColumn
-
getMsymId
public StrColumn getMsymId()
Uniquely identifies the this structure instance in point symmetry unit.- Returns:
- StrColumn
-
getOperExpression
public StrColumn getOperExpression()
Identifies the operation from category PDBX_STRUCT_OPER_LIST.- Returns:
- StrColumn
-
-