public class Well extends AbstractOMEModelObject
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAMESPACE |
Constructor and Description |
---|
Well()
Default constructor.
|
Well(org.w3c.dom.Element element,
OMEModel model)
Constructs Well recursively from an XML DOM tree.
|
Well(Well orig)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addWellSample(WellSample wellSample) |
org.w3c.dom.Element |
asXMLElement(org.w3c.dom.Document document)
Takes the entire object hierarchy and produces an XML DOM tree.
|
protected org.w3c.dom.Element |
asXMLElement(org.w3c.dom.Document document,
org.w3c.dom.Element Well_element)
Takes the entire object hierarchy and produced an XML DOM tree taking
into account class hierarchy.
|
java.util.List<Annotation> |
copyLinkedAnnotationList() |
java.util.List<WellSample> |
copyWellSampleList() |
Color |
getColor() |
NonNegativeInteger |
getColumn() |
java.lang.String |
getExternalDescription() |
java.lang.String |
getExternalIdentifier() |
java.lang.String |
getID() |
Annotation |
getLinkedAnnotation(int index) |
Reagent |
getLinkedReagent() |
Plate |
getPlate() |
NonNegativeInteger |
getRow() |
java.lang.String |
getType() |
WellSample |
getWellSample(int index) |
boolean |
link(Reference reference,
OMEModelObject o)
Link a given OME model object to this model object.
|
boolean |
linkAnnotation(Annotation o) |
void |
linkReagent(Reagent o) |
void |
removeWellSample(WellSample wellSample) |
void |
setColor(Color color) |
void |
setColumn(NonNegativeInteger column) |
void |
setExternalDescription(java.lang.String externalDescription) |
void |
setExternalIdentifier(java.lang.String externalIdentifier) |
void |
setID(java.lang.String id) |
Annotation |
setLinkedAnnotation(int index,
Annotation o) |
void |
setPlate(Plate plate_BackReference) |
void |
setRow(NonNegativeInteger row) |
void |
setType(java.lang.String type) |
WellSample |
setWellSample(int index,
WellSample wellSample) |
int |
sizeOfLinkedAnnotationList() |
int |
sizeOfWellSampleList() |
boolean |
unlinkAnnotation(Annotation o) |
void |
unlinkReagent(Reagent o) |
void |
update(org.w3c.dom.Element element,
OMEModel model)
Updates Well recursively from an XML DOM tree.
|
getChildrenByTagName, stripNamespacePrefix
public static final java.lang.String NAMESPACE
public Well()
public Well(org.w3c.dom.Element element, OMEModel model) throws EnumerationException
element
- Root of the XML DOM tree to construct a model object
graph from.model
- Handler for the OME model which keeps track of instances
and references seen during object population.EnumerationException
- If there is an error instantiating an
enumeration during model object creation.public Well(Well orig)
public void update(org.w3c.dom.Element element, OMEModel model) throws EnumerationException
update
in interface OMEModelObject
update
in class AbstractOMEModelObject
element
- Root of the XML DOM tree to construct a model object
graph from.model
- Handler for the OME model which keeps track of instances
and references seen during object population.EnumerationException
- If there is an error instantiating an
enumeration during model object creation.public boolean link(Reference reference, OMEModelObject o)
OMEModelObject
link
in interface OMEModelObject
link
in class AbstractOMEModelObject
reference
- The type qualifier for the reference. This should
be the corresponding reference type for o
. If, for example,
o
is of type Image
, reference
MUST be of type ImageRef
.o
- Model object to link to.true
if this model object was able to handle the
reference, false
otherwise.public java.lang.String getExternalIdentifier()
public void setExternalIdentifier(java.lang.String externalIdentifier)
public NonNegativeInteger getColumn()
public void setColumn(NonNegativeInteger column)
public java.lang.String getExternalDescription()
public void setExternalDescription(java.lang.String externalDescription)
public Color getColor()
public void setColor(Color color)
public java.lang.String getType()
public void setType(java.lang.String type)
public java.lang.String getID()
public void setID(java.lang.String id)
public NonNegativeInteger getRow()
public void setRow(NonNegativeInteger row)
public int sizeOfWellSampleList()
public java.util.List<WellSample> copyWellSampleList()
public WellSample getWellSample(int index)
public WellSample setWellSample(int index, WellSample wellSample)
public void addWellSample(WellSample wellSample)
public void removeWellSample(WellSample wellSample)
public Reagent getLinkedReagent()
public void linkReagent(Reagent o)
public void unlinkReagent(Reagent o)
public int sizeOfLinkedAnnotationList()
public java.util.List<Annotation> copyLinkedAnnotationList()
public Annotation getLinkedAnnotation(int index)
public Annotation setLinkedAnnotation(int index, Annotation o)
public boolean linkAnnotation(Annotation o)
public boolean unlinkAnnotation(Annotation o)
public Plate getPlate()
public void setPlate(Plate plate_BackReference)
public org.w3c.dom.Element asXMLElement(org.w3c.dom.Document document)
OMEModelObject
asXMLElement
in interface OMEModelObject
asXMLElement
in class AbstractOMEModelObject
document
- Destination document for element creation, etc.protected org.w3c.dom.Element asXMLElement(org.w3c.dom.Document document, org.w3c.dom.Element Well_element)
AbstractOMEModelObject
asXMLElement
in class AbstractOMEModelObject
document
- Destination document for element creation, etc.Well_element
- Element from the subclass. If null a new
element will be created of this class.element
populated with properties from this class.Copyright © 2014 Open Microscopy Environment