public class PlateXML extends Object
| Constructor and Description |
|---|
PlateXML() |
PlateXML(Plate plate)
Creates an XML plate from a plate object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumns()
Returns the column number.
|
String |
getDescriptor()
Returns the descriptor.
|
String |
getLabel()
Returns the stack label.
|
int |
getRows()
Returns the row number.
|
int |
getSize()
Returns the size.
|
String |
getType()
Returns the data type.
|
List<SimpleWellXML> |
getWells()
Returns the list of wells.
|
List<SimpleWellSetXML> |
getWellsets()
Returns the list of well sets.
|
void |
setColumns(int columns)
Sets the column number.
|
void |
setDescriptor(String descriptor)
Sets the plate descriptor.
|
void |
setLabel(String label)
Sets the plate label.
|
void |
setRows(int rows)
Sets the row number.
|
void |
setSize(int size)
Sets the size.
|
void |
setType(String type)
Sets the data type.
|
void |
setWells(List<SimpleWellXML> wells)
Sets the list of wells.
|
void |
setWellsets(List<SimpleWellSetXML> wellsets)
Sets the list of well sets.
|
Plate |
toPlateObject()
Returns a PlateInteger object.
|
public PlateXML()
public PlateXML(Plate plate)
Plate - the platepublic void setType(String type)
String - the data set numerical typepublic void setLabel(String label)
String - the plate labelpublic void setRows(int rows)
int - number of rowspublic void setColumns(int columns)
int - number of columnspublic void setSize(int size)
int - number of well in the platepublic void setDescriptor(String descriptor)
String - the plate descriptorpublic void setWellsets(List<SimpleWellSetXML> wellsets)
List - list of plate well setspublic void setWells(List<SimpleWellXML> wells)
List - list of plate wellspublic String getType()
public String getLabel()
public int getRows()
public int getColumns()
public int getSize()
public String getDescriptor()
public List<SimpleWellSetXML> getWellsets()
public List<SimpleWellXML> getWells()
public Plate toPlateObject()
Copyright © 2017. All rights reserved.