public class Filter extends ManufacturerSpec
| Constructor and Description |
|---|
Filter()
Default constructor.
|
Filter(Element element,
OMEModel model)
Constructs Filter recursively from an XML DOM tree.
|
getLotNumber, getManufacturer, getModel, getSerialNumber, setLotNumber, setManufacturer, setModel, setSerialNumbergetChildrenByTagName, stripNamespacePrefix, updatepublic static final String NAMESPACE
public Filter()
public Filter(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 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 getFilterWheel()
public void setFilterWheel(String filterWheel)
public FilterType getType()
public void setType(FilterType type)
public String getID()
public void setID(String id)
public TransmittanceRange getTransmittanceRange()
public void setTransmittanceRange(TransmittanceRange transmittanceRange)
public Instrument getInstrument()
public void setInstrument(Instrument instrument_BackReference)
public int sizeOfLinkedFilterSetExcitationFilterList()
public List<FilterSet> copyLinkedFilterSetExcitationFilterList()
public FilterSet getLinkedFilterSetExcitationFilter(int index)
public FilterSet setLinkedFilterSetExcitationFilter(int index, FilterSet o)
public boolean linkFilterSetExcitationFilter(FilterSet o)
public boolean unlinkFilterSetExcitationFilter(FilterSet o)
public int sizeOfLinkedFilterSetEmissionFilterList()
public List<FilterSet> copyLinkedFilterSetEmissionFilterList()
public FilterSet getLinkedFilterSetEmissionFilter(int index)
public FilterSet setLinkedFilterSetEmissionFilter(int index, FilterSet o)
public boolean linkFilterSetEmissionFilter(FilterSet o)
public boolean unlinkFilterSetEmissionFilter(FilterSet o)
public int sizeOfLinkedLightPathExcitationFilterList()
public List<LightPath> copyLinkedLightPathExcitationFilterList()
public LightPath getLinkedLightPathExcitationFilter(int index)
public LightPath setLinkedLightPathExcitationFilter(int index, LightPath o)
public boolean linkLightPathExcitationFilter(LightPath o)
public boolean unlinkLightPathExcitationFilter(LightPath o)
public int sizeOfLinkedLightPathEmissionFilterList()
public List<LightPath> copyLinkedLightPathEmissionFilterList()
public LightPath getLinkedLightPathEmissionFilter(int index)
public LightPath setLinkedLightPathEmissionFilter(int index, LightPath o)
public boolean linkLightPathEmissionFilter(LightPath o)
public boolean unlinkLightPathEmissionFilter(LightPath o)
public Element asXMLElement(Document document)
OMEModelObjectasXMLElement in interface OMEModelObjectasXMLElement in class ManufacturerSpecdocument - Destination document for element creation, etc.protected Element asXMLElement(Document document, Element Filter_element)
AbstractOMEModelObjectasXMLElement in class ManufacturerSpecdocument - Destination document for element creation, etc.Filter_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