public class Objective extends ManufacturerSpec
Modifier and Type | Field and Description |
---|---|
private List<Annotation> |
annotationLinks |
private Double |
calibratedMagnification |
private Correction |
correction |
private String |
id |
private Immersion |
immersion |
private Instrument |
instrument |
private Boolean |
iris |
private Double |
lensNA |
private static org.slf4j.Logger |
LOGGER
Logger for this class.
|
static String |
NAMESPACE |
private Double |
nominalMagnification |
private Length |
workingDistance |
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.
|
List<Annotation> |
copyLinkedAnnotationList() |
Double |
getCalibratedMagnification() |
Correction |
getCorrection() |
String |
getID() |
Immersion |
getImmersion() |
Instrument |
getInstrument() |
Boolean |
getIris() |
Double |
getLensNA() |
Annotation |
getLinkedAnnotation(int index) |
Double |
getNominalMagnification() |
Length |
getWorkingDistance() |
static String |
getWorkingDistanceUnitXsdDefault() |
boolean |
link(Reference reference,
OMEModelObject o)
Link a given OME model object to this model object.
|
boolean |
linkAnnotation(Annotation o) |
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) |
Annotation |
setLinkedAnnotation(int index,
Annotation o) |
void |
setNominalMagnification(Double nominalMagnification) |
void |
setWorkingDistance(Length workingDistance) |
int |
sizeOfLinkedAnnotationList() |
boolean |
unlinkAnnotation(Annotation o) |
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
private static final org.slf4j.Logger LOGGER
private Boolean iris
private Length workingDistance
private Immersion immersion
private Correction correction
private Double lensNA
private Double nominalMagnification
private Double calibratedMagnification
private String id
private List<Annotation> annotationLinks
private Instrument instrument
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 Length getWorkingDistance()
public void setWorkingDistance(Length workingDistance)
public static String getWorkingDistanceUnitXsdDefault()
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 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)
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 © 2015 Open Microscopy Environment