Package org.rcsb.cif.model.generated
Class PdbxRobotSystem
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxRobotSystem
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxRobotSystem extends BaseCategory
The details about each robotic system used to collect data for this project.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxRobotSystem(String name)PdbxRobotSystem(String name, int rowCount, Object[] encodedColumns)PdbxRobotSystem(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetId()Assign a numerical ID to each instrument.StrColumngetManufacturer()The name of the manufacturer of the robotic system.StrColumngetModel()The model of the robotic system.StrColumngetType()The type of robotic system used for in the production pathway.-
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()
Assign a numerical ID to each instrument.- Returns:
- StrColumn
-
getModel
public StrColumn getModel()
The model of the robotic system.- Returns:
- StrColumn
-
getType
public StrColumn getType()
The type of robotic system used for in the production pathway.- Returns:
- StrColumn
-
getManufacturer
public StrColumn getManufacturer()
The name of the manufacturer of the robotic system.- Returns:
- StrColumn
-
-