Package org.rcsb.cif.model.generated
Class PdbxStructAsymGen
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxStructAsymGen
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxStructAsymGen extends BaseCategory
Data items in the PDBX_STRUCT_ASYM_GEN category record details about the generation of the crystallographic asymmetric unit. The PDBX_STRUCT_ASYM_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 PdbxStructAsymGen(String name)PdbxStructAsymGen(String name, int rowCount, Object[] encodedColumns)PdbxStructAsymGen(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetAsymId()This data item is a pointer to _struct_asym.id in the STRUCT_ASYM category.StrColumngetEntityInstId()This data item is a pointer to _pdbx_struct_entity_inst.id in the PDBX_STRUCT_ENTITY_INST category.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
-
getAsymId
public StrColumn getAsymId()
This data item is a pointer to _struct_asym.id in the STRUCT_ASYM category.- Returns:
- StrColumn
-
getOperExpression
public StrColumn getOperExpression()
Identifies the operation from category PDBX_STRUCT_OPER_LIST.- Returns:
- StrColumn
-
-