Package org.rcsb.cif.model.generated
Class StructNcsDom
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.StructNcsDom
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class StructNcsDom extends BaseCategory
Data items in the STRUCT_NCS_DOM category record information about the domains in an ensemble of domains related by one or more noncrystallographic symmetry operators. A domain need not correspond to a complete polypeptide chain; it can be composed of one or more segments in a single chain, or by segments from more than one chain.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description StructNcsDom(String name)StructNcsDom(String name, int rowCount, Object[] encodedColumns)StructNcsDom(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 structural elements that comprise a domain in an ensemble of domains related by noncrystallographic symmetry.StrColumngetId()The value of _struct_ncs_dom.id must uniquely identify a record in the STRUCT_NCS_DOM list.StrColumngetPdbxEnsId()This is a unique identifier for a collection NCS related domains.-
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 structural elements that comprise a domain in an ensemble of domains related by noncrystallographic symmetry.- Returns:
- StrColumn
-
getId
public StrColumn getId()
The value of _struct_ncs_dom.id must uniquely identify a record in the STRUCT_NCS_DOM list. Note that this item need not be a number; it can be any unique identifier.- Returns:
- StrColumn
-
getPdbxEnsId
public StrColumn getPdbxEnsId()
This is a unique identifier for a collection NCS related domains. This references item '_struct_ncs_ens.id'.- Returns:
- StrColumn
-
-