public class Image extends AbstractOMEModelObject
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAMESPACE |
Constructor and Description |
---|
Image()
Default constructor.
|
Image(org.w3c.dom.Element element,
OMEModel model)
Constructs Image recursively from an XML DOM tree.
|
Image(Image orig)
Copy constructor.
|
getChildrenByTagName, stripNamespacePrefix
public static final java.lang.String NAMESPACE
public Image()
public Image(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 Image(Image 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 getID()
public void setID(java.lang.String id)
public java.lang.String getName()
public void setName(java.lang.String name)
public Timestamp getAcquisitionDate()
public void setAcquisitionDate(Timestamp acquisitionDate)
public Experimenter getLinkedExperimenter()
public void linkExperimenter(Experimenter o)
public void unlinkExperimenter(Experimenter o)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public Experiment getLinkedExperiment()
public void linkExperiment(Experiment o)
public void unlinkExperiment(Experiment o)
public ExperimenterGroup getLinkedExperimenterGroup()
public void linkExperimenterGroup(ExperimenterGroup o)
public void unlinkExperimenterGroup(ExperimenterGroup o)
public Instrument getLinkedInstrument()
public void linkInstrument(Instrument o)
public void unlinkInstrument(Instrument o)
public ObjectiveSettings getObjectiveSettings()
public void setObjectiveSettings(ObjectiveSettings objectiveSettings)
public ImagingEnvironment getImagingEnvironment()
public void setImagingEnvironment(ImagingEnvironment imagingEnvironment)
public StageLabel getStageLabel()
public void setStageLabel(StageLabel stageLabel)
public Pixels getPixels()
public void setPixels(Pixels pixels)
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 int sizeOfLinkedMicrobeamManipulationList()
public java.util.List<MicrobeamManipulation> copyLinkedMicrobeamManipulationList()
public MicrobeamManipulation getLinkedMicrobeamManipulation(int index)
public MicrobeamManipulation setLinkedMicrobeamManipulation(int index, MicrobeamManipulation o)
public boolean linkMicrobeamManipulation(MicrobeamManipulation o)
public boolean unlinkMicrobeamManipulation(MicrobeamManipulation 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 int sizeOfLinkedDatasetList()
public java.util.List<Dataset> copyLinkedDatasetList()
public Dataset getLinkedDataset(int index)
public boolean linkDataset(Dataset o)
public boolean unlinkDataset(Dataset o)
public int sizeOfLinkedWellSampleList()
public java.util.List<WellSample> copyLinkedWellSampleList()
public WellSample getLinkedWellSample(int index)
public WellSample setLinkedWellSample(int index, WellSample o)
public boolean linkWellSample(WellSample o)
public boolean unlinkWellSample(WellSample o)
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 Image_element)
AbstractOMEModelObject
asXMLElement
in class AbstractOMEModelObject
document
- Destination document for element creation, etc.Image_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