public class MicrobeamManipulation extends AbstractOMEModelObject
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAMESPACE |
Constructor and Description |
---|
MicrobeamManipulation()
Default constructor.
|
MicrobeamManipulation(org.w3c.dom.Element element,
OMEModel model)
Constructs MicrobeamManipulation recursively from an XML DOM tree.
|
MicrobeamManipulation(MicrobeamManipulation orig)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addLightSourceSettings(LightSourceSettings lightSourceSettings) |
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 MicrobeamManipulation_element)
Takes the entire object hierarchy and produced an XML DOM tree taking
into account class hierarchy.
|
java.util.List<LightSourceSettings> |
copyLightSourceSettingsList() |
java.util.List<Image> |
copyLinkedImageList() |
java.util.List<ROI> |
copyLinkedROIList() |
java.lang.String |
getDescription() |
Experiment |
getExperiment() |
java.lang.String |
getID() |
LightSourceSettings |
getLightSourceSettings(int index) |
Experimenter |
getLinkedExperimenter() |
Image |
getLinkedImage(int index) |
ROI |
getLinkedROI(int index) |
MicrobeamManipulationType |
getType() |
boolean |
link(Reference reference,
OMEModelObject o)
Link a given OME model object to this model object.
|
void |
linkExperimenter(Experimenter o) |
boolean |
linkImage(Image o) |
boolean |
linkROI(ROI o) |
void |
removeLightSourceSettings(LightSourceSettings lightSourceSettings) |
void |
setDescription(java.lang.String description) |
void |
setExperiment(Experiment experiment_BackReference) |
void |
setID(java.lang.String id) |
LightSourceSettings |
setLightSourceSettings(int index,
LightSourceSettings lightSourceSettings) |
Image |
setLinkedImage(int index,
Image o) |
ROI |
setLinkedROI(int index,
ROI o) |
void |
setType(MicrobeamManipulationType type) |
int |
sizeOfLightSourceSettingsList() |
int |
sizeOfLinkedImageList() |
int |
sizeOfLinkedROIList() |
void |
unlinkExperimenter(Experimenter o) |
boolean |
unlinkImage(Image o) |
boolean |
unlinkROI(ROI o) |
void |
update(org.w3c.dom.Element element,
OMEModel model)
Updates MicrobeamManipulation recursively from an XML DOM tree.
|
getChildrenByTagName, stripNamespacePrefix
public static final java.lang.String NAMESPACE
public MicrobeamManipulation()
public MicrobeamManipulation(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 MicrobeamManipulation(MicrobeamManipulation 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 MicrobeamManipulationType getType()
public void setType(MicrobeamManipulationType type)
public java.lang.String getID()
public void setID(java.lang.String id)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public int sizeOfLinkedROIList()
public java.util.List<ROI> copyLinkedROIList()
public ROI getLinkedROI(int index)
public boolean linkROI(ROI o)
public boolean unlinkROI(ROI o)
public Experimenter getLinkedExperimenter()
public void linkExperimenter(Experimenter o)
public void unlinkExperimenter(Experimenter o)
public int sizeOfLightSourceSettingsList()
public java.util.List<LightSourceSettings> copyLightSourceSettingsList()
public LightSourceSettings getLightSourceSettings(int index)
public LightSourceSettings setLightSourceSettings(int index, LightSourceSettings lightSourceSettings)
public void addLightSourceSettings(LightSourceSettings lightSourceSettings)
public void removeLightSourceSettings(LightSourceSettings lightSourceSettings)
public int sizeOfLinkedImageList()
public java.util.List<Image> copyLinkedImageList()
public Image getLinkedImage(int index)
public boolean linkImage(Image o)
public boolean unlinkImage(Image o)
public Experiment getExperiment()
public void setExperiment(Experiment experiment_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 MicrobeamManipulation_element)
AbstractOMEModelObject
asXMLElement
in class AbstractOMEModelObject
document
- Destination document for element creation, etc.MicrobeamManipulation_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