Package org.rcsb.cif.schema.mm
Class StructNcsDom
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.StructNcsDom
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class StructNcsDom
extends DelegatingCategory
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.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description StructNcsDom(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)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.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
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
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
This is a unique identifier for a collection NCS related domains. This references item '_struct_ncs_ens.id'.- Returns:
- StrColumn
-