public class Detector extends ManufacturerSpec
Modifier and Type | Field and Description |
---|---|
private Double |
amplificationGain |
private List<Annotation> |
annotationLinks |
private Double |
gain |
private String |
id |
private Instrument |
instrument |
private static org.slf4j.Logger |
LOGGER
Logger for this class.
|
static String |
NAMESPACE |
private Double |
offset |
private DetectorType |
type |
private ElectricPotential |
voltage |
private Double |
zoom |
Constructor and Description |
---|
Detector()
Default constructor.
|
Detector(Detector orig)
Copy constructor.
|
Detector(Element element,
OMEModel model)
Constructs Detector recursively from an XML DOM tree.
|
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 Detector_element)
Takes the entire object hierarchy and produced an XML DOM tree taking
into account class hierarchy.
|
List<Annotation> |
copyLinkedAnnotationList() |
Double |
getAmplificationGain() |
Double |
getGain() |
String |
getID() |
Instrument |
getInstrument() |
Annotation |
getLinkedAnnotation(int index) |
Double |
getOffset() |
DetectorType |
getType() |
ElectricPotential |
getVoltage() |
static String |
getVoltageUnitXsdDefault() |
Double |
getZoom() |
boolean |
link(Reference reference,
OMEModelObject o)
Link a given OME model object to this model object.
|
boolean |
linkAnnotation(Annotation o) |
void |
setAmplificationGain(Double amplificationGain) |
void |
setGain(Double gain) |
void |
setID(String id) |
void |
setInstrument(Instrument instrument_BackReference) |
Annotation |
setLinkedAnnotation(int index,
Annotation o) |
void |
setOffset(Double offset) |
void |
setType(DetectorType type) |
void |
setVoltage(ElectricPotential voltage) |
void |
setZoom(Double zoom) |
int |
sizeOfLinkedAnnotationList() |
boolean |
unlinkAnnotation(Annotation o) |
void |
update(Element element,
OMEModel model)
Updates Detector 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 Double zoom
private Double amplificationGain
private Double gain
private Double offset
private DetectorType type
private String id
private ElectricPotential voltage
private List<Annotation> annotationLinks
private Instrument instrument
public Detector()
public Detector(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 Detector(Detector 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 static String getVoltageUnitXsdDefault()
public Double getZoom()
public void setZoom(Double zoom)
public Double getAmplificationGain()
public void setAmplificationGain(Double amplificationGain)
public Double getGain()
public void setGain(Double gain)
public Double getOffset()
public void setOffset(Double offset)
public DetectorType getType()
public void setType(DetectorType type)
public String getID()
public void setID(String id)
public ElectricPotential getVoltage()
public void setVoltage(ElectricPotential voltage)
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 Detector_element)
AbstractOMEModelObject
asXMLElement
in class ManufacturerSpec
document
- Destination document for element creation, etc.Detector_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