public class ObjectiveSettings extends Settings
Modifier and Type | Field and Description |
---|---|
private Double |
correctionCollar |
private String |
id |
private static org.slf4j.Logger |
LOGGER
Logger for this class.
|
private Medium |
medium |
static String |
NAMESPACE |
private Objective |
objective |
private Double |
refractiveIndex |
Constructor and Description |
---|
ObjectiveSettings()
Default constructor.
|
ObjectiveSettings(Element element,
OMEModel model)
Constructs ObjectiveSettings recursively from an XML DOM tree.
|
ObjectiveSettings(ObjectiveSettings 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 ObjectiveSettings_element)
Takes the entire object hierarchy and produced an XML DOM tree taking
into account class hierarchy.
|
Double |
getCorrectionCollar() |
String |
getID()
Retrieves the reference's target object ID.
|
Medium |
getMedium() |
Objective |
getObjective() |
Double |
getRefractiveIndex() |
boolean |
link(Reference reference,
OMEModelObject o)
Link a given OME model object to this model object.
|
void |
setCorrectionCollar(Double correctionCollar) |
void |
setID(String id)
Sets the reference's target object ID.
|
void |
setMedium(Medium medium) |
void |
setObjective(Objective objective) |
void |
setRefractiveIndex(Double refractiveIndex) |
void |
update(Element element,
OMEModel model)
Updates ObjectiveSettings recursively from an XML DOM tree.
|
getChildrenByTagName, stripNamespacePrefix
public static final String NAMESPACE
private static final org.slf4j.Logger LOGGER
private Double refractiveIndex
private Double correctionCollar
private String id
private Medium medium
private Objective objective
public ObjectiveSettings()
public ObjectiveSettings(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 ObjectiveSettings(ObjectiveSettings orig)
public void update(Element element, OMEModel model) throws EnumerationException
update
in interface OMEModelObject
update
in class Settings
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 Settings
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 Double getRefractiveIndex()
public void setRefractiveIndex(Double refractiveIndex)
public Double getCorrectionCollar()
public void setCorrectionCollar(Double correctionCollar)
public String getID()
Reference
public void setID(String id)
Reference
public Medium getMedium()
public void setMedium(Medium medium)
public Objective getObjective()
public void setObjective(Objective objective)
public Element asXMLElement(Document document)
OMEModelObject
asXMLElement
in interface OMEModelObject
asXMLElement
in class Settings
document
- Destination document for element creation, etc.protected Element asXMLElement(Document document, Element ObjectiveSettings_element)
AbstractOMEModelObject
asXMLElement
in class Settings
document
- Destination document for element creation, etc.ObjectiveSettings_element
- Element from the subclass. If null a new
element will be created of this class.element
populated with properties from this class.Copyright © 2016 Open Microscopy Environment