public class LightSourceSettings extends Settings
Modifier and Type | Field and Description |
---|---|
private PercentFraction |
attenuation |
private String |
id |
private LightSource |
lightSource |
private static org.slf4j.Logger |
LOGGER
Logger for this class.
|
private MicrobeamManipulation |
microbeamManipulation |
static String |
NAMESPACE |
private Length |
wavelength |
Constructor and Description |
---|
LightSourceSettings()
Default constructor.
|
LightSourceSettings(Element element,
OMEModel model)
Constructs LightSourceSettings recursively from an XML DOM tree.
|
LightSourceSettings(LightSourceSettings 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 LightSourceSettings_element)
Takes the entire object hierarchy and produced an XML DOM tree taking
into account class hierarchy.
|
PercentFraction |
getAttenuation() |
String |
getID()
Retrieves the reference's target object ID.
|
LightSource |
getLightSource() |
MicrobeamManipulation |
getMicrobeamManipulation() |
Length |
getWavelength() |
static String |
getWavelengthUnitXsdDefault() |
boolean |
link(Reference reference,
OMEModelObject o)
Link a given OME model object to this model object.
|
void |
setAttenuation(PercentFraction attenuation) |
void |
setID(String id)
Sets the reference's target object ID.
|
void |
setLightSource(LightSource lightSource) |
void |
setMicrobeamManipulation(MicrobeamManipulation microbeamManipulation_BackReference) |
void |
setWavelength(Length wavelength) |
void |
update(Element element,
OMEModel model)
Updates LightSourceSettings recursively from an XML DOM tree.
|
getChildrenByTagName, stripNamespacePrefix
public static final String NAMESPACE
private static final org.slf4j.Logger LOGGER
private Length wavelength
private PercentFraction attenuation
private String id
private LightSource lightSource
private MicrobeamManipulation microbeamManipulation
public LightSourceSettings()
public LightSourceSettings(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 LightSourceSettings(LightSourceSettings 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 Length getWavelength()
public void setWavelength(Length wavelength)
public PercentFraction getAttenuation()
public void setAttenuation(PercentFraction attenuation)
public String getID()
Reference
public void setID(String id)
Reference
public static String getWavelengthUnitXsdDefault()
public LightSource getLightSource()
public void setLightSource(LightSource lightSource)
public MicrobeamManipulation getMicrobeamManipulation()
public void setMicrobeamManipulation(MicrobeamManipulation microbeamManipulation_BackReference)
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 LightSourceSettings_element)
AbstractOMEModelObject
asXMLElement
in class Settings
document
- Destination document for element creation, etc.LightSourceSettings_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