Package org.rcsb.cif.model.generated
Class EmFigureDepositorInfo
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmFigureDepositorInfo
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmFigureDepositorInfo extends BaseCategory
Listing of image files (figures) associated with an EMDB entry
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmFigureDepositorInfo(String name)EmFigureDepositorInfo(String name, int rowCount, Object[] encodedColumns)EmFigureDepositorInfo(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetDetails()Details about the image file.StrColumngetExperimentId()This data item optionally associates an image (figure) with an experiment.StrColumngetId()This data item is the unique identifier for an image file.StrColumngetUploadFileName()The name of the image file associated with the map entry-
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
-
getId
public StrColumn getId()
This data item is the unique identifier for an image file.- Returns:
- StrColumn
-
getExperimentId
public StrColumn getExperimentId()
This data item optionally associates an image (figure) with an experiment.- Returns:
- StrColumn
-
getUploadFileName
public StrColumn getUploadFileName()
The name of the image file associated with the map entry- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Details about the image file.- Returns:
- StrColumn
-
-