Package org.rcsb.cif.model.generated
Class EmStructureFactors
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmStructureFactors
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmStructureFactors extends BaseCategory
Listing of all structure factor files associated with the EM entry
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmStructureFactors(String name)EmStructureFactors(String name, int rowCount, Object[] encodedColumns)EmStructureFactors(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetDetails()Details about the structure factor file.StrColumngetExperimentId()This data item is a pointer to the EM EXPERIMENT category.StrColumngetFile()The name of the structure factor file associated with the map entryStrColumngetId()This data item is the unique identifier for the structure factor file.-
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()
Details about the structure factor file.- Returns:
- StrColumn
-
getExperimentId
public StrColumn getExperimentId()
This data item is a pointer to the EM EXPERIMENT category.- Returns:
- StrColumn
-
getFile
public StrColumn getFile()
The name of the structure factor file associated with the map entry- Returns:
- StrColumn
-
getId
public StrColumn getId()
This data item is the unique identifier for the structure factor file.- Returns:
- StrColumn
-
-