Package org.rcsb.cif.model.generated
Class PdbxNmrRepresentative
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxNmrRepresentative
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxNmrRepresentative extends BaseCategory
An average structure is often calculated in addition to the ensemble, or one of the ensemble is selected as a representative structure. This section describes selection of the representative structure.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxNmrRepresentative(String name)PdbxNmrRepresentative(String name, int rowCount, Object[] encodedColumns)PdbxNmrRepresentative(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetConformerId()If a member of the ensemble has been selected as a representative structure, identify it by its model number.StrColumngetEntryId()msd will assign the ID.StrColumngetSelectionCriteria()By highlighting the appropriate choice(s), describe the criteria used to select this structure as a representative structure, or if an average structure has been calculated describe how this was done.-
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
-
getEntryId
public StrColumn getEntryId()
msd will assign the ID.- Returns:
- StrColumn
-
getConformerId
public StrColumn getConformerId()
If a member of the ensemble has been selected as a representative structure, identify it by its model number.- Returns:
- StrColumn
-
getSelectionCriteria
public StrColumn getSelectionCriteria()
By highlighting the appropriate choice(s), describe the criteria used to select this structure as a representative structure, or if an average structure has been calculated describe how this was done.- Returns:
- StrColumn
-
-