Package org.rcsb.cif.model.generated
Class StructNcsEns
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.StructNcsEns
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class StructNcsEns extends BaseCategory
Data items in the STRUCT_NCS_ENS category record information about ensembles of domains related by noncrystallographic symmetry. The point group of the ensemble when taken as a whole may be specified, as well as any special aspects of the ensemble that require description.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description StructNcsEns(String name)StructNcsEns(String name, int rowCount, Object[] encodedColumns)StructNcsEns(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetDetails()A description of special aspects of the ensemble.StrColumngetId()The value of _struct_ncs_ens.id must uniquely identify a record in the STRUCT_NCS_ENS list.StrColumngetPointGroup()The point group of the ensemble of structural elements related by one or more noncrystallographic symmetry operations.-
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
-
getDetails
public StrColumn getDetails()
A description of special aspects of the ensemble.- Returns:
- StrColumn
-
getId
public StrColumn getId()
The value of _struct_ncs_ens.id must uniquely identify a record in the STRUCT_NCS_ENS list. Note that this item need not be a number; it can be any unique identifier.- Returns:
- StrColumn
-
getPointGroup
public StrColumn getPointGroup()
The point group of the ensemble of structural elements related by one or more noncrystallographic symmetry operations. The relationships need not be precise; this data item is intended to give a rough description of the noncrystallographic symmetry relationships.- Returns:
- StrColumn
-
-