public class Filter extends ManufacturerSpec
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAMESPACE |
Constructor and Description |
---|
Filter()
Default constructor.
|
Filter(org.w3c.dom.Element element,
OMEModel model)
Constructs Filter recursively from an XML DOM tree.
|
Filter(Filter orig)
Copy constructor.
|
getLotNumber, getManufacturer, getModel, getSerialNumber, setLotNumber, setManufacturer, setModel, setSerialNumber
getChildrenByTagName, stripNamespacePrefix
public static final java.lang.String NAMESPACE
public Filter()
public Filter(org.w3c.dom.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 Filter(Filter orig)
public void update(org.w3c.dom.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 java.lang.String getFilterWheel()
public void setFilterWheel(java.lang.String filterWheel)
public FilterType getType()
public void setType(FilterType type)
public java.lang.String getID()
public void setID(java.lang.String id)
public TransmittanceRange getTransmittanceRange()
public void setTransmittanceRange(TransmittanceRange transmittanceRange)
public Instrument getInstrument()
public void setInstrument(Instrument instrument_BackReference)
public int sizeOfLinkedFilterSetExcitationFilterList()
public java.util.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 java.util.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 java.util.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 java.util.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 org.w3c.dom.Element asXMLElement(org.w3c.dom.Document document)
OMEModelObject
asXMLElement
in interface OMEModelObject
asXMLElement
in class ManufacturerSpec
document
- Destination document for element creation, etc.protected org.w3c.dom.Element asXMLElement(org.w3c.dom.Document document, org.w3c.dom.Element Filter_element)
AbstractOMEModelObject
asXMLElement
in class ManufacturerSpec
document
- 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