public class Objective extends ManufacturerSpec
| Constructor and Description |
|---|
Objective()
Default constructor.
|
Objective(Element element,
OMEModel model)
Constructs Objective recursively from an XML DOM tree.
|
Objective(Objective orig)
Copy constructor.
|
getLotNumber, getManufacturer, getModel, getSerialNumber, setLotNumber, setManufacturer, setModel, setSerialNumbergetChildrenByTagName, stripNamespacePrefixpublic static final String NAMESPACE
public Objective()
public Objective(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 Objective(Objective orig)
public void update(Element element, OMEModel model) throws EnumerationException
update in interface OMEModelObjectupdate in class ManufacturerSpecelement - 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)
OMEModelObjectlink in interface OMEModelObjectlink in class ManufacturerSpecreference - 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 String getID()
public void setID(String id)
public Correction getCorrection()
public void setCorrection(Correction correction)
public Immersion getImmersion()
public void setImmersion(Immersion immersion)
public Double getLensNA()
public void setLensNA(Double lensNA)
public Double getNominalMagnification()
public void setNominalMagnification(Double nominalMagnification)
public Double getCalibratedMagnification()
public void setCalibratedMagnification(Double calibratedMagnification)
public Length getWorkingDistance()
public void setWorkingDistance(Length workingDistance)
public static String getWorkingDistanceUnitXsdDefault()
public Boolean getIris()
public void setIris(Boolean iris)
public int sizeOfLinkedAnnotationList()
public 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 Instrument getInstrument()
public void setInstrument(Instrument instrument_BackReference)
public Element asXMLElement(Document document)
OMEModelObjectasXMLElement in interface OMEModelObjectasXMLElement in class ManufacturerSpecdocument - Destination document for element creation, etc.public Element asXMLElement(Document document, Element Objective_element)
AbstractOMEModelObjectasXMLElement in class ManufacturerSpecdocument - Destination document for element creation, etc.Objective_element - Element from the subclass. If null a new
element will be created of this class.element populated with properties from this class.Copyright © 2006–2023 Open Microscopy Environment. All rights reserved.