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.
|
Modifier and Type | Method and Description |
---|---|
Element |
asXMLElement(Document document)
Takes the entire object hierarchy and produces an XML DOM tree.
|
protected Element |
asXMLElement(Document document,
Element Objective_element)
Takes the entire object hierarchy and produced an XML DOM tree taking
into account class hierarchy.
|
Double |
getCalibratedMagnification() |
Correction |
getCorrection() |
String |
getID() |
Immersion |
getImmersion() |
Instrument |
getInstrument() |
Boolean |
getIris() |
Double |
getLensNA() |
Double |
getNominalMagnification() |
Double |
getWorkingDistance() |
boolean |
link(Reference reference,
OMEModelObject o)
Link a given OME model object to this model object.
|
void |
setCalibratedMagnification(Double calibratedMagnification) |
void |
setCorrection(Correction correction) |
void |
setID(String id) |
void |
setImmersion(Immersion immersion) |
void |
setInstrument(Instrument instrument_BackReference) |
void |
setIris(Boolean iris) |
void |
setLensNA(Double lensNA) |
void |
setNominalMagnification(Double nominalMagnification) |
void |
setWorkingDistance(Double workingDistance) |
void |
update(Element element,
OMEModel model)
Updates Objective recursively from an XML DOM tree.
|
getLotNumber, getManufacturer, getModel, getSerialNumber, setLotNumber, setManufacturer, setModel, setSerialNumber
getChildrenByTagName, stripNamespacePrefix
public 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 OMEModelObject
update
in class ManufacturerSpec
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 ManufacturerSpec
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 Boolean getIris()
public void setIris(Boolean iris)
public Double getWorkingDistance()
public void setWorkingDistance(Double workingDistance)
public Immersion getImmersion()
public void setImmersion(Immersion immersion)
public Correction getCorrection()
public void setCorrection(Correction correction)
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 String getID()
public void setID(String id)
public Instrument getInstrument()
public void setInstrument(Instrument instrument_BackReference)
public Element asXMLElement(Document document)
OMEModelObject
asXMLElement
in interface OMEModelObject
asXMLElement
in class ManufacturerSpec
document
- Destination document for element creation, etc.protected Element asXMLElement(Document document, Element Objective_element)
AbstractOMEModelObject
asXMLElement
in class ManufacturerSpec
document
- 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 © 2014 Open Microscopy Environment