public class StackXML extends Object
| Constructor and Description |
|---|
StackXML() |
StackXML(Stack stack)
Creates an XML stack from a stack object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumns()
Returns the column number.
|
String |
getLabel()
Returns the stack label.
|
List<PlateXML> |
getPlates()
Returns the list of plates in the stack.
|
int |
getRows()
Returns the row number.
|
int |
getSize()
Returns the size.
|
String |
getType()
Returns the data type.
|
void |
setColumns(int columns)
Sets the column number.
|
void |
setLabel(String label)
Sets the stack label.
|
void |
setPlates(List<PlateXML> plates)
Sets the list of plates in the stack.
|
void |
setRows(int rows)
Sets the row number.
|
void |
setSize(int size)
Sets the size.
|
void |
setType(String type)
Sets the data type.
|
Stack |
toStackObject()
Returns a StackInteger object.
|
public StackXML()
public StackXML(Stack stack)
Stack - the stack objectpublic void setType(String type)
String - the data set numerical typepublic void setLabel(String label)
String - the stack labelpublic void setRows(int rows)
int - number of rowspublic void setColumns(int columns)
int - number of columnspublic void setSize(int size)
int - number of plates in the stackpublic void setPlates(List<PlateXML> plates)
List - the platespublic String getType()
public String getLabel()
public int getRows()
public int getColumns()
public int getSize()
public List<PlateXML> getPlates()
public Stack toStackObject()
Copyright © 2017. All rights reserved.