Package org.rcsb.cif.model.generated
Class EmMapDepositorInfo
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmMapDepositorInfo
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmMapDepositorInfo extends BaseCategory
Data items in the EM_MAP_DEPOSITOR INFO category record map parameters that are provided by the depositor
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmMapDepositorInfo(String name)EmMapDepositorInfo(String name, int rowCount, Object[] encodedColumns)EmMapDepositorInfo(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetAnnotationDetails()map annotation detailsFloatColumngetContourLevel()recommended contour level for viewing the mapStrColumngetEntryId()This data item is a pointer to the ENTRY category.StrColumngetExperimentId()This data item optionally associates a map with a data item in the EM_EXPERIMENT category.StrColumngetId()Unique identifier for each map listed.StrColumngetMapType()Primary map or additional map classification.FloatColumngetPixelSpacingX()The length in Angstroms of one voxel along the X axis.FloatColumngetPixelSpacingY()The length in Angstroms of one voxel along the Y axis.FloatColumngetPixelSpacingZ()The length in Angstroms of one voxel along the Z axis.StrColumngetUploadFileName()The name of a file containing the map.StrColumngetUploadFormat()map format-
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()
This data item is a pointer to the ENTRY category.- Returns:
- StrColumn
-
getExperimentId
public StrColumn getExperimentId()
This data item optionally associates a map with a data item in the EM_EXPERIMENT category.- Returns:
- StrColumn
-
getId
public StrColumn getId()
Unique identifier for each map listed.- Returns:
- StrColumn
-
getMapType
public StrColumn getMapType()
Primary map or additional map classification.- Returns:
- StrColumn
-
getUploadFileName
public StrColumn getUploadFileName()
The name of a file containing the map.- Returns:
- StrColumn
-
getUploadFormat
public StrColumn getUploadFormat()
map format- Returns:
- StrColumn
-
getContourLevel
public FloatColumn getContourLevel()
recommended contour level for viewing the map- Returns:
- FloatColumn
-
getAnnotationDetails
public StrColumn getAnnotationDetails()
map annotation details- Returns:
- StrColumn
-
getPixelSpacingX
public FloatColumn getPixelSpacingX()
The length in Angstroms of one voxel along the X axis.- Returns:
- FloatColumn
-
getPixelSpacingY
public FloatColumn getPixelSpacingY()
The length in Angstroms of one voxel along the Y axis.- Returns:
- FloatColumn
-
getPixelSpacingZ
public FloatColumn getPixelSpacingZ()
The length in Angstroms of one voxel along the Z axis.- Returns:
- FloatColumn
-
-