Package org.rcsb.cif.model.generated
Class StructNcsEnsGen
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.StructNcsEnsGen
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class StructNcsEnsGen extends BaseCategory
Data items in the STRUCT_NCS_ENS_GEN category list domains related by a noncrystallographic symmetry operation and identify the operator.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description StructNcsEnsGen(String name)StructNcsEnsGen(String name, int rowCount, Object[] encodedColumns)StructNcsEnsGen(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetDomId1()The identifier for the domain that will remain unchanged by the transformation operator.StrColumngetDomId2()The identifier for the domain that will be transformed by application of the transformation operator.StrColumngetEnsId()This data item is a pointer to _struct_ncs_ens.id in the STRUCT_NCS_ENS category.StrColumngetOperId()This data item is a pointer to _struct_ncs_oper.id in the STRUCT_NCS_OPER category.-
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
-
getDomId1
public StrColumn getDomId1()
The identifier for the domain that will remain unchanged by the transformation operator. This data item is a pointer to _struct_ncs_dom.id in the STRUCT_NCS_DOM category.- Returns:
- StrColumn
-
getDomId2
public StrColumn getDomId2()
The identifier for the domain that will be transformed by application of the transformation operator. This data item is a pointer to _struct_ncs_dom.id in the STRUCT_NCS_DOM category.- Returns:
- StrColumn
-
getEnsId
public StrColumn getEnsId()
This data item is a pointer to _struct_ncs_ens.id in the STRUCT_NCS_ENS category.- Returns:
- StrColumn
-
getOperId
public StrColumn getOperId()
This data item is a pointer to _struct_ncs_oper.id in the STRUCT_NCS_OPER category.- Returns:
- StrColumn
-
-