Package org.rcsb.cif.model.generated
Class PhasingMADClust
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PhasingMADClust
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PhasingMADClust extends BaseCategory
Data items in the PHASING_MAD_CLUST category record details about a cluster of experiments that contributed to the generation of a set of phases.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PhasingMADClust(String name)PhasingMADClust(String name, int rowCount, Object[] encodedColumns)PhasingMADClust(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetExptId()This data item is a pointer to _phasing_MAD_expt.id in the PHASING_MAD_EXPT category.StrColumngetId()The value of _phasing_MAD_clust.id must, together with _phasing_MAD_clust.expt_id, uniquely identify a record in the PHASING_MAD_CLUST list.IntColumngetNumberSet()The number of data sets in this cluster of data sets.-
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
-
getExptId
public StrColumn getExptId()
This data item is a pointer to _phasing_MAD_expt.id in the PHASING_MAD_EXPT category.- Returns:
- StrColumn
-
getId
public StrColumn getId()
The value of _phasing_MAD_clust.id must, together with _phasing_MAD_clust.expt_id, uniquely identify a record in the PHASING_MAD_CLUST list. Note that this item need not be a number; it can be any unique identifier.- Returns:
- StrColumn
-
getNumberSet
public IntColumn getNumberSet()
The number of data sets in this cluster of data sets.- Returns:
- IntColumn
-
-