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